教育网站设计与实现
摘 要
随着国民生活水平的逐渐提高,互联网的普及给人们带来的便利不需多说,因此如果把教育业与互联网结合起来,利用SSH框架建设教育网站,实现教育的网络化。则对于进一步提高国民经济发展,丰富人们的精神生活定能起到不少的促进作用。
根据教育网站的研究现状和发展趋势,系统从需求分析、结构设计、数据库设计,在到系统实现,并且可以将系统分为前端实现和后端实现。本系统力求结合实际找出一种切实可行的开发方案,经过反复研究和学习,借助Java编程语言、SSH框架、SQL Server数据库和Tomcat服务器来完成系统的所有功能,主要根据用户需求来完成系统用户管理、教师信息管理、学生家长管理、课程学习管理、试题管理、试卷管理、成绩管理、学习资料管理、课后作业管理等功能,最后进行系统测试,来检测系统的权限和漏洞,从而将系统完善,达到符合标准。
关键词:教育网站;SSH框架;SQL Server数据库;Tomcat服务器
Design and Implementation of Education Website
ABSTRACT
With the gradual improvement of national living standards, the popularity of the Internet brings convenience to people needn’t be said much. Therefore, if we combine the education industry with the Internet, we can use SSH framework to build educational websites and realize the networking of education. For further improving the development of national economy and enriching people’s spiritual life, it will play a lot of promoting role.
According to the research status and development trend of educational website, the system can be divided into front-end implementation and back-end implementation from demand analysis, structure design, database design to system implementation. This system seeks to find a feasible development plan in combination with the actual situation. After repeated research and learning, it uses Java programming language, SSH framework, SQL Server database and Tomcat server to complete all functions of the system. It mainly completes user management, teacher information management, student parents management, course learning management, examination questions management, test tube according to user needs. The functions of management, achievement management, learning materials management, homework management and so on, and finally the system test is carried out to detect the system’s authority and loopholes, so as to perfect the system and meet the standards.
Key Words:Education website; SSH framework; SQL Server database; Tomcat server
目 录
第1章 绪论
1.1开发背景与意义
1.2论文结构
1.3本章小结
第2章 系统开发技术的介绍
2.1 MyEclipse与Tomcat简介
2.2HTML/CSS简介
2.3JSP简介
2.4SQL Server数据库概念和特点
2.5 SSH框架简介
2.6本章小结
第3章 系统分析
3.1功能需求分析
3.2业务流程分析
3.4本章小结
第4章 系统设计
4.1系统设计思想
4.2系统总体设计
4.3系统功能模块设计
4.4数据库设计
4.4.1概念模型设计
4.4.2数据库表设计
4.4.3数据库连接接计
4.5本章小结
第5章 系统的实现
5.1实现环境说明
5.2首页的实现
5.3登录模块的实现
5.4学生成绩查询模块的实现
5.5题目管理模块的实现
5.6学生管理模块的实现
5.7在线考试模块的实现
5.8作业提交模块的实现
5.9资料管理模块的实现
5.10本章小结
第6章 系统测试
6.1测试目的
6.2界面测试
6.3功能测试
6.4测试结果
6.5本章小结
第7章 总结
致 谢
参考文献