设计题目:小区物业管理系统
I
摘 要
如今的时代,是有史以来最好的时代,随着计算机的发展到现在的移动终端
的发展,国内目前信息技术已经在世界上遥遥领先,让人们感觉到处于信息大爆
炸的社会。信息时代的信息处理肯定不能用之前的手工处理这样的解决方法,必
须采用计算机来处理这些信息,因为传统方法对应计算机处理的信息效率上真的
相差甚远。
本次使用 Java 技术开发的小区物业管理系统,就是运用计算机来管理小区
物业信息,该系统是可以实现报修管理,房屋管理,收费管理,停车位管理,投
诉管理,用户管理等功能。
小区物业管理系统使用计算机处理相关信息,主要是在数据的传输上能达到
即可传递,数据不管是想要获取或者输入,都可以及时反馈,极大的提高了效率,
使用的 MySQL 数据库也能让数据更能安全的存储。
关键词:小区物业管理系统;报修;收费
II
Abstract
Today's era is the best era in history. With the development of computers and the
development of mobile terminals, China's current information technology has been far
ahead in the world, making people feel that they are in a society with an explosion of
information. Information processing in the information age must not use the previous
solution of manual processing. Computers must be used to process these information,
because the information efficiency of traditional methods corresponding to computer
processing is really far away.
The community property management system developed using Java technology
this time uses computers to manage community property information. The system can
realize repair management, housing management, charging management, parking
space management, complaint management, user management and other functions.
The residential property management system uses computers to process relevant
information, mainly in the transmission of data that can be delivered. Whether the
data is to be acquired or input, it can be fed back in time, which greatly improves the
efficiency, and the MySQL database used can also be used. Make data more secure
storage.
Key Words:Community property management system; repairs; fees
III
目 录
摘 要 ................................................I
ABSTRACT .............................................II
第一章 绪论 ...........................................1
1.1 研究背景 .........................................................................................................1
1.2 研究意义 .........................................................................................................1
1.3 研究内容 .........................................................................................................2
第二章 开发环境与技术 .................................3
2.1 JAVA 语言 .........................................................................................................3
2.2 JDK 简介..........................................................................................................3
2.3 ECLIPSE 开发工具 ............................................................................................4
第三章 系统分析 .......................................5
3.1 可行性分析 ......................................................................................................5
3.1.1 运行可行性分析 ...................................................................................5
3.1.2 技术可行性分析 ...................................................................................5
3.1.3 经济可行性分析 ...................................................................................5
3.2 系统流程分析 ..................................................................................................6
3.3 系统性能分析 .................................................................................................8
3.3.1 系统的安全性 .......................................................................................8
3.3.2 系统易维护性 .......................................................................................8
3.3.3 系统可扩展性 .......................................................................................8
3.4 系统功能分析 ..................................................................................................9
第四章 系统设计 ......................................11
4.1 界面设计原则 ................................................................................................11
4.2 功能模块设计 ................................................................................................11
4.3 数据库设计 ....................................................................................................13
4.3.1 数据库 E-R 图.....................................................................................13
4.3.2 数据库表结构 ....................................................................................16
第五章 系统实现 ......................................20
5.1 管理员功能实现 ...........................................................................................20
5.1.1 房屋管理 ............................................................................................20
5.1.2 停车位管理 ........................................................................................20
5.1.3 收费管理 ............................................................................................21
5.1.4 投诉管理 ............................................................................................21
IV
5.2 用户功能实现 ...............................................................................................22
5.2.1 报修管理 ............................................................................................22
5.2.2 投诉管理 ............................................................................................22
5.2.3 收费查看 ............................................................................................23
5.2.4 停车位查看 ........................................................................................23
第六章 系统测试 ......................................25
6.1 测试方案 .......................................................................................................25
6.2 系统测试用例 ...............................................................................................27
6.2.1 登录功能测试 ....................................................................................27
6.2.2 注册功能测试 ....................................................................................27
6.3 测试的结果 ...................................................................................................28
结 论 ...............................................29
参考文献 .............................................30
致 谢 ...............................................31