1、 毕毕 业业 论论 文文 论文题目:学院信息管理系统 专 业:计算机应用软件 准考证号: 学生姓名: 学院信息管理系统 第 1 页 共 64 页 摘要摘要 本设计的目的是开发“吉林大学学生信息管理系统”的“学生信息管理”模块。该系 统以 Windows 2000 server 为平台, 以 Ms SQL Server 2000 为数据库管理系统, 以 ASP 为编程工具,采用 C/S +B/S 混合模式,开发完成后可运行于校园网上。系统的需求分 析采用 UML 为描述工具。系统管理员和学生通过本设计注册登录,然后通过本模块 的 index.asp 进行后台管理.本论文主要阐述了学生端管理系统的
2、制作过程和后台操作 过程已及一些关键技术,该系统主要由注册和登陆后的各个模块组成,登陆该系统由 的有管理员和学生,管理员登陆后可点击用户管理,查信息和资料查询,资料管理等, 学生注册登陆后可点击修改用户信息,发信息和查信息等。本设计利用 SQL 建立的 数据库进行用户管理,对用户的权限进行判定并对用户存储的信息进行操作。 关键词:关键词:学生信息管理系统;管理系统;ASP;SQL 数据 学院信息管理系统 第 2 页 共 64 页 Abstract This designs purpose is to develop the JiLin university student end admini
3、strative system module. This system is base on Windows 2000 sever as operation system, MS SQL Server 2000 as database management system, ASP as programming tool, and use C/S+B/S hybrid pattern, which could operated on campus net when is finished. The demands analysis of this system adopted UML as de
4、scribed tool. Administrator and students could register in through the designed, and then carry on back-stage management through index.asp of this module. The paper mainly discusses the procedure of construct and backstage operation and some key technology. This set of system is made up with several
5、 modules like registry and log-in module. The administrator could clicks on user management, look up information and manage materials. While students could clicks on modify user information, send messages, brows messages. The design does the user management based on SQL database. It can judge the pr
6、iority of the user and operate the users information. Keywords :student end administrative system; management system; ASP; SQL database 目录目录 第一章第一章 引引 言言 5 1.1 项目开发背景 5 1.2 项目开发的目的 5 1.3 项目开发的目标 5 1.4 项目提出的意义 6 1.5 系统的开发方法 6 第二章第二章 系统分析系统分析 8 2.1 系统的设计思想 8 2.2 可行性分析 8 2.3 需求分析 9 2.4 系统的主要技术分析 11 2.5 系统的运行环境和开发平台 . 13 2.6 数据分析 . 14 2.7 数据流图 14 第三章第三章 数据库设计数据库设计 16 3.1 数据库的引入. 16 3.2 数据库逻辑设计 E-R 图 16 3.4 数据库的完整性和安全性. 30 第四章