学生公寓管理系统毕业设计论文.doc
学生公寓管理系统毕业设计论文,摘 要在各高校扩大招生的形势下,学生公寓管理的工作变得越来越繁重。采用传统的人工管理模式,效率低下,不能满足实际的需求。本文描述的是基于windows环境的学生公寓管理系统,该学生公寓管理作为学校后勤管理系统的一个分系统,可实现公寓管理的网络化和自动化。本学生公寓管理系统采用了c/s结构,...
内容介绍
此文档由会员 纳花真美 发布学生公寓管理系统毕业设计论文
摘 要
在各高校扩大招生的形势下,学生公寓管理的工作变得越来越繁重。采用传统的人工管理模式,效率低下,不能满足实际的需求。
本文描述的是基于Windows环境的学生公寓管理系统,该学生公寓管理作为学校后勤管理系统的一个分系统,可实现公寓管理的网络化和自动化。本学生公寓管理系统采用了C/S结构,主要功能模块包括:公寓管理,员工管理,学生管理,查询统计,系统管理等模块。使用Visual Studio 2005开发工具开发,应用SQL Server2005数据库管理系统。可以更快更方便地管理公寓住宿情况,提高公寓的管理效率,节约投资。
本篇论文以一个学生公寓管理系统的分析、设计和开发的全过程为主线,给出了学生公寓管理系统的设计和技术实现的过程,特别在细节上分析功能和函数的实现思想。涉及到学生公寓管理的基本功能在本论文中都有相应的描述。
Abstract
In the college enrollment expansion, the situation of the student apartment management is becoming more and more onerous. Using the traditional management mode, the artificially low efficiency, cannot satisfy the actual needs.
The paper describes the Windows environment is based on students' apartment management system, the student apartment management as a management system of school logistics system, which can realize the automation and network management of the apartment. The students' apartment management system adopts the B/S structure, main function modules including: apartment management, employee management, class management system, management system, etc. Using Visual Studio 2005 application development tool, Server2005 SQL database management system. Can be faster and more convenient to manage apartment hotel apartment, make the management efficiency is higher.
In this paper, a student apartments management system analysis, design and development process as the main line, gives students' apartments management system design and technical realization process, especially in detail analysis function and the realization of function. Involve the basic function of student apartments management in this thesis has a corresponding description.
目 录
摘 要 i
Abstract ii
第1章 绪 论 1
1.1本文工作的来源 1
1.2目的和意义 1
1.3国内外进展 1
1.3.1国外进展 1
1.3.2国内进展 2
1.4本文工作的主要内容 3
第2章 需求分析 4
2.1系统需求简介 4
2.1.1系统目标 4
2.1.2功能需求分析 4
2.1.3性能需求分析 4
2.2可行性分析 5
2.2.1经济可行性分析 5
2.2.2技术可行性分析 5
2.2.3操作可行性分析 5
第3章 总体设计 6
3.1设计概述 6
3.1.1抽象 6
3.1.2信息隐蔽和局部化 6
3.1.3逐步求精的模块化概念 7
3.1.4模块独立性 7
3.2系统总体结构及功能模块划分 7
3.2.1员工管理模块 7
3.2.2学生管理模块 8
3.2.3公寓管理模块 8
3.2.4查询统计模块 9
3.2.5系统管理模块 10
3.3系统数据库概念结构设计 10
3.3.1系统E-R图 10
3.3.2系统数据库的设计 11
3.4安全保密设计 15
3.4.1用户登陆安全性 15
3.4.2操作安全性 15
3.4.3数据安全性 15
第4章 详细设计 16
4.1概述 16
4.2系统程序流程图 16
4.3系统主要功能模块简介及截图 17
4.3.1系统登录界面 17
4.3.2员工管理模块 18
4.3.3学生管理模块 19
4.3.4公寓管理模块 20
4.3.5查询统计模块 24
4.3.6系统管理模块 26
第5章 系统的编码 28
5.1开发系统所用工具 28
5.1.1开发工具的选择 28
5.1.2开发语言的选择 29
5.2开发系统所用的技术 30
5.2.1存储过程的应用 30
5.2.2AJAX技术的应用 31
第6章 测试 32
6.1测试的任务及目标 32
6.1.1测试的任务 32
6.1.2测试的目标 32
6.2测试方案 32
6.2.1模块测试 32
6.2.2集成测试 33
6.2.3 验收测试 33
6.2.4平行运行 33
6.3测试用例 34
6.3.1用户登陆测试用例 34
6.4系统维护 34
结 论 35
参 考 文 献 37
致 谢 38
外文科技资料翻译 39
英文原文 39
中文译文 46