{$cfg_webname}
主页 > 计算机 > ASP.NET >

校区宿舍报修管理系统的设计(ASP.NET,SQL)

来源:56doc.com  资料编号:5D20801 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20801
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

校区宿舍报修管理系统的设计(ASP.NET,SQL)(任务书,开题报告,论文12500字,程序代码,SQLserver数据库)
摘要
21世纪信息时代的到来不断深化着全国高校对于物业后勤保障的社会化改革,对管理的规模和服务的质量要求越来越高。原来简单、落伍的管理方式和手段已经不能适应社会改革和市场竞争的要求。高校物业部门为了能够实现可持续发展对物业管理水平的提高,部门运作效率的提高和服务意识的提高提出了越来越高的要求。高校物业后勤的信息化和综合信息化管理是全国高校后勤发展的必由之路。
系统采用B/S体系软件框架,数据库采用Microsoft SQL Server 2014,开发工具使用Microsoft Visual Studio 2015。论文将南湖校区宿舍报修管理系统的需求进行了全面的调研,对系统进行了详细地分析与设计,最终完成了系统的开发与测试工作。针对系统中涉及的学生报修、维修派工,后台管理三个主要功能,进行了深入的研究与设计,并最终实现了宿舍报修管理系统的开发完善工作,对提升物业部门的管理效率具有积极帮助。
关键词:信息化管理;宿舍报修;B/S框架;物业;管理效率
Abstract
The advent of the information age in the 21st century has continuously deepened the reform of the socialization of logistics at colleges and universities nationwide, there are new requirements in the scope of management and the quality of service. The original simple and backward management methods and means are unable to meet the requirements of social reform and market competition. The survival and development of the logistics department in colleges and universities put forward higher and higher requirements for the improvement of logistics management, the improvement of internal operating efficiency and the enhancement of service awareness. The informationization and comprehensive information management of university property logistics are the only way for university property repair development and universities in the country.
The system adopts the B/S system software framework, takes Microsoft SQL Server 2014 as the database, and the development tool adopts Microsoft Visual Studio 2015. The paper combed the details of the dormitory repair management system, carried out a comprehensive demand survey, detailed analysis and design of the system, finally completed the system development and testing. In view of the students' repair and maintenance work involved in the system and the three main functions of the backstage management, the research and design are carried out deeply. Finally, the development and perfection of the dormitory repair management system are realized, and the management efficiency of the property department is actively helped.
Key Words:information management;dormitory repair;B/S architecture,;property management efficiency
开发语言    Asp.net和C#。
开发工具    Microsoft VisualStudio2015+SQLSERVER2014
系统需求分析
南湖校区宿舍报修管理系统负责整个校区的维修工作,工作范围包括水电、木椅和日常生活设备的维修。由于维修范围包含整个校区,维修任务相当艰巨,因此每一个专职维修人员都必须提高自身的维修效率,随时了解自己的维修任务并及时上门维修,在这种情况下,开发基于校园网络的网上报修系统刻不容缓。南湖校区网上报修管理系统在整个学校的后勤管理中起到了不可替代的作用,它可以显著提高后勤服务的反应速度,从而提高师生对物业的满意率,使得物业部门能够真正实现一切服务为师生的理念,打造让师生满意的物业部门。
南湖校区报修管理系统面向的人群包括物业部门的专职维修人员和后勤管理人员、全体师生。本系统基于Asp.net开发,前台则采用了近年来比较流行的C#技术,通过无刷新更新页面内容做到了较好的用户体验。后台数据库方面,考虑到并发数较多时的压力承载及系统的实际运行环境为visual studio 2015,故选择了SQL server 2014。
3.2业务流程分析
本系统由三种身份的用户使用,分别是系统管理员、学生和维修人员。系统管理员具有最高权限,一般为物业管理部门的工作人员,在实际使用中可能由多人操作;维修工和学生就是普通用户。
 

校区宿舍报修管理系统的设计(ASP.NET,SQL)
校区宿舍报修管理系统的设计(ASP.NET,SQL)
校区宿舍报修管理系统的设计(ASP.NET,SQL)
校区宿舍报修管理系统的设计(ASP.NET,SQL)


目录
第1章 绪论    1
1.1 选题背景    1
1.2选题目的和意义    1
1.3国内外现状研究综述    2
1.4主要研究内容和实施步骤    3
第2章 系统规划    5
2.1 系统开发环境    5
2.2系统开发目标    5
2.3系统可行性分析    5
第3章 系统分析    7
3.1系统需求分析    7
3.2业务流程分析    7
3.2.1系统业务流程图    7
3.2.2学生业务流程    8
3.2.3维修工业务流程    8
3.2.4管理员业务流程    9
3.3数据流程分析    9
3.4数据字典(举例)    10
3.4.1数据项    10
3.4.2数据流    11
3.4.3数据结构    13
3.4.4数据处理    13
第4章系统设计    14
4.1数据库设计    14
4.1.1数据库概念结构设计    14
4.1.2数据库逻辑结构设计    17
4.2概要设计    20
4.2.1系统模块化设计    20
4.2.2系统功能结构图    22
4.3界面设计    23
第5章系统实施与测试    24
5.1用户及管理员登陆    24
5.1.1学生和维修工登陆    24
5.1.2管理员登陆    27
5.2报修业务流程    27
5.3发布公告及公告管理    29
5.4功能测试    30
5.4.1测试的目的    30
5.4.2测试的方案    30
5.4.3登录功能测试    30
第6章总结与展望    34
6.1全文总结    34
6.2系统展望    34
参考文献    36
附录A 报修申请主要代码    38

推荐资料