摘 要
随着信息化技术的日益普及,当今高校教育改革也进入到了关键阶段。当今学生选课系统已经告别了传统的手工和文件记载方式,作为影响高校教育质量的重要系统之一,基于B/S的MIS 系统的应用尤显重要,跨平台和优秀的网络特性使得Java无疑是开发系统最好的选择。另外,开源和基于构件的开发等技术,使基于Java开源技术的MIS系统开发方便,易于扩展和维护。基于Java Web的学生选课系统已经成为了各大高校的主流形式。
学生在线选课系统已经完全替代了之前全手工和文件记载的方式进行选课的管理,学生选课系统作为其一个不可或缺的子系统,受到各大高校的青睐,已经成为各高校的主流选课方式,淘汰了以往比较落后的全人工的方式.在此设计了一种基于Java的学生选课系统,该系统本文重点探究基于Java Web的学生选课系统的设计与实现方法。
关键词:选课;学生选课;选课系统;Java;Mysql
Abstract
With the increasing popularity of information technology, the education reform in colleges and universities has entered a key stage. Today's student selection system has bid farewell to the traditional manual and documented methods. As one of the important systems affecting the quality of college education, the application of B/S based MIS system is particularly important. Cross-platform and excellent network features make Java the best choice for developing systems. Moreover, open source and component-based development technology make the development of MIS system based on Java open source technology convenient and easy to expand and maintain. Java Web - based student selection system has become the mainstream form of universities.
The student online course selection system has completely replaced the previous manual and documented management of course selection. As an indispensable subsystem, the student course selection system has been favored by major colleges and universities. Has become the mainstream of colleges and universities to select courses, eliminating the past relatively backward all-manual way. This paper designs a student course selection system based on Java, which focuses on the design and implementation of student course selection system based on Java Web.
Keywords: course selection; student course selection; course selection system; Java;Mysql
目 录
摘 要 I
Abstract II
第一章 绪论 1
1.1 课题背景和意义 1
1.2 本系统主要功能模块 1
第二章 学生选课系统需求分析 3
2.1需求概要 3
2.2详细需求分析 3
2.3该系统实现的大致功能 4
2.4系统的数据性能需求 4
2.5系统功能需求分析 5
2.6系统数据流图 6
2.7 功能模块划分 7
第三章 总体设计 8
3.1系统功能层次图 8
3.2设计目标 9
3.2.1教师管理模块 9
3.2.2学生登录管理模块 9
第四章 数据库设计 10
4.1.数据库分析 10
4.1.1实体的分析 10
4.1.2实体的属性 10
4.1.3数据表设计 11
4.2 SQL语句实现 12
第五章 系统模块详细设计 14
5.1教师模块设计 14
5.1.1添加学生信息功能 14
5.1.2添加新课程功能 14
5.1.3修改学生信息功能 15
5.1.4修改课程信息功能 15
5.2学生模块设计 22
5.2.1学生选课功能 22
5.1.2输入学生的编信息功能 23
5.2.3查看已选课程功能 23
5.2.4删除已选课程功能 23
第六章 系统实现 30
6.1系统登录界面 30
6.2录入学生信息界面 31
6.3修改学生信息界面 31
6.4学生选课界面 32
结束语 33
参考文献 34
致 谢 35