您的位置:首页 > 其它

基于Web的高校学生成绩管理系统

2009-11-03 10:54 447 查看
http://www.chinalww.com.cn
中国论文网

基于Web的高校学生成绩管理系统 asp.net+sql 2000

源程序+15000字论文(200元)

摘 要

现在已进入了信息时代,网络已深入到生活中的各个领域,在网络发展日新月异的今天,人们已经习惯了从网上获取各种各样所需的信息,网络给我们的生活和工作带来了无穷无尽的乐趣与好处。而此时开发一个基于web的高校学生成绩档案管理系统则顺应了时代的发展潮流而有了它独具魅力的价值。在计算机和网络技术飞速发展的今天,应用数据库技术及网络技术实现学生成绩的计算机管理是可行而且必要的,对于学校的决策者和管理者来说都至关重要。
基于web的高校学生成绩管理系统,在设计风格上力争做到简洁明了,操作简便,界面友好。对于学生成绩档案管理程序的开发要求准确,一致。所以准确性、一致性这两个原则始终贯穿于开发整个系统的过程中。根据这个特点,在开发程序时,对于数据的录入、修改、删除设计方面确保做到数据的一致性。在查询统计方面,力争做到了查询内容丰富,统计内容齐全。
本文着重研究了学生成绩的管理,对数据的查询、录入、修改、删除的功能进行了详细的设计。

关键词:信息时代,web,数据库,成绩管理

ABSTRACT

Entering the information age,the network has gone into all fields of life.It has been used for us to acquire every kind of information needed via the network with its rapid development today.Furthermore,the Network can bring a lot of fun and benefits to our life. And now the development of a web-based university student performance records management system will comply with the trend of the times and have its own value because of the characteristics. Along with the computer and network technology developing rapidly, it is feasible and necessary for the application of database technology and network technology to achieve the management of the performance of their students by the computer. And it plays a critical role for the school administrators and policy-makers.
For the web-based university student performance records management system,we strive to make the style simple and clear,the control procedure easy,and the interface friendly.The procedure of management program development is acquired to be accurate and consistent. Therefore,the whole process should accord with these two principles ,that is ,accuracy and consistency.Based on this characteristic, the development of procedures for data input,edit,and delete design should ensure the consistency of the data.In the inquiring and statistics,an effort is needed to make the inquiries rich and the statistical content comprehensive.
This article Priority studies student performance records management,according to of search,record to go into,modify and delete of the function carried on detailed of design.

Keywords: Information Age,Web,Database,Performance management

目 录

第1章 绪论 1
1.1 系统开发背景 1
1.2 系统开发意义 1
1.3 系统功能要求 2
第2章 系统技术以及运行环境的需求分析 3
2.1 ASP.NET 2.0概述 3
2.2 .NET 框架简介 3
2.3 ASP.NET 的逻辑结构 5
2.4 ASP.NET 2.0中间层的特点 6
2.5 Microsoft SQL Server 2000简介 7
2.6 SQL语句简介 8
2.7 IIS简介 9
2.7.1 IIS的安装 9
2.7.2 IIS虚拟目录的创建 10
2.7.3 IIS的日常管理 10
2.8 运行环境 11
第3章 系统设计 12
3.1 系统设计的基本思想 12
3.2 学生成绩查询系统功能需求 12
3.3 功能需求描述 13
3.4 学生成绩管理系统流程图 13
3.5 系统功能模块图 14
第4章 系统数据设计 19
4.1 数据表介绍 19
4.2 各数据表的物理结构 21
第5章 学生成绩管理系统功能的实现 24
5.1 ADO.NET 24
5.1.1 ADO通用接口 24
5.1.2 ADO.NET 简介 24
5.1.3 ADO.NET的主要对象 26
5.1.4 ADO.NET 读取数据 26
5.2 成绩管理系统的安全性 27
5.3 系统管理员功能 27
5.4 教师功能 28
5.5 学生功能 28
5.6 配置文件 Web.config 28
5.7 学生成绩管理系统的关键代码设计 29
5.7.1 系统登录模块 29
5.7.2 系统管理员模块 30
5.7.3 教师模块 35
5.7.4 学生成绩管理模块 37
5.7.5 学生模块 43
第6章 系统测试 45
6.1 测试综述 45
6.2 测试过程 45
6.2.1 连接测试 45
6.2.2 数据库测试 46
6.2.3 整体界面测试 47
结 论 48
致 谢 49
参考文献 50
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: