- 1、本文档共47页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
在线选课系统-兰州交通大学毕业设计
摘要
随着办公自动化技术的发展,利用计算机对信息进行自动化处理已经被各个群体广泛应用。为了提高学生选课的效率,借助计算机和网络技术来帮助学生选课是非常有必要的。以往的选课方式都是随堂报名的,而通过互联网在线选课比传统的选课方式更加方便,在提高选课效率的同时增加了学生选课的兴趣。因此,很有必要开发在线选课系统。
首先,本系统根据大部分院校选课的需求,采用B/S(浏览器/服务器)模式的基本设计思想对整个系统进行设计,然后把系统划分为系统管理员、教师、学生三部分分别进行设计与编码实现。基本实现了管理员对学生的选修课程进行管理、学生在线选课、老师提交学生成绩等功能。
在线选课系统运用了Java、JSP、MySQL等技术完成了数据库的设计与开发、系统详细设计。
关键词:在线选课系统,B/S,数据库设计
Abstract
With the development of office automation technology, using a computer to deal with the information automatically have been widely used. To improve efficiency of students choosing classes, using computers and network technique to help students choose classes is necessary. Previous ways of choosing courses are class registration,but the online course selection via the Internet is more convenient than the traditional ways of choosing a course,and it also increases students interests of choosing courses.Thus,it is necessary to develop the online course selection system.
At first, according to the requirements of most of the college,this system designs overall system using B/S pattern,and system is divided into administrator,teachers and students three parts, respectively for design and code implementation. It has basically achieved administrator managing students elective courses, students online course selection, the teachers submitting student achievement and so on.
Online course selection system uses Java, JSP, MySQL and other techniques to achieve the design and development of database and system detailed design.
Keywords: The Online Course Selection System, B/S mode, database design
目录
摘要 I
Abstract II
1. 绪论 1
1.1 课题背景 1
1.2 开发的目的和意义 1
1.3 系统设计路线 2
1.4 论文组织结构 2
2. 系统关键技术介绍 3
2.1 Java EE架构 3
2.2 MVC架构 3
2.3 JSP技术 4
2.4 Tomcat服务器 4
2.5 MySQL数据库 4
2.6 基于B/S模式的三层架构 5
2.7 系统开发环境 5
2.8 开发方法 6
3. 可行性分析 7
3.1 系统流程图 7
3.1.1 管理员流程图 7
3.1.2 学生流程图 7
3.1.3 教师流程图 8
3.2 用户需求 8
3.3 系统需求 9
3.4 功能需求 9
3.4.1 前端界面需求 9
3.4.2 后端管理需求 10
3.5 可行性分析 10
3.5.1 经济可行性分析 11
3.5.2 技术可行性 11
3.5.3 运行可行性 11
4. 需求分析 12
4.1 整体设计 12
4.1.1 管理员
文档评论(0)