1、摘摘 要要 随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技 术上越来越成熟。由于学校规模进一步扩大,学生人数逐年上升,学生信息的管 理也变得越来越复杂。为此,建立一个健全、稳定的学生信息管理系统对于促进 学校管理制度和提高学校教学质量有着显著意义。 本系统采用 SQL Server 2000 作为后台数据库,前台页面使用 ASP 实现,主 要简要阐述了系统的开发背景与设计方法。 对系统的构架进行分析后可以划分出 一下各个模块,包括用户管理模块,班级管理模块,学生基本信息管理模块,课 程管理模块,课程选择模块,成绩管理模块,并根据所需的功能详细介绍了系统 各个模块与功能的实现
2、原理和设计方法。本系统完成了基本所需的功能,界面友 好,操作简单。 关键词:关键词:ASP;SQL Server 2000;B/S 结构;学生信息管理系统 Abstract With more and more widespread and profound application of information technology in management, the implement of management information system has become mature in technology step by step.With the expansion of sch
3、ools 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 scho
4、ol management system and improve the education quality. The system adopts SQL Server 2000 as a backend database, front page using ASP, The paper in brief expatiates the development background of system and design method. Analyses the truss of the system and according to this, carves up each module,
5、including the module for the management of user, the module for the management of basic class, the module for the management of basic information, the module for the management of course, the module for the management of course selection, the module for the management of results, whats more, the pap
6、er introduce the systems principle of every module and function, also, the design method in detail. With a good interface ,the system is easy to manage, accomplishing the basically needed functions. Key words: ASP; SQL Server 2000; B/S structure; Students Information Management System i 目目 录录 摘 要 Abstract 第一章 绪论. 1 1.1 项目背景 1 1.2 国内外研究现状 1 1.3 本系统研究意义 1 1.4 本系统研究内容 2 第二章 系统开发工具介绍. 3 2.1 ASP 概述 . 3 2.2 SQL 介绍 . 5 2.3 B/S 结构介绍. 6 第三章 系统分析. 7 3.1 系统需求分析 7 3.2 系统可行性研究分析 7 3.3 系统数据流程分析 7 3