摘要
高校实践性课程成绩综合评定系统是一个学校不可缺少的部分,它的内容对于学校和学生以及学生家长来说都至关重要。在该系统中,分为俩三种角色:教师和学生和管理员,
本系统的集成开发环境是Eclipse,使用MySQL作为数据库管理系统,Web服务器采用Tomcat,采用目前比较流行的SSM框架,运用SpringMVC及Spring3.0框架技术实现。为了充分利用网络信息化的优势,本系统采用B/S结构。系统角色分为用户和管理员,系统具有的模块功能有:教师模块、学生模块、新闻公告模块、留言模块、奖励信息模块、奖励类型模块、惩罚类型模块、惩罚信息模块、班级模块、管理员模块。通过各种科学合理的奖惩模块最终评定学生成绩。
关键词:成绩综合评定;SSM;MySQL;
abstract
ThecomprehensiveevaluationsystemofpracticalcurriculumachievementinCollegesanduniversitiesisanindispensablepartofaschool.Itscontentisveryimportantforschools,studentsandtheirparents.Inthissystem,therearetwoorthreeroles:teacher,studentandadministrator,
Theintegrateddevelopmentenvironmentofthesystemiseclipse.MySQLisusedasthedatabasemanagementsystem,Tomcatisusedasthewebserver,thepopularSSMframeworkisadopted,andspringMVCandspring3.0areused0frameworktechnologyimplementation.Inordertomakefulluseoftheadvantagesofnetworkinformatization,thesystemadoptsB/Sstructure.Thesystemrolesaredividedintousersandadministrators.Themodulefunctionsofthesysteminclude:teachermodule,studentmodule,newsannouncementmodule,messagemodule,rewardinformationmodule,rewardtypemodule,punishmenttypemodule,punishmentinformationmodule,classmoduleandadministratormodule.Throughvariousscientificandreasonablerewardandpunishmentmodules,studentsgradesarefinallyevaluated.
Keywords:comprehensiveevaluationofachievement;SSM;MySQL;
目录
TOC\o1-3\h\z\u摘要 1
abstract 1
目录 1
1绪论 3
1.1开发背景 3
1.2开发意义 3
2开发技术介绍 4
2.1数据库介绍 4
2.2java语言 4
2.3web服务器 5
2.4开发框架介绍 6
3系统分析 7
3.1可行性分析 7
3.2非功能分析 7
3.3功能模块设计 8
3.4数据库设计 8
4详细实现 11
4.1系统登陆 11
4.2惩罚信息管理 13
4.3惩罚类型管理 14
4.4奖励类型管理 16
4.5奖励信息管理 18
4.6学生管理 20
4.7教师管理 22
4.8留言管理 24
4.9系统部署 26
5测试运行 30
5.1测试目的和方法 30
5.2测试方法 30
5.3测试实例 31
6系统优缺点 34
结束语 34
参考文献 35