毕 业 设 计(论 文)
题目:忘忧小区物业管理系统设计与实现
I
摘 要
使用旧方法对忘忧小区物业管理信息进行系统化管理已经不再让人们信赖
了,把现在的网络信息技术运用在忘忧小区物业管理信息的管理上面可以解决许
多信息管理上面的难题,比如处理数据时间很长,数据存在错误不能及时纠正等
问题。
这次开发的忘忧小区物业管理系统功能有个人中心,小区信息管理,住户管
理,小区通知管理,缴费信息管理,房源信息管理,报修信息管理,维修指派管
理,小区环境管理,住户交流,留言板管理,系统管理等。经过前面自己查阅的
网络知识,加上自己在学校课堂上学习的知识,决定开发系统选择 B/S 模式这种
高效率的模式完成系统功能开发。这种模式让操作员基于浏览器的方式进行网站
访问,采用的主流的 Java 语言这种面向对象的语言进行忘忧小区物业管理系统
程序的开发,在数据库的选择上面,选择功能强大的 MySQL 数据库进行数据的
存放操作。
忘忧小区物业管理系统被人们投放于现在的生活中进行使用,该款管理类软
件就可以让管理人员处理信息的时间介于十几秒之间。在这十几秒内就能完成信
息的编辑等操作。有了这样的管理软件,忘忧小区物业管理信息的管理就离无纸
化办公的目标更贴近了。
关键词:忘忧小区物业管理系统;Java;MySQL;SSM 框架
II
Abstract
The systematic management of the property management information of worry free
community by using the old method is no longer trusted. Applying the network
information technology to the management of the property management information
in the worry free community can solve many problems in information management,
such as the long time of data processing, the data errors can not be corrected in time.
The functions of the property management system of worry free residential areas are
personal center, information management, household management, notice
management, payment information management, housing source information
management, repair information management, maintenance assignment management,
community environment management, household communication, message board
management, system management, etc. After the network knowledge I consulted
before, and the knowledge I learned in the school classroom, we decided to choose b/s
mode to develop the system function. This mode allows operators to visit the website
based on browser. The main Java language, which is object-oriented language, is used
to develop the property management system program of worry free residential area.
On the selection of database, MySQL database with powerful function is selected for
data storage.
The property management system of worry free community is put into use in our life.
This kind of management software can make the management personnel handle
information for more than ten seconds. In this ten seconds, you can complete the
editing of information and other operations. With such management software, the
management of the property management information of forget about the community
is closer to the goal of paperless office.
Key Words : Forget worry residential property management system; Java ;
MySQL; SSM framework
III
目 录
目 录 ..............................................III
1 绪论 ...............................................1
1.1 研究背景 .........................................................................................................1
1.2 目的和意义 ......................................................................................................1
1.3 论文结构安排 .................................................................................................2
2 相关技术............................................3
2.1 SSM 框架介绍 .................................................................................................3
2.2 B/S 架构介绍 ...................................................................................................3
2.3 MYSQL 数据库介绍........................................................................................4
2.4 JAVA 语言介绍 ...............................................................................................5
3 系统分析............................................6
3.1 系统可行性分析 ..............................................................................................6
3.1.1 技术可行性分析 ..................................................................................6
3.1.2 经济可行性分析 ..................................................................................6
3.1.3 运行可行性分析 ..................................................................................6
3.2 系统性能分析 ..................................................................................................7
3.2.1 系统安全性 ..........................................................................................7
3.2.2 数据完整性 ..........................................................................................7
3.2.3 系统可扩展性 .......................................................................................8
3.3 系统流程分析 ..................................................................................................8
3.3.1 系统登录流程 .......................................................................................9
3.3.2 信息添加流程 .....................................................................................10
3.3.3 信息删除流程 .....................................................................................10
4 系统设计...........................................12
4.1 系统概要设计 ................................................................................................12
IV
4.2 系统功能结构设计 ........................................................................................12
4.3 数据库设计 ....................................................................................................13
4.3.1 数据库 E-R 图设计.............................................................................13
4.3.2 数据库表结构设计 ............................................................................14
5 系统实现...........................................20
5.1 房源信息管理 ................................................................................................20
5.2 报修信息管理 ...............................................................................................20
5.3 小区通知管理 ...............................................................................................21
5.4 维修指派管理 ................................................................................................21
5.5 缴费信息管理 ................................................................................................22
6 系统测试 ...........................................23
6.1 本系统测试 .................................................................................................23
6.1.1 登录功能测试 .....................................................................................23
6.1.2 修改密码功能测试 .............................................................................24
6.2 测试结果分析 ................................................................................................24
结 论...............................................25
参考文献.............................................27
致 谢...............................................28