网上学生评教系统的设计与实现-.docx

上传人:lao****ou 文档编号:138825 上传时间:2023-04-12 格式:DOCX 页数:47 大小:697.17KB
下载 相关 举报
网上学生评教系统的设计与实现-.docx_第1页
第1页 / 共47页
网上学生评教系统的设计与实现-.docx_第2页
第2页 / 共47页
网上学生评教系统的设计与实现-.docx_第3页
第3页 / 共47页
网上学生评教系统的设计与实现-.docx_第4页
第4页 / 共47页
网上学生评教系统的设计与实现-.docx_第5页
第5页 / 共47页
亲,该文档总共47页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

《网上学生评教系统的设计与实现-.docx》由会员分享,可在线阅读,更多相关《网上学生评教系统的设计与实现-.docx(47页珍藏版)》请在第一文库网上搜索。

1、毕业设计说明书网上学生评教系统的设计与实现网上学生评教系统的设计与实现摘要:21世纪,国内互联网产业的发展迅速,尤其以阿里巴巴,百度,网易为首,此时就产生了许多互联网产业的软件,互联网思维也被应用在各个领域,包括军事,医疗,教育,生活等。其中在教育方面的应用更是方便了学生与教师,学校之间的沟通。而就传统的校内学生评教方式而言,是类似于调查问卷的纸质评教方式,对信息的收集,后期评教数据的处理都比较不友好,过程繁琐,并且多人处理评教数据容易出现差错,所以把评教过程,及评教数据的处理放在互联网上,就会简化出很多人力物力。网上学生评教系统不仅可以对提交的评教表单进行查看,而且还可以对评教的数据进行统计

2、和相应的处理,从而使学校领导阶层以最快的时间了解到学校教师最近的工作进展,及工作状态,及学生对教师工作的认可程度。”网上学生评教系统”就是以此出发点而开发的。本文首先对开发本系统的背景、目的作了大致介绍,然后对开发本系统所用到的工具和技术做了一些简单的介绍。首先对网上学生评教系统开发的可行性进行了分析,然后对系统进行了需求分析,根据用户的需求分析对系统应该怎样设计作响应的规划,本系统在我再三的权衡下啊选择放弃C/S架构,选择B/S架构,编程语言采用最火的后端框架ssm,数据库采用轻量级mysql,最后对系统进行相应的测试。本系统为学校和学生教师之间提供一个网络平台,可以让校领导及时有效的了解到

3、教师最近的工作状态。不仅突破了地点时间的局限性,更节约了校内的人力物力。本系统采用Eclipse作为开发工具。采用B/S构架,基于MySql数据库开发Java的一次编译到处执行更是突破了操作系统的限制,使系统具备了很好的可移植性,由于校内人员的数量相对较少,这样对服务器的硬件要求就降低了许多,节约了资金。系统设计按标准化、规范化,分层设计,构件化实现。学生界面主要是对评教表单的提交,教师界面主要是对提交后的表单的详细信息进行展示以及打分,校领导界面主要是更加精简明了的呈现教师的评教数据。关键词:JAVA; MYSQL; B/S架构IDesign and implementation of on

4、line student evaluation systemAbstract:In the 21st century, the rapid development of the domestic Internet industry,especially led by alibaba, baidu, netease, has produced a lot of software for the Internetindustry and Internet thinking is also applied in various fields, including military, medical,

5、education, life and so on.Its application in education facilitates the communication betweenstudents, teachers and schools. And in terms of traditional way of the school student, is similarto the questionnaire paper appraisal way, for the collection of information, the late evaluationdata processing

6、 are not friendly, process trival, and many people handle evaluation data proneto errors, so the appraisal process, data processing and evaluation on the Internet, willsimplify a lot of manpower material resources.The online student evaluation system can notonly view the submitted evaluation form, b

7、ut also conduct statistics and correspondingprocessing of the evaluation data, so that the school leadership can know the recent workprogress of the school teachers in the fastest time, as well as the status of the work, andstudents1 recognition of the teachers work.Online student evaluation systemn

8、 is designed anddeveloped from this point of view.In this paper, the background and purpose of the development of the system are brieflyintroduced, and then the tools and techniques used in the development of the system arebriefly introduced.First the feasibility of the system development to online

9、school evaluationis analyzed, and then according to learn about the information on the system demand analysis,according to the requirement analysis of system planning design, the system adopts B/Sarchitecture, programming language using the current IT industrys most popular Java,database using mysql

10、, finally to the corresponding test system.This system provides a network platform between the school and the student teachers,which can make the school leaders timely and effectively understand the recent work status ofthe teachers.lt not only breaks through the limitation of place and time, but al

11、so saves themanpower and material resources on campus.This system adopts the Eclipse as developmenttools. Using B/S architecture, based on MySql database development, everywhere a compilediiJava implementation is to break through the limit of the operating system, make the systemhave good portabilit

12、y, due to the relatively small number of school staff, so the serverhardware requirements will reduce a lot of, saved money.System design according tostandardization, standardization, hierarchical design, component realization.The studentinterface is mainly the submission of the teaching evaluation

13、form, the teacher interface ismainly the display and grading of the detailed information of the submitted form, and theschool leader interface is mainly the more concise presentation of the teaching evaluation dataof the teacher.Key words: JAVA, ; MYSQL, ; B/S architectu6摘要1212121414AbstractII1绪论11.

14、1 系统开发背景11.2 系统开发实际意义11.3 系统研发的内容2系统开发技术和工具32.1 项目开发的工具32.2 项目开发技术52.2.1 java 简介52.2.2 servlet 简介72.2.3 HTML 简介82.2.4 css 简介8225 javascript 简介82.2.6 jquery 简介83系统调研及可行性分析103.1 系统调研10103.2 可行性分析3.2.1 技术可行性103.2.2 经济可行性103.2.3 操作可行性103.2.4 法律可行性11设计思路及需求分析4.1 设计思路4.2 需求分析系统概要设计5.1 系统功能模块设计5.1.1 登录模块14

15、5.1.2 信息管理模块145.1.3 表单制定下发模块155.1.4 历史评教模块165.1.5 消息提示模块165.1.6 平均成绩排行模块175.2 数据库设计185.2.1 数据库表结构设计186系统详细设计216.1 系统登录模块的设计216.1.1 登录页面216.1.2 登录程序详述216.1.3 相关代码226.2 各角色信息管理246.2.1 角色管理页面246.2.2 角色管理程序详述246.2.3 相关代码266.3 评教表单制定276.3.1 评教表单制定页面276.3.2 评教表单制定程序详述286.3.3 核心代码296.4 教师评教成绩排行榜316.4.1 排行榜页面316.4.2 排行榜程序详述326.5 历史评教模块326.5.1 历史评教程序

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 应用文档 > 汇报材料

copyright@ 2008-2022 001doc.com网站版权所有   

经营许可证编号:宁ICP备2022001085号

本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有,必要时第一文库网拥有上传用户文档的转载和下载权。第一文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知第一文库网,我们立即给予删除!



客服