基于 ASP 的学生信息管理系统的设计与实现
论 文 作 者 姓 名 :
申 请 学 位 专 业 :
申 请 学 位 类 别 :
指导教师姓名(职称):
论 文 提 交 日 期 :
基于 ASP 的学生信息管理系统的设计与实现
摘 要
由于学校规模进一步扩大,学生人数逐年上升,学生信息的管理也变得越来
越复杂。为此,切实有效的把学生信息管理系统引入学校教务管理中,对于促进
学校管理制度和提高学校教学质量有着显著意义。
本系统采用 B/S 结构,ASP 为开发语言,SQL Server 2000 为数据库来进行设
计与开发。本论文,简要阐述了系统的开发背景与开发环境,对系统的构架进行
分析,由此划分出各个模块,包括用户注册模块,用户登陆模块,个人管理模块,
基本信息管理模块,特殊信息管理模块,毕业生信息管理模块,成绩管理模块,
更多信息管理模块,退出系统模块。并根据模块制定所需的功能。详细介绍了系
统各个模块与功能的实现原理。最后总结开发阶段与测试阶段所遇到的问题与解
决方法。本系统完成了基本所需功能,界面友好,操作简单。
关键词:ASP;SQL Server 2000;B/S 结构;功能;模块
Design and Realization of ASP Student's Information
Management System
Abstract
With the expansion of school's scale and increasing number of students, the
management of students' information is getting more and more sophisticated.
Therefore, to efficiently bring the management system of students' information into
the management of school educational administration makes striking sense to promote
the school management system and improve the education quality.
The system adopts B/S as structure, ASP as exploitation language and SQL
Server 2000 as data-base to carry out the work of design and exploitation. The paper
in brief expatiates the background and environment of the exploitation, analyses the
truss of the system and according to this, carves up each module, including the
module for users' enrollment, the module for the management of basic information,
the module for special information, the module for the management of graduates'
information, the module for the management of results, the module for the
management of more information and the system module for exit. What's more, it
frame the needed functions according to the module. It gives detailed introduction of
the theory to realize each module and functions of the system. Finally, it summarizes
the problems likely to come up in the process of exploitation and test as well as the
ways to solve them. With a good interface ,the system is easy to manage ,
accomplishing the basically needed functions.
Key words: ASP; SQL Server 2000; B/S structure; Fnctions; Mdule
目 录
论文总页数:26 页
1 引言 ...........................................................................................................................................1
2 系统开发背景 ...........................................................................................................................2
3 系统开发环境 ...........................................................................................................................2
3.1 系统开发理论依据 ...........................................................................................................2
3.1.1 ASP 概述 ....................................................................................................................2
3.1.2 SQL 介绍...................................................................................................................4
3.1.3 B/S 结构介绍 ............................................................................................................4
3.2 系统开发环境 ...................................................................................................................4
3.2.1 系统软件环境 ...........................................................................................................4
3.2.2 工具简介 ...................................................................................................................5
4 系统分析 ...................................................................................................................................5
4.1 系统目标 ...........................................................................................................................5
4.2 可行性分析 .......................................................................................................................5
4.3 系统构架 ...........................................................................................................................6
4.3.1 系统概述 ...................................................................................................................6
4.3.2 系统模块简述 ...........................................................................................................7
5 系统的设计 ...............................................................................................................................7
5.1 系统流程分析 ...................................................................................................................7
5.2 数据库表的设计 ...............................................................................................................8
5.3 字段的设计 .......................................................................................................................9
5.4 表 .......................................................................................................................................9
5.5 注册模块设计 .................................................................................................................13
5.6 登陆模块设计 .................................................................................................................14
5.7 用户个人管理模块设计 .................................................................................................14
5.8 学生基本信息管理模块设计 .........................................................................................15
5.9 特殊信息管理模块设计 .................................................................................................16
5.10 毕业生信息模块设计 .....................................................................................................16
5.11 更多管理模块设计 .........................................................................................................17
5.12 成绩管理模块设计 .........................................................................................................17
6 系统功能实现 .........................................................................................................................18
6.1 用户注册功能 .................................................................................................................18
6.2 用户登陆功能 .................................................................................................................19
6.3 用户个人管理功能 .........................................................................................................19
6.4 查看所有信息功能 .........................................................................................................20
6.5 添加功能 .........................................................................................................................20
6.6 修改功能 .........................................................................................................................21
6.7 查询功能 .........................................................................................................................22
6.8 删除功能 .........................................................................................................................23
6.9 退出系统功能 .................................................................................................................23
7 软件测试 .................................................................................................................................23
结 论...........................................................................................................................................24
参考文献 .........................................................................................................................................24
致 谢...........................................................................................................................................25
声 明...........................................................................................................................................26