高校学生管理系统的设计与实现.doc

约36页DOC格式手机打开展开

高校学生管理系统的设计与实现, 摘要:在internet快速发展的今天,互联网已成为人们迅速及时获取,发布和传递信息的重要渠道。学生管理的电脑化、网络化,是实现学校管理现代化和信息化的重要内容,也是方便老师同学们快速查询相关信息的重要工具。   本文首先对现如今的背景及社会需求进行了分析与研究,总结了系统的设计意义,进而...
编号:30-318563大小:378.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 道客巴巴 发布

高校学生管理系统的设计与实现
   摘要:在Internet快速发展的今天,互联网已成为人们迅速及时获取,发布和传递信息的重要渠道。学生管理的电脑化、网络化,是实现学校管理现代化和信息化的重要内容,也是方便老师同学们快速查询相关信息的重要工具。
   本文首先对现如今的背景及社会需求进行了分析与研究,总结了系统的设计意义,进而对系统的可行性做了研究,并对学生管理系统进行较详细的需求分析,并给出系统详细设计步骤。系统主要功能包括学生信息的查询,统计,添加,修改,删除等功能。通过测试分析说明,本系统的开发基本达到预定目标,并具有一定的应用价值。 
   系统采用目前比较流行的B/S体系结构,前台采用功能强大的面向对象语言C#进行界面设计和代码设计以实现与用户的交流,后台使用SQL Server 2008创建数据库系统,这使得本系统实用性易用比较好,与WINDOWS平台的兼容性也很理想。
   本文详细阐述了系统的分析和设计的思想和全过程并给出系统实现的关键技术和具体方法。最后,本文提供了系统的部分关键的源代码。 
   
   关键词:学生管理系统; C#;ASP.NET;数据库;B/S结构;系统构架;信息查询 


Design and Implementation of College Student Management System 
   Abstract:With the rapid development of the Internet, today the Internet has become an important channel for fast gaining, issuing and transmitting information, and obviously it has been an essential part of our social life. Computerization and network station of student processing are important for realizing modernization and information of school administration, and it also is an important way for searching sufficient information of users.
   This article first has carried on the analysis and Research on today's background and social demand, summed up the design system, and the feasibility of the system is studied, and the student management system, a detailed analysis of the demand, and the detailed design steps are given system. The main functions of the system, including the student information query, statistics, add, modify, delete and other functions. After testing analysis, the development of the system basically achieves the predetermined target, and has the certain application value. 
   System USES at present more popular B/S system structure, the front desk using powerful object-oriented language c # interface design and code design in order to realize the communication with customers, backstage use SQL Server 2008 create database system, which makes the system is better, and practical easy-to-use WINDOWS platform compatibility is ideal.
   This paper describes the system analysis and design thoughts and whole process and give the key technology of system implementation and measures. Finally, this paper provides the system of parts of key source code.
   
   Keywords: Student Management System; C#;ASP.NET;Database; B/S Structure; System Structure; Information Inquiry 
  
  


目录
1 前言 1
1.1 背景分析 1
1.2 社会需求 1
1.3 系统设计意义 2
2 可行性研究 3
2.1开发环境可行性分析 3
2.2 使用技术研究分析 4
2.3 设计方案研究分析 4
2.4 系统可行性分析 5
3 系统需求分析 7
3.1 用户工作流程 7
3.2 功能需求分析 7
3.3 性能需求分析 8
4 系统概要设计 9
4.1系统分析 9
4.2 业务流程 13
4.3 系统构架 13
5 系统详细设计 14
5.1 系统功能描述 14
5.2 数据库设计 14
5.3  数据库实现 20
5.4 用户登录模块 22
5.5 学生信息模块 23
5.6 教师管理模块 25
6 系统测试 28
6.1 集成测试 28
6.2 功能测试 28
6.3 链接测试 28
6.4 文档测试 28
6.5 负载测试 29
6.6 极限测试 29
结束语 30
参考文献 31
致谢 32