基于JavaWeb的房租管理系统的设计与实现.doc
-
-PAGEIV-
-
-PAGEI-
【摘要】
住房租赁与销售管理系统能让使用者免去寻找中间商的烦恼,在这个平台上就能快速查看所需的住房资料,并与房东进行直接交易。这个系统的开发是以B/S结构为基础的,利用Java语言与SSM框架相结合的方式来进行后台的编写,利用JSP技术来进行前台的编写,利用MySQL来进行数据的保存,利用Tomcat作为Web服务器,利用十分典型的eclipse作为开发工具。该系统主要实现了用户能够租房、购房、留言、下单,房东能够发布房源信息、审核订单,管理员能够管理用户和房东的信息、发布资讯、管理留言板等功能。本文主要从系统的分析,系统的设计,系统的实现,系统的测试等几个部分来阐述。
【关键词】房屋租售管理系统,Java,SSM,JSP
DesignandImplementationofRentManagementSystemBasedonJavaWeb
【Abstract】
Thehousingrentalandsalesmanagementsystemallowsuserstoavoidthetroubleoffindingintermediaries,andonthisplatform,theycanquicklyviewtherequiredhousinginformationandconductdirecttransactionswithlandlords.ThedevelopmentofthissystemisbasedontheB/Sstructure,usingacombinationofJavalanguageandSSMframeworkforbackendwriting,JSPtechnologyforfrontendwriting,MySQLfordatastorage,Tomcatasawebserver,andaverytypicaleclipseasadevelopmenttool.Thesystemmainlyimplementsfunctionssuchasusersbeingabletorent,purchase,leavemessages,andplaceorders,landlordsbeingabletopublishpropertyinformationandrevieworders,andadministratorsbeingabletomanageuserandlandlordinformation,publishinformation,andmanagemessageboards.Thisarticlemainlyelaboratesonsystemanalysis,systemdesign,systemimplementation,andsystemtesting.
【Keywords】Carefreehomerentalandsalesmanagement,Java,SSM,JSP
目录
TOC\o1-2\h\u216922023届本科毕业设计 1
12723沈阳师范大学本科毕业设计诚信声明 2
199761绪论 1
149241.1选题的目的和意义 1
248081.2国内研究现状 1
238791.3国外研究现状 1
164502相关原理及技术 4
217522.1Java技术概述 4
194772.2MySQL技术概述 4
154732.3SSM框架概述 4
189302.4B/S结构概述 4
98913系统需求分析 6
240983.1系统功能分析 6
305663.2系统设计分析 7
130603.3可行性分析 9
219794系统总体设计 10
267394.1系统模块总体设计 10
27574.2数据库设计 10
294845详细设计与实现 18
293915.1用户功能模块 18
52605.2房东功能模块 27
112245.3管理员功能模块 31
54076系统测试 36
76056.1系统测试的目标和原则 36
2226.2系统测试方法 36
169196.3系统功能测试