网上选课系统毕业论文 下载本文

内容发布更新时间 : 2024/5/26 2:30:52星期一 下面是文章的全部内容请认真阅读。

摘 要

摘要:随着在校大学生的不断增加,学生选课系统也是学校对学生管理中不可缺少的一部分。以往的选课方法是使用人工的方法管理文件档案,这种管理方式存在许多的缺点:效率低、保密差,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来不少的困难。随着科学技术的不断提高,计算机已经进入人类社会的各个领域并发挥着越来越重要的作用。作为计算机应用的一部分,实用技术绝对选课信息进行管理,具有手工管理所无法比拟的优点。例如:查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。

本文通过分析浏览器/服务器结构的特点并结合选课的实际情况简单的介绍了系统各功能模块及数据库的设计,着重讨论了用ASP.NET技术和SQL Server 2005 开发选课系统的数据库的访问技术和动态网页制作技术,并给出了一些可以实现的核心代码。通过该系统,使学生可以很方便的在校园网上进行网上选课。该系统在Windows 7系统和VS2005平台下开发完成,使用C#作为ASP.NET的开发语言,SQL Server 2005作为数据库。系统有较高的安全性和较好的性能。代码尽量使用了存储过程和尽量减少了数据库连接打开的时间来提高性能。

本文除了有对程序的系统分析、总体设计、数据库设计、功能实现等主体部分外,还介绍了ASP.NET和数据库的结合的基本内容。

关键词:学生选课、 浏览器/服务器、 ASP.NET、VS 2005、 SQL Server 2005

I

摘 要

Abstract:With the continuous increase in college students, students in schools of students elective system is also an integral part of management. Previous elective method is to use artificial methods to manage file archives, this management approach has many disadvantages: low efficiency, poor security, while over time, will generate a large number of documents and data, which for finding, updating and maintenance of bring a lot of difficulties. With the continuous improvement of science and technology, the 忽略puter has access to all areas of human society, and play an increasingly important role. As a part of 忽略puter applications and practical management of information technology is absolutely elective, with manual management in忽略parable advantages. For example: to find convenient, high reliability, large memory capacity, security and good, long life and low cost.

This paper analyzes the browser / server structure is characterized by 忽略bining the actual situation of elective a brief introduction of the system of functional modules and database design, focused on using ASP.NET technology and SQL Server 2005 Developer elective system, access to the database technology and dynamic web production techniques, and give some of the core code can be achieved. Through the system so that students can easily online Online Course on campus. The system is Windows 7 system and VS2005 platform is developed using C # as the ASP.NET development language, SQL Server 2005 as a database. System has a higher security and better performance. In which the database connection string in the web.config where you can change at any time. The code to make use of the stored procedure and to minimize the database connection open time to improve performance.

This addition to the program's system analysis, overall design, database design, function and so the main part of the implementation, but also describes the 忽略bination of ASP.NET and database elements.

Keywords: Student elective, browser / server, ASP.NET, VS 2005, SQL Server 2005 database

II

目 录

目 录

一、引言 ??????????????????????????????????1 (一)、课题研究目的??????????????????????????1 (二)、课题研究的意义?????????????????????????1 (三)、任务 ??????????????????????????????1 (四)、实现目标 ????????????????????????????2 二、系统分析与总体设计 ??????????????????????????3 (一)、系统分析????????????????????????????3 (二)、系统设计构架 ?????????????????????????3 三、数据库的设计和实现 ??????????????????????????5 (一)、数据库需求分析?????????????????????????5 (二)、数据库设计???????????????????????????5 四、详细设计????????????????????????????????7 (一)、公共类与公共页面设计 ?????????????????????7 (二)、主模块 ?????????????????????????????7 (三)、添加用户模块??????????????????????????8 (四)、学生选课模块??????????????????????????10 (五)、教师提交成绩模块 ???????????????????????10 (六)、成绩管理模块??????????????????????????11 (七)、学生维护模块??????????????????????????12 (八)、教师维护模块??????????????????????????12 (九)、课程维护模块??????????????????????????13 (十)、修改密码模块??????????????????????????14 结束语???????????????????????????????????15 致谢????????????????????????????????????16 参考文献??????????????????????????????????17 附录????????????????????????????????????18

I