- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于.net的学生选课系统论文
摘要
学生选课系统能够让学生们在网络上自主选择选修课程,教务处的工作人员则通过网络来处理学生的选课信息。这个系统实现了对信息数据的浏览、查询、编辑和管理等基本数据库操作,采取模块化的编写思想,提高了可读性,同时提高了开发效率,从而实现了校园无纸化办公,提高选课的效率,减轻选课操作的工作量,从而提高教学管理的效率。
本系统是一个典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。ABSTRACT
The student curricula-variable management system enables the students to select course by themselves on the internet. And the staff of the registry deal with the elective information by the internet. The system carries out the basic data base operation such as browsing, inquiring, editing and managing information data. It also composes in modularize way witch enhances readability and explore efficiency. Therefore the campus no-paper work comes true, at the same time elective efficiency is improved and the workload id decreased. In this way, the efficiency of teaching management is improved.
The system is typical MIS, which includes the development and the maintenance of background database as well as the top application program.
As to the former, setting up a base with strong data coherence and integrality as well as security is demanded. As to the later, a program with complete function which is easy to use is demanded.
The Visual Studio 2005 is used as exploitation platform; Visual C#.NET and HTML is used as program language; MS SQL is used as system database ; ADO. NET is used to visit the database.
Keywords: information system,Elective course system,ASP.NET,C#,SQL Server目录
I
ABSTRACT II
第1章 引言 1
1.1 背景 1
1.2 研究内容 2
第2章 学生网上选课系统 3
2.1需求分析 3
2.2系统开发环境 4
2.2.1 SQL Server2000简介 4
2.2.2 Visual Studio2005简介 4
2.2.3 ASP.NET简介 5
2.2.4 Visual C#简介 5
2.3 本章小结 6
第3章 数据库设计 7
3.1 数据库系统分析 7
3.1.1 数据库概念结构设计 7
3.1.2 表设计 9
3.2 数据库连接配置 12
3.3 本章小结 12
第4章 选课系统设计与实现 13
4.1系统设计 13
4.1.1 系统设计思想 13
4.1.2 系统模块设计 13
4.1.2 系统功能总图 16
4.2 系统界面设计 16
4.2.1 登录界面设计 16
4.2.2 管理员登录界面设计 17
4.3管理员模块功能设计 20
4.3.1 院系管理模块设计 20
4.3.2 专业管理模块设计 22
4.3.3 课程管理模块设计 24
4.3.4 教师管理模块设计 25
4.3.5 教师管理模块设计 26
4.4学生和教师模块功能设计 26
4.4.1 学生用户模块设
文档评论(0)