摘要:本文研究并实现了房屋出租管理系统。主要用运了servlet技术、java 技术、jsp网页编程技术、jQuery EasyUI界面美化插件、MySQL数据库技术、Redis数据缓存等技术实现了一个便利、安全、可靠的房屋出租管理平台。在该系统平台上招租者和求租者可以进行信息交流;招租者可以发布房源信息,求租者可以查看房源信息并联系招租者进行房屋租赁。该系统作为人们生活中住房问题的信息承载体,解决了招租者招租难的问题,求租者求租困难的问题,极大的方便了人们的生活。
关键词: 管理系统;房屋出租;B/S结构;jQuery EasyUI;java
Abstract:This paper studies and implements the housing rental management system. It mainly uses servelet technology, Java technology, JSP Web programming technology, MySQL database technology, Redis data cache and other technologies to achieve a convenient, safe and reliable rental management platform for housing. The leaseholder and the tenant can exchange information on the system platform; the tenant can publish the information of the house information, and the tenant can check the information of the house sources and contact the tenant for the rental of the house. As the information carrier of the housing problem in people's life, the system has solved the problem of the renter's difficult tenancy, and the problem of asking the tenants to seek the difficulty of the rent, which greatly facilitates the people's life.
Key words:leaseholder ; Rental housing ;B/S structure; jQuery EasyUI ;Java
目录
第一章 绪论
1.1 论文背景 1
1.2 研究目的 2
1.3 研究意义 2
1.4 研究方法及思路 2
1.4.1 研究方法 2
1.4.2 设计思路 2
1.5 论文结构 3
1.6 本章小结 3
第二章 需求分析
2.1 需求概述 4
2.2 功能需求 4
2.3 开发环境 7
2.4 相关技术 8
2.5 本章小结 8
第三章 系统概要设计
3.1 系统总体设计 9
3.2 房屋出租管理平台建模分析 10
3.3数据库设计 11
3.3.1 数据库设计类图 11
3.3.2 数据库设计实体图 11
3.3.3 数据库表设计 14
3.4 本章小结 16
第四章 系统详细设计
4.1 系统总体详细设计 17
4.2 系统主要功能模块类图设计 17
4.3 系统主要功能模块时序图设计 21
4.4 本章小结 24
第五章 系统实现
5.1 系统前台功能实现 25
5.1.1 登录注册模块功能实现 25
5.1.2 新闻公告模块功能实现 26
5.1.3 发布房源信息模块功能实现 26
5.1.4 查看房源信息模块功能实现 27
5.1.5 个人中心管理模块功能实现 28
5.1.6 房源收藏模块功能实现 29
5.2 系统后台功能实现 29
5.2.1 后台主页面功能实现 29
5.2.2 房源信息管理功能实现 30
5.2.3 用户信息管理功能实现 31
5.2.4 用户评价信息管理 32
5.2.5 房源收藏管理 32
5.2.6 管理员信息注销管理 33
5.3 本章小结 33
第六章 系统测试
6.1 测试目的 34
6.2 测试方法 34
6.2.1 功能测试 34
6.2.2 性能测试 39
6.3 系统调试 40
6.4 本章小结 40
总结 41
参考文献 42
Abstract:. 43