摘 要
随着信息技术特别是互联网技术的迅速发展,高校后勤信息化进程不断推进,利用建立的信息化系统能够实现对高校日常后勤运营管理数据的统一收集与处理,不仅提高了管理效率与质量,更充分挖掘了后勤管理信息的价值,对促进高校信息化进程有着重要的意义。高校的后勤管理工作是高校的重要工作之一,其中,宿舍管理和资产管理是高校后勤工作的重点和难点。后勤工作中事务性管理工作日益复杂化,特别需要更加科学的管理手段来提高工作效率。
本文首先介绍了课题的研究背景,研究现状以及高校后勤管理工作特点;其.次,研究了管理信息系统概念和基本内容,并在此基础上阐述了后勤管理信息系统及其运行模式,对高校后勤管理信息系统所采用的开发方法进行描述。 本文探讨了系统设计所采用的体系架构,并选择合适的开发工具、编程语言、技术架构与数据库设计工具;对高校后勤管理信息系统进行需求分析,设计出系统的总体结构,并利用UML方法对系统进行建模。在此基础上分别描述了系统的用例图、序列图、状态图,并对系统需求进行数据库的设计。本文最后阐述了系统实现过程以及相关技术,详细说明其Web界面的实现与功能代码的设计与实现。
本系统结合高校实际的后勤、制度信息,经过实际的需求分析,功能分为宿舍,餐厅,图书馆三个子系统,每个子系统都有增删改查基本功能。采用功能强Eclipse作为开发工具,Java开发语言,SSMl框架,Mysql为后台数据库而开发出来的高校后勤综合数据管理与分析系统。
关键词:高校;后勤;管理系统;Java;SSM
Abstract
With the rapid development of information technology,especially Internet technology,the process of logistics informatization in colleges and universities is advancing continuously. Using the established information system can realize the unified collection and processing of daily logistics operation management data in colleges and universities,which not only improves the management efficiency and quality,but also fully excavates the value of logistics management information,which is of great significance to promote the process of university informatization. The logistics management of colleges and universities is one of the important work of colleges and universities,among which,dormitory management and asset management are the key points and difficulties of university logistics work. Transactional management in logistics is becoming increasingly complex,with a particular need for more scientific management tools to improve effectiveness Rate.
This paper first introduces the research background,research status and characteristics of university logistics management. Secondly,the concept and basic contents of the management information system are studied,and the logistics management information system and its operation mode are expounded on this basis,and the development methods used in the logistics management information system of colleges and universities are described. Based on the analysis of the requirement of university logistics management information system,the author designs the overall structure of the system and models the system by UML method. At the On this basis,the use case diagram,sequence diagram and state diagram of the system are described respectively,and the database design of the system requirements is carried out. At last,this paper expounds the system implementation process and related technology,and explains the implementation of its Web interface and the design and implementation of functional code in detail.
This system combines the actual logistics and system information of colleges and universities,through the actual demand analysis,the function is divided into dormitory,restaurant,library three subsystems,each subsystem has the basic function of adding,deleting and checking. Using functional Eclipse as a development tool,Java development language,SSMl framework,Mysql developed for the background database The integrated data management and analysis system of university logistics.
Keywords:University;Logistics;Management System;Java;SSM
目 录
摘 要 I
Abstract II
第1章 绪论 1
1.1 选题背景及意义 1
1.2研究现状 1
1.3研究主要内容 3
第2章 系统工具 5
2.1 B/S结构 5
2.1.1 什么是B/S结构 5
2.1.2 B/S架构软件的优势与劣势 5
2.2 Java的介绍 6
2.3 SSM框架 6
2.4 MySql简介 10
第3章 系统分析 11
3.1可行性研究 11
3.1.1技术可行性分析 11
3.1.2运行可行性分析 11
3.1.3经济可行性分析 11
3.2需求分析 12
3.2.1功能分析 12
3.2.2用户的需求分析 12
3.2.3系统性能分析 13
第4章 系统设计 15
4.1.系统功能设计目标 15
4.2高校后勤综合数据管理系统功能模块划分 15
4.3数据库设计 17
4.3.1数据库存储结构 17
4.3.2数据存放位置 17
4.3.4系统配置 17
4.3.5数据库表及字段设计 18
第5章 系统实现 20
5.1登陆 20
5.2管理首页 20
5.3图书管理 21
5.3.1图书数据查询 21
5.3.2图书增删查改 21
5.3.3图书数据分类管理 22
5.3.4图书数据评价管理 22
5.4宿舍管理 23
5.5员工数据管理 23
5.6餐厅管理 24
5.7用户权限角色管理 24
5.8用户信息管理 25
总 结 26
致 谢 27
参考文献 28