摘要
Internet网是目前全球最大的计算机通信网,它遍及全球几乎所有的国家和地区。www系统是一个大型的分布式超媒体信息数据库,它极大的推动了Internet的发展,己经成为Internet中最流行、最主要的信息服务方式。www技术之所以能在全球普及,一个重要的原因就是它与数据库管理系统相互融合,成为一个处理和共享信息的强大工具。一方面,数据库是一种强大的信息管理工
具,另一方面,www提供了共享数据的方法。两者强强联合取长补短,发挥各自优势,使用户可以在Web浏览器上方便地检索数据库的内容。
本论文主要包括学生选排课系统方案分析与网络规划,本系统是一个典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
经过分析,我们使用SQLSERVER2000数据库,Jsp编程语言作为开发工具, 利用其提供的各种面向对象的开发工具,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
本系统可以方便学生更方便的选排课。实现全校学生选课在线查询。还可以对新来的学生信息进行信息录入。由于学生上课情况复杂,可以实现信息修改,及时调整学生的基本情况。
关键词 选排课 系统设计 信息管理
Abstract
The Internet net is the present global biggest computer communications network, it spreads global nearly all countries and the area. the www system is a large-scale distributional hypermedia information database, its enormous impetus Internet development, oneself after has become in Internet to be most popular, the most main information service way. the reason that the www technology can be popular in the whole world, an important reason is it fuses mutually with the database management system, becomes a processing and the sharing information powerful tool.
The present paper mainly includes the student to choose the row of class system program analysis and the network planning, this system is typical information management system (MIS), its development mainly includes the backstage database the establishment and the maintenance as well as front end the application procedure development two JSPects. Establishes the data uniformity and the integrity regarding the former request is strong, data security good storehouse. But requests the application program function regarding the latter to be complete, easy to use and so on characteristics.
After the analysis, we use the SQLSERVER2000 database, the Jsp programming language take the development kit, uses each kind of object-oriented development kit which it provides, first establishes the system application prototype in a short time, then, carries on the demand iteration to the initial prototype system, revises unceasingly and improves, until forms the user satisfied feasible system. this system may facilitate the student conveniently to choose a row of class. Realizes the entire school student to choose the row of class online inquiry. May also to the student information which comes newly carry on the information input. Because the student attends class the situation to be complex, may realize the information to revise, adjusts student's basic situation promptly.
Key word Chooses the class Arranges the class System design
目 录
摘要 1
Abstract 2
1、引言 3
1.1 课题研究的目的 4
1.2 课题研究的意义 4
1.3 课题的可行性分析 5
1.3.1 课题调研 5
1.3.2 可行性分析 5
2、准备阶段 6
2.1 JSP 编程语言 6
2.2 SQLSERVER 2000数据库 7
2.3 BS模式与C/S模式的比较分析 7
2.4 数据库系统设计 9
3、应用系统开发工具 11
3.1 对软件和硬件的要求 11
3.2 运行需求 11
3.3 其他需求 12
3.4 数据库应用系统开发简介 12
3.5 学生选排课系统 12
4、系统分析 13
4.1 系统简要分析 13
4.2 应用需求分析 14
4.3 业务流分析 16
4.4 数据流分析 16
4.5 系统数据模型设计 17
4.5.1 E-R图 17
4.5.2 数据表 18
5、详细设计 19
5.1 学生登录 19
5.2 课程预览 19
5.3 选课 20
5.4 退课 21
5.5 密码修改 21
5.6 管理员登录 21
5.7 退出系统 22
6、调和测试 22
结 论 24
致 谢 25
参 考 文 献 26
、引言
数据库是从60年代初发展起来的计算机技术。经过四十来年的发展,数据库技术己经趋于成熟。Web数据库在新的Internet环境中发生了很大的变化。就数据应用而言呈现出多样化的空间,如数字图书馆、电子出版物、电子商务、远程教育系统等的出现,给web数据库技术提出了更多、更高的要求。同时,随着国内高校校园网的建设,基于互联网的应用系统的开发正在蓬勃发展并发挥着较大的作用。例如,我国许多高校的网上招生系统,学校的各种管理信息系统,学校选排课系统,还有一些医学院校开发出的网上诊所、远程诊断系统等等,都是基于校园网的应用系统。
国外的教学科研软件与国内相比开发的早而且比较成熟。早在七十年代末,美国就建成了NSFNET(国家科学基金网),其课题的申报及课题的进展情况汇报都在网上进行。其网上教学教务管理系统也十分完善,世界各地的学生可以坐在家里通过互联网完成入学报名、选排课、考试、毕业论文、取得学位这一学习生活的全过程。目前,国际上已具规模的远程教育学校就有数百所之多,网上教育正在各地发挥着巨大的作用,为世界各国培养出大批人才。所有这些都表明,基于Internet的校园网的应用已深入到校园内的各个方面。