学生公寓管理系统(asp.net+sql server2000).rar

RAR格式版权申诉手机打开展开

学生公寓管理系统(asp.net+sql server2000),学生公寓管理系统包含:源代码,论文,英文文献及翻译,开题报告论文字数:17500 页数:29 摘要:随着现代管理技术的发展,管理的集中化与自主化的矛盾越来越明显。而高校中由于学生和老师集中,矛盾更为突出。迫切的需要一种新的技术来均衡这种矛盾,提高管理的效率。本系统就是针对这种需求提出来的。本系统以**寝室管理为原型,对...
编号:160-31632大小:1.37M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 touristwolf 发布

学生公寓管理系统包含:源代码,论文,英文文献及翻译,开题报告

论文字数:17500 页数:29

摘要:
随着现代管理技术的发展,管理的集中化与自主化的矛盾越来越明显。而高校中由于学生和老师集中,矛盾更为突出。迫切的需要一种新的技术来均衡这种矛盾,提高管理的效率。本系统就是针对这种需求提出来的。
本系统以**寝室管理为原型,对其经行详细的需求分析,系统分析,然后研究出详细的解决办法,将传统的人工管理方式转变为经由计算机网络技术的支持的自动化管理,实现管理的无纸化,实现管理整个管理部门的权利集中与自主。
经过研究,本系统采用网络技术为ASP.NET。ASP.NET完全支持动态网页,能将复杂的网络数据管理简易化。数据库采用SQL 2000,一种使用非常广泛的关系数据库,管理集中,数据安全性较高。编程语言为C#,C#是一种面向对象的编程语言,能很好的实现代码的重用性。
系统中对数据库的操作为,添加、修改、删除、查询。实现了学生公寓管理中所涉及的基本功能。整个系统分为学生平台,管理员平台,系统管理员平台。
本文详细介绍了本系统的设计过程。包括需求分析,系统分析,数据库设计,系统设计以及系统完成后的测试、实施等重要过程。

关键字:学生公寓管理系统 ASP.NET SQL 2000 C# DHTML 数据库访问技术
Abstract :
With modern management technology, and centralized management of the autonomy of the increasingly obvious contradictions. And college students and teachers focus on contradictions become more obvious. Urgent need for a new technology to balance these contradictions, improve management efficiency. The system is meant to address this demand before.
The system Jianghan University dormitory to the management of the prototype, as detailed on the needs analysis, systems analysis, then work out detailed solutions, traditional manual management changes through a computer network technology to support the automation of management, achieving the paperless management, the management of the entire management focus on the rights and autonomy.
After the study, the system uses Internet technology, ASP.NET. Microsoft fully supports dynamic website, it is able to complex network of data management simple. SQL 2000 database, the use of a very wide range of relational databases, centralized management, data security higher. For the C # programming language, C # is an object-oriented programming language, can achieve good code reusability.
System operation of the database to add, modify, delete, query. Implementation of student housing management involved in basic functions. The entire system is divided into students platform, platform managers, system administrators platform.
This paper introduces in detail the system design process. Including requirements analysis, systems analysis, database design, system design and system testing is completed, the implementation of such important process.

Key Phrase:Student Apartment Management System ASP.NET SQL2000 C#DHTML DATA ACCESS


目录
学生公寓管理系统设计说明书 1
1.绪论 1
1.1目的 1
1.2范围 1
2.需求说明 2
2.1功能要求 2
2.2性能要求 2
2.3可行性分析 2
2.4安全以及设计约束 2
2.5界面以及接口设计 3
2.6 E—R图 3
3.角色说明 4
3.1学生 4
3.2学生公寓管理员 4
3.3系统管理员 4
4.系统详细设计 4
4.1系统功能图 4
4.2用户登录 6
4.3学生管理 6
4.4寝室管理 7
4.5信息管理 8
4.6财务管理 9
4.7管理员个人信息管理 9
4.8学生个人信息管理 10
4.8系统管理 11
4.9找回密码 11
5.数据库设计 12
5.1数据结构图: 12
5.2学生表 13
5.3管理员表 13
5.4寝室表 13
5.5寝室报修信息表 14
5.6寝室楼表 14
5.7奖惩信息表 14
5.8信息表 14
6.用户界面设计 14
6.1 登录界面 15
6.2管理员功能菜单以及登录界面 15
6.3学生功能菜单以及登录界面 15
6.4系统管理员功能菜单以及登录界面 16
6.5密码找回界面 16
7.系统测试 16
7.1黑盒测试 16
7.2白盒测试 16
8.发布与打包 17
9.结语 17
10致谢 17
11.参考资料 17
12.附录 18
12.1数据库链接函数 18
12.2记录添加功能函数 19
12.3记录编辑功能函数 20
12.4记录删除功能函数 21
12.5记录查询统计函数 22

…… ……