摘 要
科学技术日新月异的进步,让人类生活发生了巨大的变化,计算机技术的飞速发展,使各行各业在计算机技术应用方面得到了广泛的普及和使用。信息化时代的到来成为不可抗拒的潮流,人类文明正在进入一个崭新的时代。房屋租赁统一管理服务平台,是针对目前租房售房的混乱模式下,设计开发一个统一便捷的网上管理工具,目的是改变租售管理现有的手工或半手工的管理模式,使租售管理工作更规范,更标准,提高工作效率。
本系统采用了SSM框架作为后台开发,JSP(Java Server Page)作为前台开发工具,MySQL作为后台数据库进行开发。最终系统实现的系统将分为管理员和普通注册用户二个角色,主要功能包括出租信息管理、求租信息管理、新闻资讯管理、租房合同管理、出售信息管理以及信息审核这几大功能模块。本房屋租赁统一管理服务平台的设计制作可以很大程度的提高房屋租售的效率,充分体现了信息时代的优越性。
关键词:JSP;房屋租赁统一管理;B/S模式;SSM
ABSTRACT
With the rapid progress of science and technology,great changes have taken place in human life,and the rapid development of computer technology has made various industries widely used in the application of computer technology. The arrival of the information age has become an irresistible trend,and human civilization is entering a new era. The unified management service platform for rental housing is to design and develop a unified and convenient online management tool under the chaotic mode of renting and selling at present,with the aim of changing the existing manual or semi-manual management mode of rental and sales management to make the management of rental and sale more standardized,more standard and more efficient.
This system adopts SSM framework as background development,JSP (Java Server Page) as foreground development tool,MySQL as background database for development. The final system will be divided into two roles: administrator and general registered user. The main functions include rental information management,rent-seeking information management,news information management,rental contract management,sale information management and information audit. The design and manufacture of the unified management service platform of the house lease can greatly improve the efficiency of the house rental and sale,and fully reflect the superiority of the information age.
Keywords: JSP;Unified Housing Management;B/S Model;SSM
目 录
摘 要 I
ABSTRACT II
第一章 绪论 1
1.1课题背景与意义 1
1.2房屋租赁现状的研究 1
1.3开发目的和意义 2
第二章 相关技术简介 3
2.1集成开发环境IntelliJ IDEA简介 3
2.2 Tomcat服务器简介 3
2.3 JSP简介 3
2.4 JavaScript和CSS简介 4
2.5 SSM简介 5
2.6软硬件需求 5
第三章 系统分析 7
3.1可行性分析 7
3.1.1技术可行性 7
3.1.2经济可行性 7
3.1.3操作可行性 7
3.1.4法律可行性 8
3.2系统功能模块图 8
3.3设计的基本思想 9
3.4性能需求 9
3.4.1系统的安全性 9
3.4.2数据的完整性 9
3.5界面需求 10
第四章 概要设计 11
4.1数据库的分析与设计 11
4.2数据库的概念结构设计 11
4.3数据库的逻辑结构设计 15
4.4数据库的连接原理 19
第五章 系统详细设计与实现 20
5.1系统SSM平台搭建 20
5.2会员注册功能 23
5.3登陆页面设计 24
5.4管理员主界面 26
5.5会员信息管理 27
5.6出租信息管理 28
5.7出售信息管理 29
5.8求租信息管理 30
5.9新闻资讯管理 30
5.10合同信息管理 31
5.11网站首页设计 32
第六章 系统测试 36
6.1系统测试定义 36
6.2系统测试目的与意义 36
6.3系统测试的目标 36
6.4测试过程 38
6.4.1主页面的登录模块测试 38
6.4.2主页面的显示模块测试 39
6.4.3用户管理模块测试 39
6.4.4管理员管理模块测试用例 40
6.5其他错误 41
结 论 42
参考文献 43
致 谢 44