摘 要
随着计算机网络技术的发展,信息的自动处理以及通过运用网络来进行信息的交互方式已经被广泛应用于各个领域。现在高校的学生信息大都用计算机来进行管理,这也是高校教育管理工作中的重要的内容之一。网上选课系统大大的缓解了学校教务管理员的工作负担,同时可以让学生在任何时间地点选择自己感兴趣的课,。所以,利用信息与网络技术,建立一个公平、高效且优质的选课系统是非常有必要的。
网上选课系统所应包括的基本功能包括对教师、学生、课程等基本信息,学生选课以及教师操作的管理。本系统对学生提供个人信息维护,选课以及查看所选课程的信息、出勤和成绩等功能;对教师提供个人信息维护,查看自己的课程信息,登记学生的出勤和成绩等功能;管理员可以对所有的学生、教师、课程、专业、班级的基本信息进行管理等。本系统以MyEclipse为开发工具,mysql为数据库软件,采用基于Web的JSP技术和B/S结构。利用JSP,HTML进行网站总体风格、界面的设计与开发,利用SSH框架进行实际的程序开发,对后台数据库进行操作。本系统参照了本校的选课系统的一些特点,实现了与选课相关的一些基本功能。
关键词:网上选课系统;B/S结构;数据库;JSP技术;SSH框架;
ABSTRACT
With the development of computer network technology, Automatic processing of information and by using the Internet for information interaction has been widely applied in various fields. Now college students mostly use the computer to manage information, this is also one of the important content of the education management work in colleges and universities. Online course selection system greatly alleviate the burden of work at the school educational administration, at the same time can make students at any time and place to choose their interested in class. Therefore, the use of information and network technology, the establishment of a fair, efficient and high-quality course selection system is very necessary.
Online course selection system should include the basic functions including basic information such as teachers, students, administrator , student course selection and operation management of teachers. This system for students to provide personal information maintenance, course selection and check the information for the selected courses, attend and score, etc. For teachers to provide personal information maintenance, check their course information, registration function such as the students' attend and score. The administrator can treat all the students, teachers, curriculum, professional, class's and grade's basic information management, etc. This system based on MyEclipse development tools, the mysql database software. The JSP technology and B/S structure based on Web. Use of JSP, HTML web site overall style, interface design and development, Use SSH framework for the development of practical application, the background database. This system with reference to the some characteristics of the school course system, realized the basic functions related to course selection.
Keywords: Online course selection system; B/S structure; Database; The JSP technology; SSH framework;
目 录
第一章 绪 论 1
1.1系统研究背景和意义 1
1.2研究现状 1
1.3论文结构 2
第二章 相关技术说明 3
2.1 SSH框架简介 3
2.2 JAVA简介 3
2.3 MYSQL数据库简介 4
2.4系统开发环境概述 4
第三章 系统需求分析 5
3.1系统初步调查 5
3.2系统体系结构设计 5
3.3管理员用例 7
3.4教师用例 11
3.5学生用例 14
第四章 系统设计 18
4.1总体设计目标 18
4.2系统设计原则 18
4.3系统类图 19
4.4系统流程图 23
第五章 数据库设计 26
5.1数据库需求分析及E-R图 26
5.2 数据库逻辑结构设计 30
第六章 系统实现 33
6.1 服务器主界面的实现 33
第七章 系统测试 41
7.1系统的总体概述 41
7.2测试项目名称及测试内容 41
7.3测试用例 42
7.4测试结果 45
第八章 结 论 46
参考文献 47