学生选课系统-毕业论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
本人郑重声明:本人所呈交的毕业论文(设
计),是在导师的指导下独立进行研究所取得的成果。毕业论文(设计)中凡引用他人已经发表或未发表的成果、数据、观点等,均已明确注明出处。除文中已经注明引用的内容外,不包含任何其他个人或集体已经发表或在网上发表的论文。
特此声明。
论文作者签名:
日期:年月日
目录
摘要 (1)
ABSTRACT (2)
第一章引言 (3)
1.1课题背景及意义 (3)
1.2开发工具的选用及介绍 (3)
1.3课题的可行性分析 (5)
第二章系统总体分析与设计 (6)
2.1设计构想 (6)
2.2界面规划 (7)
2.3数据流程规划 (8)
第三章数据库设计与实现 (9)
3.1数据库系统分析 (9)
3.2数据库逻辑设计 (11)
第四章登录界面详细设计 (14)
4.1界面设计 (14)
4.2管理员/教师/学生登录功能 (14)
4.3密码修改页面 (18)
第五章管理员详细设计 (22)
5.1界面设计 (22)
5.2设计方法 (22)
第六章测试及设计过程中的问题及解决 (27)
6.1数据库的连接 (27)
6.2参数的传递 (27)
6.3运行环境 (28)
第七章结论 (29)
致谢 (30)
参考文献 (31)
摘要
在没有学生选课系统之前,选课方法是随堂报名,这种方法虽然简单,但是造成选课的盲目性和教务处处理选课数据的繁重性,并且容易发生数据丢失和统计错误。为了减轻教务处工作量,以及更加合理的分配教学资源,对学生选课系统进行设计和开发。
本文主要针对学生选课系统管理员端,以及登录,注销,修改密码这些功能的设计和开发。针对管理员的功能,主要从管理员对教师,学生,院系,课程,以及管理员自身信息功能的添加,查看,修改,删除进行了设计和开发,实现了对教师,学生,院系,课程,以及管理员自身信息的管理功能。
学生选课系统的基本设计思想是使用B/S结构来开发,另外着重讨论了用技术和SQL Server 2000来开发该系统,并给出了主要部分的实现代码及控件的使用,另外还对控件的优点进行讨论。系统在Windows XP系统和平台下开发完成,使用C#作为开发语言。由于架构比较合理,系统有较高的安全性和较好的使用性能。其中连接数据库的字符串可随时在web.config里修改,增加了配置的灵活性,保证了数据库的安全。
关键词:学生选课,,B/S结构,管理员端
ABSTRACT
Elective system in the absence of the students before the course is random application, this method is simple, but the cause of blindness and elective course dealing with the data of the Registrar Office of the heavy and prone to data loss and statistical error. Office of Academic Affairs in order to reduce the workload, as well as a more reasonable distribution of teaching resources, student selection system design and development.
In this paper, system administrator for the end of course students, as well as the registry, write-offs, modify the password of these features the design and development. For the administrator's functions, mainly from the administrator of the teachers, students, faculty, curriculum, and administrators to add their own information function, view, modify or delete a design and development, the achievement of teachers, students, hospital Department, the curriculum, as well as the administrator of its own information management capabilities.
Students in the basic course design idea is to use the B / S structure to develop, while focused on the use of technology and SQL Server 2000 to develop the system, and gives the main part of the realization of code and control the use of other also discuss the advantages of control. System in the Windows XP system and development platform completed, the use of C # as development language. Due to a more reasonable structure, the system has high security and better performance. In which the database connection string in web.config can be readily modified to increase the flexibility of configuration to ensure the security of the database.
Keywords:online course, , B/S structure,management system