logo资料库

房屋出租管理系统毕业论文.doc

第1页 / 共41页
第2页 / 共41页
第3页 / 共41页
第4页 / 共41页
第5页 / 共41页
第6页 / 共41页
第7页 / 共41页
第8页 / 共41页
资料共41页,剩余部分请下载后查看
摘 要
Abstract
第1章 绪论
1.1 课题研究的背景介绍
1.2系统开发环境及开发平台介绍
1.2.1 系统开发环境
1.2.2 系统开发平台简介
第2章 系统开发技术介绍
2.1 系统的B/S结构
2.1.1 B/S结构简介
2.1.2 B/S架构软件的优势与劣势
2.1.3 B/S框架与C/S框架的联系与区别
2.2 JSP技术概述
2.2.1 JSP简介
2.2.2 JSP技术的强势与弱势分析
2.2.3 JSP动态网站开发技术
2.3 MVC及Struts介绍
2.3.1 MVC介绍
2.3.2 Struts介绍
第3章 系统分析
3.1任务描述
3.2用UML用例图描述系统需求
3.2.1用例图简介
3.2.2系统用例分析
3.3功能分析
第4章 系统的设计与实现
4.1数据库的设计与实现
4.1.1数据库SQL Server 2000简介
4.1.2数据库结构设计
4.2.3数据库加载和调试
4.2.4操作数据库
4.2功能模块的设计与实现
4.2.1系统注册模块
4.2.2系统登录模块
4.2.3普通用户功能模块
4.2.4管理员功能模块
4.2.5信息发布模块
4.2.6信息查询模块
第5章 系统测试与维护
5.1系统测试
5.2 网站维护
5.2.1维护内容
5.2.2维护方案
结束语
致 谢
参考资料
毕业设计(论文) 基于 B/S 结构的房屋出租管理系统 计算机科学与技术 2008 年 6 月 30 号
毕业论文 基于 B/S 结构的房屋出租管理系统 学 生: 指导教师: 专 业:计算机科学与技术 所在单位: 答辩日期:2008 年 6 月 30 日
目 录 摘 要.............................................................................................................................I Abstract............................................................................................................................ II 第 1 章 绪论.................................................................................................................... 1 1.1 课题研究的背景介绍........................................................................................... 1 1.2 系统开发环境及开发平台介绍............................................................................ 2 1.2.1 系统开发环境................................................................................................ 2 1.2.2 系统开发平台简介........................................................................................ 2 第 2 章 系统开发技术介绍............................................................................................ 5 2.1 系统的 B/S 结构................................................................................................... 5 2.1.1 B/S 结构简介.................................................................................................. 5 2.1.2 B/S 架构软件的优势与劣势.......................................................................... 6 2.1.3 B/S 框架与 C/S 框架的联系与区别.............................................................. 7 2.2 JSP 技术概述......................................................................................................... 8 2.2.1 JSP 简介.......................................................................................................... 8 2.2.2 JSP 技术的强势与弱势分析.......................................................................... 9 2.2.3 JSP 动态网站开发技术................................................................................ 10 2.3 MVC 及 Struts 介绍.............................................................................................12 2.3.1 MVC 介绍..................................................................................................... 12 2.3.2 Struts 介绍.....................................................................................................12 第 3 章 系统分析.......................................................................................................... 15 3.1 任务描述.............................................................................................................. 15 3.2 用 UML 用例图描述系统需求........................................................................... 15 3.2.1 用例图简介................................................................................................... 15 3.2.2 系统用例分析............................................................................................... 16 3.3 功能分析.............................................................................................................. 16 第 4 章 系统的设计与实现.......................................................................................... 18 4.1 数据库的设计与实现.......................................................................................... 18 4.1.1 数据库 SQL Server 2000 简介..................................................................... 18 4.1.2 数据库结构设计........................................................................................... 19 4.2.3 数据库加载和调试....................................................................................... 21 4.2.4 操作数据库................................................................................................... 22 4.2 功能模块的设计与实现...................................................................................... 23 4.2.1 系统注册模块............................................................................................... 23 4.2.2 系统登录模块............................................................................................... 24 4.2.3 普通用户功能模块....................................................................................... 24 4.2.4 管理员功能模块........................................................................................... 25 4.2.5 信息发布模块............................................................................................... 26 4.2.6 信息查询模块............................................................................................... 27 第 5 章 系统测试与维护.............................................................................................. 28 5.1 系统测试.............................................................................................................. 28 5.2 网站维护........................................................................................................... 30 5.2.1 维护内容....................................................................................................... 30
5.2.2 维护方案....................................................................................................... 31 结束语............................................................................................................................ 32 致谢................................................................................................................................ 33 参考资料........................................................................................................................ 34
摘 要 21 世纪,随着计算机科学的发展,数据库技术在 Internet 中的应用越来越广 泛,为广大网络用户提供了更加周到和人性化的服务。个性化已逐渐成为当今 Wed 应用的潮流。如何通过网络有效进行交流是摆在我们面前的一个新的领域。 本文阐述了如何构造一个 B/S 结构的房屋出租管理系统,对 B/S 结构、JSP 技术以及 SQL Server 原理进行了较深入的论述。阐述了对房屋出租管理系统的 需求分析、功能模块划分、数据库模式分析,功能模块的实现过程。在此基础上, 对所应用的关键技术进行描述。最后,对程序调试与调试结果进行论述。 本文在研究目前国内外房屋出租管理系统情况的基础上,从实际需求出发, 采用当前较为流行的 B/S(Browser/Server 浏览器/服务器)结构和 JSP 动态网页 开发技术,基于 Windows XP Professional 操作系统和 SQL Server 2000 数据库, 采用 JSP 技术,设计并实现了一个功能较为完善的房屋出租管理系统。通过对系 统进行一系列的需求分析、设计、编码、测试等工作,该系统普通用户可以浏览、 查看房屋信息,可以注册成为网站会员、登陆网站,然后发布个人房屋信息,还 可以查看该网站的新闻公告等,管理员可以对网站会员、房屋信息以及网站的新 闻公告进行管理。重点对系统设计过程作了相应描述,同时也对系统需要改进的 地方做了总结。 本系统结合因特网的发展、应用现状,采用了基于 WEB 的三层体系架构, 即浏览器——WEB 应用服务器——数据库服务器。通过对系统工作流程进行详 细需求分析,建立了系统的功能模型和数据流模型。确定系统的数据模型为关系 数据模型,进行了分析、设计、画出了 E-R 图。后台数据库选用了 SQL Server 2000 来实现。WEB 开发采用当前流行的 JSP(Java Server Pages,动态网页技术)技术, JSP 页面通过 JDBC(Java Database Connectivity,Java 数据库连接)接口连接 SQL Server 2000 数据库,实现了浏览器端和服务器端的程序。系统经过测试,运行效 果稳定、操作方便、快捷。能较好的为该系统的房屋出租、求租用户服务。 关键词 B/S 结构;JDBC 连接;SQL Server 2000; I
Abstract Along with the development of the computer science in 21 centuries, the database technique is more and more extensive in the application in the Internet, providing the more thoughtful and humanized service for the large network customer. Characteristic have already become gradually the current as the application of Wed nowadays. How to communicate on the web is a new topic facing us. This paper describes how to struct a system to have set forth house to Let management adopt B/S structure's, the paper describes the B/S structure and SQL Server, JSP technology principles. The article complete the needs analysis of an system for the management applications for communication which on the web, functional modules division and database model analysis. The technology is in progress here to what be applied key on the basis, describe that. Final, comment that to procedure debugging with testing result being in progress. The discourse according to the practical demand of some users, which is on the base of the situation of the domestic and international recorded at present. adopt currently comparatively popular B/S (Browser/Server) structure and JSP development Web page to develop a technology, 2000 data bases, adopt the JSP technology owing to Windows XP Professional OS and SQL Server, the function having designed and realizing one is comparatively perfect house to Let management system. Through a series of preparation such as requirement analization,design,coding,test through set forth house to Let management system. That is the system domestic consumer's turn to be able to register becoming the website member, landing website, browse,check building information,announce and then individual building information, can look up the press release that website waiting, administrative person can carry out administration on the website member, building information and the website press release. The small advantages having designed process work to system describes priority, requires that the place improving has done a summary at the same time also to system. Internet, application status, using a Web-based three-tier system structure, the browser Web application servers database servers. Through the teacher evaluation process needs to conduct a detailed analysis, establish a system of the model and data model. Identify the data model for relational data model for the analysis, design, which depicts the E-R charts. Selection of the background database SQL Server 2000 II
is to be achieved. Web develops using current popular JSP (Java Server Pages, Dynamic web technology) technology, JSP pages through JDBC (Java Database Connectivity) interface to SQL Server 2000 database. It has realized a browser holding the procedure really with the server. Through the testing, the operation result of the system is steady .It is easy to operate and the speed is fast. It can give a good service for the users who use the system. Key Words B/S Structure; JDBC; SQL Server 2000 III
吉林建筑工程学院城建学院 毕业设计(论文) 第 1 章 绪论 1.1 课题研究的背景介绍 随着社会经济的发展,城市现代化建设步伐不断加快,城市规模不断扩大, 人员的流动也不断加大,房屋出租逐渐成为社会生活的重要组成部分。无论是房 屋出租还是房屋求租,都面临着大量需求。 说到房屋出租,我们首先想到的就是房屋中介,但是不论对于房屋出租者还 是对于求租者来说,要面对的问题实在让人头疼,首先是琳琅满目的中介公司让 人感到无从选择,在要顾及中介单位可信度的同时,大量复杂的房产信息使他们 感到迷茫,难以快速、准确地从中找到适合自己的房屋信息。再者,出租、承租 双方进行交易的时候还要通过中介,使交易过程更加繁琐。而且中介单位还要收 取的一定比例的中介费用,这也在一定程度上加重了房屋承租者的负担。因此, 现实社会中急需一个第三者为房屋出租者与房屋求租者牵线搭桥,来弥补中介单 位的种种不足。 在互联网蓬勃发展的今天,网络和我们的生活、工作越来越密不可分,网络 正领导着一个新时代的来临。于是我们就利用开放的 Internet 技术,开发出实时、 快捷、全方位传播信息的平台,我们制作的房屋出租管理系统的网站,就成了人 们关于生活中住房问题的信息载体,使得房屋信息在出租者与求租者之间传播更 为轻松。这样,使原本复杂的房屋信息简单化,系统能及时为他们提供服务,使 出租求租双方都能够方便快捷的得到信息。通过本系统来管理房屋出租情况,可 以解决大量房屋信息的查询和管理,便于房屋出租者更好的发布其房屋信息,同 时也为租房者提供方便。并且能够培养我们的综合分析设计能力,同时提高动手 实践的能力。 1
分享到:
收藏