小区物业管理系统
毕业设计(论文)资料
设计(论文)题目:
小区物业管理系统
小区物业管理系统
I
摘 要
随着城镇人口居住的集中化加剧 ,传统人工小区管理模式逐渐跟不上时代的潮流。
这就要求我们提供一个专门的管理系统。来提高物管的工作效率、为住户提供更好的服
务。
物业管理系统运用现代化的计算机管理手段,使物业的硬件管理结合软件管理,为物
业管理走向现代化,制度化与规范化创造条件。系统的主要功能包括:业户信息管理、小
区概况管理、报修信息模块、收费信息管理、信息发布模块、新闻资讯管理、系统留言
板等功能。
本系统前台主要使用 JSP 作为开发语言,后台使用 MySQL 作为数据库管理系统,开
发环境是 MyEclipse,服务器采用 tomcat,开发出的一个基于 Web 技术的 B/S 结构的物
业管理系统。
关键词:物业管理,JSP,B/S 结构
小区物业管理系统
II
ABSTRACT
Along with the increasing concentration of urban population live, the traditional model
of community management gradually catch up with the trend of the times. This requires that
we provide a special management system, to improve the efficiency of property management,
provide better services for residents。
By means of modern computer management, property management system make the
combination property of the hardware management software management, for the property
management modernization, institutionalization and standardization. The main functions of
the system include: the establishment of information management, community management,
repair information module, charge information management, information release module,
news and information management, system board。
The front of the system using JSP as the development language, MySQL as the database
management system, the development environment is MyEclipse, the server using tomcat,
developed a property management system based on B/S structure of Web Technology
Key words: The property management, JSP, B / S structure
小区物业管理系统
III
目 录
摘 要....................................................................................................................I
ABSTRACT .........................................................................................................II
第一章 绪论.........................................................................................................1
1.1 课题背景........................................................................................................................1
1.2 目的和意义....................................................................................................................1
1.3 开发工具及技术............................................................................................................2
1.3.1 开发工具..............................................................................................................2
1.3.2springboot .............................................................................................................3
1.3.3 JavaScript.............................................................................................................4
1.4 软硬件需求....................................................................................................................4
第二章 需求分析.................................................................................................5
2.1 需求调研........................................................................................................................5
2.2 可行性分析....................................................................................................................5
2.2.1 技术可行性..........................................................................................................5
2.2.2 经济可行性..........................................................................................................6
2.2.3 操作可行性..........................................................................................................6
2.2.4 法律可行性..........................................................................................................6
2.3 系统用户用例图............................................................................................................6
2.3.1 管理员用例图......................................................................................................6
2.3.2 业主用户用例图.................................................................................................7
2.4 系统功能模块图............................................................................................................8
2.5 设计的基本思想............................................................................................................8
2.6 性能需求........................................................................................................................9
2.6.1 系统的安全性......................................................................................................9
2.6.2 数据的完整性......................................................................................................9
2.7 界面需求........................................................................................................................9
第三章 系统分析与设计...................................................................................11
3.1 数据库的分析与设计..................................................................................................11
3.1.1 数据库的概念结构设计....................................................................................11
3.1.2 数据库的逻辑结构设计....................................................................................14
3.1.3 数据库的连接原理............................................................................................18
第四章 系统功能实现.......................................................................................19
4.1 登陆页面实现..............................................................................................................20
4.2 总体功能模块..............................................................................................................20
小区物业管理系统
IV
4.2.1 业主信息管理....................................................................................................20
4.2.3 报修信息管理....................................................................................................21
4.2.4 收费信息管理....................................................................................................21
4.2.5 修改登录用户信息............................................................................................21
4.2.6 安全退出系统....................................................................................................21
第五章 系统测试...............................................................................................21
5.1 系统测试目的与意义..................................................................................................21
5.2 测试过程......................................................................................................................22
5.2.1 主页面的登录模块测试....................................................................................22
5.3 其他错误......................................................................................................................23
结 论.................................................................................................................23
参考文献.............................................................................................................24
致 谢.................................................................................................................25