计算机科学与技术毕业设计论文_网上选课系统设计与实现.doc
约24页DOC格式手机打开展开
计算机科学与技术毕业设计论文_网上选课系统设计与实现,目录摘要...................................................................................1abstract.........................................
内容介绍
此文档由会员 huanv 发布
计算机科学与技术毕业设计论文_网上选课系统设计与实现
目 录
摘要...................................................................................1
Abstract..............................................................................1
引言................................................................................... 2
1 系统相关技术介绍...............................................................2
1.1 系统开发采用的技术方案——B/ S模式.............................2
1.2 MVC设计模式.............................................................3
1.3 JSP介绍.....................................................................3
1.3.1 将内容的生成和显示进行分离..................................3
1.3.2 强调可重用的组件.................................................3
2 系统开发工具及容器..............................................................4
2.1 开发工具.....................................................................4
2.1.1 MyEclipse简介........................................................4
2.1.2 DreamWaver简介...................................................4
2.2 数据库的选择...............................................................4
2.2.1 MySQL 简介..........................................................4
2.3 JDK版本的选择 ............................................................4
2.4 容器...........................................................................4
2.4.1 Tomcat简介........................................................ .4
3 需求分析.............................................................................5
3.1可行性分析...................................................................5
3.2 功能模块分析...............................................................5
3.3 软硬件环境需求............................................................7
4 概要设计.............................................................................7
4.1 系统功能结构...............................................................7
4.2 系统流程图..................................................................7
4.3 系统数据库E-R模型........................................................8
4.4 数据库表设计...............................................................9
5 详细设计............................................................................10
5.1 界面设计.....................................................................10
5.2 系统功能模块设计..........................................................11
5.2.1 公共模块..............................................................11
5.2.2管理员模块............................................................12
5.2.3 学生模块............................................................. 16
结束语..................................................................................20
致 谢....................................................................................20
参考文献................................................................................20
摘要:随着学校招生规模的不断扩大,许多高校出现了多个校区并存的局面,并且校区之间的地理位置跨度非常大,给高校选课带来了很大的不便。高校选课系统就是为了解决这个问题而产生的,它利用高校现有的网络资源使学生可以通过网络轻松的实现选课功能,使教务人员可以方便快捷的统计各课程的选择情况。
学生选课系统是一款管理系统,囊括了学生管理和课程管理的基本过程。系统覆盖学生的选课、查看、修改密码等各个环节,软件的各个模块操作界面简单、实用,用户可以在最短的时间内掌握系统的使用方法。用户可以在最短时间内找到自己所需要的信息,该系统是一个基于B/S结构的Web项目,可以显著减轻教务人员的工作负担,大大提高工作效率,从而实现教务管理的数字化和网络化。系统采用Struts软件进行开发,用户数据选用MySQL进行统一管理。
关键词:B/S ;选课系统;数据库;Web项目
Design and Implementation of Online Course Selection System
Abstract:With the school's enrollment continues to expand, many universities there coexist many campuses, and campus location between the span is very large, to the college enrollment is a big inconvenience. University course selection system is to solve this problem arise, it is use of the college network resources available so that students can easily achieve enrollment through the network function, so that academic staff can easily and quickly in the statistics of each course preference.
Class selection system is a management system, the system include the students management and curriculum management, the basic process. System covers course selection of students, view, modify your password and other links, the software interface of each module is simple, practical, users can master the system within the shortest possible time to use. Users Ke Yi in the shor..
目 录
摘要...................................................................................1
Abstract..............................................................................1
引言................................................................................... 2
1 系统相关技术介绍...............................................................2
1.1 系统开发采用的技术方案——B/ S模式.............................2
1.2 MVC设计模式.............................................................3
1.3 JSP介绍.....................................................................3
1.3.1 将内容的生成和显示进行分离..................................3
1.3.2 强调可重用的组件.................................................3
2 系统开发工具及容器..............................................................4
2.1 开发工具.....................................................................4
2.1.1 MyEclipse简介........................................................4
2.1.2 DreamWaver简介...................................................4
2.2 数据库的选择...............................................................4
2.2.1 MySQL 简介..........................................................4
2.3 JDK版本的选择 ............................................................4
2.4 容器...........................................................................4
2.4.1 Tomcat简介........................................................ .4
3 需求分析.............................................................................5
3.1可行性分析...................................................................5
3.2 功能模块分析...............................................................5
3.3 软硬件环境需求............................................................7
4 概要设计.............................................................................7
4.1 系统功能结构...............................................................7
4.2 系统流程图..................................................................7
4.3 系统数据库E-R模型........................................................8
4.4 数据库表设计...............................................................9
5 详细设计............................................................................10
5.1 界面设计.....................................................................10
5.2 系统功能模块设计..........................................................11
5.2.1 公共模块..............................................................11
5.2.2管理员模块............................................................12
5.2.3 学生模块............................................................. 16
结束语..................................................................................20
致 谢....................................................................................20
参考文献................................................................................20
摘要:随着学校招生规模的不断扩大,许多高校出现了多个校区并存的局面,并且校区之间的地理位置跨度非常大,给高校选课带来了很大的不便。高校选课系统就是为了解决这个问题而产生的,它利用高校现有的网络资源使学生可以通过网络轻松的实现选课功能,使教务人员可以方便快捷的统计各课程的选择情况。
学生选课系统是一款管理系统,囊括了学生管理和课程管理的基本过程。系统覆盖学生的选课、查看、修改密码等各个环节,软件的各个模块操作界面简单、实用,用户可以在最短的时间内掌握系统的使用方法。用户可以在最短时间内找到自己所需要的信息,该系统是一个基于B/S结构的Web项目,可以显著减轻教务人员的工作负担,大大提高工作效率,从而实现教务管理的数字化和网络化。系统采用Struts软件进行开发,用户数据选用MySQL进行统一管理。
关键词:B/S ;选课系统;数据库;Web项目
Design and Implementation of Online Course Selection System
Abstract:With the school's enrollment continues to expand, many universities there coexist many campuses, and campus location between the span is very large, to the college enrollment is a big inconvenience. University course selection system is to solve this problem arise, it is use of the college network resources available so that students can easily achieve enrollment through the network function, so that academic staff can easily and quickly in the statistics of each course preference.
Class selection system is a management system, the system include the students management and curriculum management, the basic process. System covers course selection of students, view, modify your password and other links, the software interface of each module is simple, practical, users can master the system within the shortest possible time to use. Users Ke Yi in the shor..