I
高校后勤信息管理系统设计与实现
摘 要
随着教学平台规模的不断壮大,信息变得越来越多。同时计算机网络技术高速发展,
网络管理运用也变得越来越广泛。因此,建立一个 ssm 框架的高校后勤信息管理系统来
管理教学平台信息,会使管理工作系统化、规范化,也会提高教学平台形象,提高管理
效率。
本高校后勤信息管理系统是针对目前网上教学平台的实际需求,从实际工作出发,
对过去的高校后勤信息管理系统存在的问题进行分析,结合计算机系统的结构、概念、
模型、原理、方法,在计算机各种优势的情况下,采用目前最流行的 ssm 框架和 eclipse
编辑器、mysql 数据库设计并实现的 。本高校后勤信息管理系统主要包括登录模块、学
院信息管理模块、公寓宿舍管理模块、宿舍报修管理模块、和退出模块等多个模块。它
帮助高校后勤信息管理实现了信息化、网络化,通过测试,实现了系统设计目标,相比
传统的管理模式,本系统合理的利用了网络数据资源,有效的减少了高校后勤信息管理
的经济投入,大大提高了高校后勤信息管理的效率。
关键词:ssm;mysql;高校后勤信息管理
II
ABSTRACT
With the growing scale of the teaching platform, information becomes more and more.
At the same time, the rapid development of computer network technology, network
management has become more and more extensive. Therefore, the establishment of an SSM
framework University logistics information management system to manage teaching platform
information will systematize and standardize the management work, as well as improve the
teaching platform image and improve management efficiency.
This university logistics information management system is aimed at the actual needs of
the current online teaching platform. From the actual work, the problems existing in the past
University logistics information management system are analyzed, and the structure, concept,
model, principle, and method of the computer system are combined. Designed and
implemented with the most popular SSM framework and eclipse editor and MySQL database
in the context of various computer advantages. The university logistics information
management system mainly includes login module, college information management module,
apartment dormitory management module, dormitory repair management module, and exit
module and many other modules. It has helped college logistics information management to
realize informatization and networking. Through testing, it has achieved the goal of system
design. Compared with the traditional management model, the system has reasonably used
network data resources and effectively reduced the economic investment in university
logistics information management. It greatly improves the efficiency of logistics information
management in colleges and universities.
KEY WORDS:ssm;mysql;College Logistics Information Management
III
目 录
摘 要 ...................................................................................................................................I
ABSTRACT ........................................................................................................................I
目 录...............................................................................................................................III
第 1 章 绪论.......................................................................................................................1
1.1 开发背景................................................................................................................1
1.2 开发意义................................................................................................................1
1.3 研究内容................................................................................................................1
第 2 章 主要技术和工具介绍...........................................................................................5
2.1 SSM 框架..............................................................................................................5
2.1.1. Spring 框架 ................................................................................................5
2.1.2 SpringMVC..................................................................................................6
2.1.3. MyBatis 的选用.........................................................................................6
2.2 mysql 数据库.........................................................................................................6
2.3 eclipse 与 Tomcat 简介 .........................................................................................6
第 3 章 系统分析...............................................................................................................4
3.1 可行性分析............................................................................................................4
3.1.1 经济可行性..................................................................................................4
3.1.2 技术可行性..................................................................................................4
3.1.3 操作可行性..................................................................................................4
3.2 需求分析................................................................................................................4
3.3 业务流程分析........................................................................................................5
3.4 数据流程分析........................................................................................................6
第 4 章 系统设计...............................................................................................................8
4.1 系统结构设计........................................................................................................8
IV
4.2 功能模块设计........................................................................................................8
4.3 数据库设计............................................................................................................9
4.3.1 数据库设计概述..........................................................................................9
4.3.2 概念设计......................................................................................................9
4.3.3 表设计........................................................................................................11
第 5 章 系统实现...........................................................................................................17
5.1 基本论坛..............................................................................................................17
5.2 主页面的实现......................................................................................................17
5.3 登录模块的实现..................................................................................................17
5.4 教师信息管理模块的实现..................................................................................19
5.6 学生信息管理模块的实现..................................................................................20
5.6 学院信息管理模块的实现..................................................................................21
5.7 公寓宿舍管理模块的实现..................................................................................22
5.8 公寓宿舍调换管理模块的实现..........................................................................23
第 6 章 系统测试...........................................................................................................25
6.1 测试目的..............................................................................................................25
6.2 测试概述..............................................................................................................25
6.3 单元测试..............................................................................................................25
6.3.1 登录测试....................................................................................................25
6.3.2 教师信息测试............................................................................................26
6.4 集成测试..............................................................................................................27
第 7 章 总结...................................................................................................................28
致 谢...............................................................................................................................29
参考文献...........................................................................................................................29
V