- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
本科毕业设计(论文)正文
目 录
摘要 1
Abstract 1
1 引言 2
1.1 系统开发背景 2
1.2 信息系统目标 3
1.3 开发工具的选择 3
1.4 系统开发计划 4
1.5 系统对教学工作的影响 4
2 需求分析 5
2.1 可行性分析研究 5
2.2 用户需求 7
2.3 使用范围 7
2.4 业务流程分析 7
3 系统设计 8
3.1 系统模块结构设计 8
3.2 数据库设计 10
3.2.1 概念设计 10
3.2.2 逻辑设计 11
3.2.3 物理设计 11
3.3 系统总体安全性 13
4 详细设计 14
4.1 登陆模块设计 14
4.2 主界面设计 14
4.3 学籍管理模块设计 15
4.4 成绩管理模块设计 16
4.5 查询管理模块设计 17
5 系统实施 18
5.1 实施环境 18
5.2 系统测试 18
5.3 系统的运行与维护 19
结束语 20
致谢 22
参考文献 23
附录部分原代码 24
学生学籍管理系统的设计与实现
摘要:学生学籍管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
本系统主要完成对学生学籍的管理,包括添加、修改、删除,查询,打印信息以用户管理等六个方面。系统可以完成对各类信息的浏览、查询、添加、删除、修改等功能。系统的核心是添加、修改和删除三者之间的联系,每一个表的修改都将联动的影响其它的表,当完成添加或删除操作时系统会自动地完成学生学籍的修改。查询功能也是系统的核心之一。此外,系统有完整的用户添加、删除和密码修改功能,并具备报表打印功能。
本论文包括需求分析、系统功能、系统设计、程序设计、系统测试及存在问题等方面,较为系统地介绍了“学生学籍管理系统”课题开发的整个过程。
关键词:学生学籍管理;数据库;管理系统;ASP;C/S
The Design and Application of Students management system
Abstract:The system of managing student file is a typical application of managing information system (know as MIS), which mainly includes developing the application interface of front-end and building up and maintaining the data-base of back-end. The former should make the function of application integrated and the usage is easy, the latter required a database with powerful consistency and integrality, and nice security.
This system mainly completes the management to student’s information include six aspects such as adding, modifying, deleting, searching, printing information and the customer management. The system can complete to browse, search, add, delete, modify etc. to each kind of the function of information. The core of the system is the contact of increase, modification and delete, the modifications of each form will affect to other forms, the system will complete the modification of student of itself while being to complete to increase or delete the operation. Inquiring about the function of searching also is the one of the systematic nucl
文档评论(0)