基于jsp技术的校园网学生评教系统的设计毕业论文.doc

约47页DOC格式手机打开展开

基于jsp技术的校园网学生评教系统的设计毕业论文,摘要随着网络技术的不断发展,学校的管理也实现网络化,这样对网上评教系统的开发创建了基础条件,学生评教系统是基于建立完善的学生评教管理控制模型的基础上,具有灵活特点的应用软件,彻底代替了以往学生填表评价工作量大、损耗多、时效性差的弊端。本设计是基于jsp,javabean,mysql的校园网学生评教系统。主要的功能是学生...
编号:150-160728大小:685.50K
分类: 论文>计算机论文

内容介绍

此文档由会员 白痴学东西 发布

摘 要
随着网络技术的不断发展,学校的管理也实现网络化,这样对网上评教系统的开发创建了基础条件,学生评教系统是基于建立完善的学生评教管理控制模型的基础上,具有灵活特点的应用软件,彻底代替了以往学生填表评价工作量大、损耗多、时效性差的弊端。本设计是基于JSP,JavaBean,MySQL的校园网学生评教系统。主要的功能是学生给老师评分,主要包括学生模块、教师模块和管理员模块,学生模块具有选课和给教师评分的功能,教师模块具有查看评分和查看留言的功能,管理员模块具有查看记录、修改管理员密码、管理员添加以及查看管理员信息的功能。本设计能够实现学生对教师的教学效果进行评价,提供师生在网上进行教学效果的评分,快速集中收集各方面的评教信息,为教务老师提供相关决策支持。

关键词:评教系统,JSP,教学效果

Abstract
With the continuous development of network technology, the management of the school network, and so on-line teaching system of assessment to create the basic conditions for development, eva luating teaching system is based on eva luating teaching to establish a sound management control model based on flexible characteristics of the application software, instead of a thorough eva luation of the workload of the past, students fill in a form, and loss of many of the drawbacks of poor timeliness. The design is based on JSP, JavaBean, MySQL eva luating teaching system of the campus network. Their main role is to score the students to the teachers, the main module including students, teachers and administrators module module, students with a course module and the function score for teachers, teachers with a view module score and view the message function, the administrator module has a view record , modify the administrator password, the administrator to add and view information on the functions of the administrator. The design can be achieved teaching students to eva luate the effect of providing to teachers and students in online teaching and learning performance of the score, the rapid concentration of the collection of all aspects of teaching assessment information, teachers are provided for the Senate to support related decision-making.

Key words: Education Assessment System, Java Server Pages, Teaching effectiveness

目 录
第1章 绪论 1
1.1 系统开发背景 1
1.2 选题的目的和意义 2
1.2.1 选题的目的 2
1.2.2 选题的意义 2
1.3 课题的研究现状 3
1.4 系统设计目标 4
第2章 系统概要设计 5
2.1 系统需求分析 5
2.2 系统功能分析 5
2.3 系统流程分析 7
2.3.1 学生登录流程 7
2.3.2 教师登录流程 8
2.3.3 管理员登录流程 8
第3章 数据库设计 10
3.1 数据库概念结构设计 10
3.1.1 学生实体和选课实体 10
3.1.2 选课实体和科目实体 11
3.1.3 教师实体和科目实体 11
3.2 数据库逻辑结构设计 12
3.2.1 教师信息表 12
3.2.2 学生信息表 13
3.2.3 科目信息表 13
3.2.4 选课信息表 14
3.2.5 管理员表 14
第4章 系统详细设计 16
4.1 数据库的连接 16
4.1.1 安装JDBC驱动程序包 16
4.1.2 数据库通用模块设计 16
4.2 前台操作 17
4.2.1 学生模块 17
4.2.2 教师模块 18
4.2.3 管理员模块 19
4.3 后台管理 22
4.3.1 修改删除课程名 22
4.3.2 修改删除教师信息 22
4.3.3 修改删除管理员信息 23
4.3.4 修改删除学生信息 23
第5章 系统测试 24
5.1 测试方法 24
5.2 测试实例 24
5.2.1 管理员登陆测试 24
5.2.2 功能测试 25
结 论 27
致 谢 28
参考文献 29
附录1 外文文献译文 31
附录2 外文文献原文 35
附录3 设计部分程序源代码 40