本 科 毕 业 设 计 ( 论 文 )
无锡春丰员工楼公寓管理系统开发
学院名称: 计算机工程学院
专 业: 软件工程(师范)
班 级:
学 号:
姓 名:
指导教师姓名:
指导教师职称: 副教授/实验师
二〇一八 年 五 月
江苏理工学院毕业设计说明书
江苏理工学院本科毕业设计(论文)原创性声明
本人郑重声明所呈交的毕业设计(论文),是本人在导师的指导下进
行研究工作所取得的成果。尽我所知,除了文中特别加以标注和引用的内
容外,本论文中不含任何其他个人或集体已经发表或撰写过后研究成果。
对本文的研究做出重要贡献的个人和集体,均已在文中作了明确的说明或
标注。
论文作者签名: 日期: 年 月 日
江苏理工学院本科毕业设计(论文)版权使用授权声明
本人完全了解江苏理工学院关于本科生毕业设计(论文)工作规程之
规定,即本校学生毕业设计(论文)成果所有权归学校。江苏理工学院有
权保留并向有关部门或机构送交学位论文的复印件和电子文档,可以将本
学位论文的全部或部分内容提交至各类数据库进行发布和检索,也可以采
用影印、缩印、扫描等方式保存和发布文本,并将文本提供给读者查阅、
借阅和参考。
论文作者签名: 导师签名:______________
日期: 年 月 日 日期: 年 月 日
江苏理工学院毕业设计说明书
1
无锡春丰员工楼公寓管理系统开发
摘 要:随着中国经济的快速发展,人口数量的增加,房地产迎来了又一个春
天。尤其是一线城市和二线城市的房价增长速度更是迅猛,让人忘尘莫及,越来越多
的外出务工者对房子望而却步,只能租房。然而房租也是随着房价日益增高,这给这
些普通务工人员造成了很大的经济压力。无锡工业近年来发展迅速,需要的外来务工
人员也越来越多。低收入人员无法购置房屋从而引起了一系列住宿问题。无锡春丰员
工楼公寓的出现为员工的住房难题提供了解决办法。但由于员工数量及流动性的增加,
每日大量的员工入住、退房、房租水电缴费等问题,为员工公寓管理带来了困难。因
此无锡春丰员工楼公寓管理系统的出现为此提供了解决办法。
基于 B/S 模式,在 Windows10+Eclipse+Navicat 的环境下,前端使用 HTML,数
据库选用 MySQL,后台使用 Java 搭配 SSM 经典框架的模式进行开发。系统中角色分
为管理员和超级管理员,管理员可以对住宿、缴费和数据录入等进行管理,超级管理
员可对房间、账号和收费标准进行管理。
关键字:公寓管理,Java,MySQL,SSM
江苏理工学院毕业设计说明书
2
Development of Wuxi ChunFeng employee building
apartment management system
Abstract:With the rapid development of China's economy and the increase of
population, real estate has ushered in another spring. Especially in first-tier cities and
second-tier cities, the rate of house price growth is even faster, which makes people forget
that more and more migrant workers are deterred from housing and can only rent houses.
However, the rent also increases with the increase of housing prices, which brings great
economic pressure to these ordinary workers. Wuxi industry has developed rapidly in recent
years, and more and more migrant workers are needed. The inability of low-income people
to purchase houses has caused a series of accommodation problems. The appearance of
Wuxi chunfeng staff building apartment provides a solution to the housing problem of
employees. However, due to the increase in the number and mobility of employees, a large
number of employees check - in, check-out and payment of rent, water and electricity have
brought difficulties to the management of employees' apartments. Therefore, the emergence
of Wuxi chunfeng staff building apartment management system provides a solution for this.
Based on B/S mode, in the environment of window S10 + eclipse + navicat, html is
used in the front end, MySQL is used in the database, and Java is used in the background to
develop with SSM classic framework. The roles in the system are divided into administrator
and super administrator. the administrator can manage accommodation, payment and data
entry. the super administrator can manage rooms, account numbers and charging standards.
Keywords: Apartment management, Java, MySQL, SSM
江苏理工学院毕业设计说明书
I
目 录
前 言 ......................................................... 1
第 1 章 系统背景及相关技术概述 .................................. 2
1.1 系统建设背景 .................................................... 2
1.2 开发工具与相关技术 .............................................. 2
1.2.1 MySQL 数据库 ............................................. 2
1.2.2 SSM 框架 ................................................. 3
1.2.3 Eclipse 集成开发环境 ..................................... 3
1.2.4 Java 语言 ................................................ 3
第 2 章 系统分析 ................................................ 4
2.1 系统可行性分析 .................................................. 4
2.1.1 技术可行性 .............................................. 4
2.1.2 经济可行性 .............................................. 4
2.1.3 操作可行性 .............................................. 5
2.2 系统需求分析 .................................................... 5
2.2.1 管理员用例分析 .......................................... 6
2.2.2 超级管理员用例分析 ...................................... 6
第 3 章 系统设计 ............................................... 8
3.1 系统建设目标 .................................................... 8
3.2 系统功能设计 .................................................... 8
3.2.1 系统总体功能模块 ........................................ 8
3.2.2 住宿办理模块 ............................................ 9
3.2.3 缴费管理模块 ............................................ 9
3.2.4 数据录入模块 ........................................... 10