房产管理系统房产初始模块的设计与开发大学本科毕业论文.doc

上传人:夏** 文档编号:558452572 上传时间:2023-01-05 格式:DOC 页数:27 大小:636KB
返回 下载 相关 举报
房产管理系统房产初始模块的设计与开发大学本科毕业论文.doc_第1页
第1页 / 共27页
房产管理系统房产初始模块的设计与开发大学本科毕业论文.doc_第2页
第2页 / 共27页
房产管理系统房产初始模块的设计与开发大学本科毕业论文.doc_第3页
第3页 / 共27页
房产管理系统房产初始模块的设计与开发大学本科毕业论文.doc_第4页
第4页 / 共27页
房产管理系统房产初始模块的设计与开发大学本科毕业论文.doc_第5页
第5页 / 共27页
点击查看更多>>
资源描述

《房产管理系统房产初始模块的设计与开发大学本科毕业论文.doc》由会员分享,可在线阅读,更多相关《房产管理系统房产初始模块的设计与开发大学本科毕业论文.doc(27页珍藏版)》请在金锄头文库上搜索。

1、 摘 要21世纪,随着计算机科学的发展,数据库技术在Internet 中的应用越来越广泛,为广大网络用户提供了更加周到和人性化的服务。个性化已逐渐成为当今Wed应用的潮流。如何通过网络有效进行交流是摆在我们面前的一个新的领域。本文阐述了如何构造一个B/S结构的房产管理系统,对B/S结构、JSP技术以及SQL Server原理进行了较深入的论述。阐述了对房产管理系统的需求分析、功能模块划分、数据库模式分析,功能模块的实现过程。在此基础上,对所应用的关键技术进行描述。最后,对程序调试与调试结果进行论述。本文在研究目前国内外房产管理系统情况的基础上,从实际需求出发,采用当前较为流行的B/S结构和JS

2、P开发技术,基于Windows 7操作系统、Dreamweaver和SQL Server 2008数据库,采用JSP技术,设计并实现了一个功能较为完善的房产管理系统。通过对系统进行一系列的需求分析、设计、编码、测试等工作,该系统普通用户可以浏览、查看房屋信息,可以注册成为网站会员、登陆网站,然后发布个人房屋信息。本系统结合因特网的发展、应用现状,采用了基于WEB的三层体系架构,即浏览器WEB应用服务器数据库服务器。通过对系统工作流程进行详细需求分析,建立了系统的功能模型和数据流模型。确定系统的数据模型为关系数据模型,进行了分析、设计、画出了E-R图。后台数据库选用了SQL Server 200

3、8来实现。WEB开发采用当前流行的JSP(技术,JSP页面通过JDBC(Java Database Connectivity,Java数据库连接)接口连接SQL Server 2008数据库,实现了浏览器端和服务器端的程序。系统经过测试,运行效果稳定、操作方便、快捷。能较好的为该系统房产管理服务。关键字:SQL Server 2008、jsp 、DreamweaverAbstractAlong with the development of the computer science in 21 centuries, the database technique is more and more

4、 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

5、how to construct a system to have set forth house to let management adopt B/S structures, the paper describes the B/S structure and SQL Server, JSP technology principles. The article completes the needs analysis of a system for the management applications for communication which on the web, function

6、al 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

7、 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 7 OS Dreamweaver and SQL Server, the function

8、 having designed and realizing one is comparatively perfect house to Let management system. Through a series of preparation such as requirement analyzation,design,coding,test through set forth house to Let management system. That is the system domestic consumers turn to be able to register becoming

9、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

10、. 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. Th

11、rough 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 2008 is to be achieved.

12、 Web develops using current popular JSP (Java Server Pages, Dynamic web technology) technology, JSP pages through JDBC (Java Database Connectivity) interface to SQL Server 2008 database. It has realized a browser holding the procedure really with the server. Through the testing, theoperationresult o

13、f 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 WORD : SQL Server 2008、jsp 、Dreamweaver目 录1.绪论11.1 前言11.2 课题研究的背景及意义11.3国内外研究概况与发展趋势11.4设计的主要工作11.5论文组织12.开发环境和开发技术32.1 系统介绍32.2工具环境介绍32.2.1 开发环境的选择32.2.2 jsp语言简介32.2.

14、3 SQL server 2008简介3 2.2.4 dreamweaver简介43.需求分析与系统设计5 3.1.系统实现5 3.1.1 设计思想5 3.1.2 可行性分析5 3.1.3 功能需求5 3.1.4 用户界面需求53.2 系统设计5 3.2.1 系统设计基础53.2.2 模块设计6 3.3 数据库设计93.3.1 数据库简介93.3.2 物理结构设计94.系统实现134.1设计主界面134.2系统各个模块功能134.2.1添加新的房产信息界面134.2.2初级审核与复审页面194.2.3领导审批页面205.系统测试215.1业务选择页面215.2生成的数据库表页面216.结束语2

15、26.1 总结226.2 心得体会22致谢23参考文献241.绪论1.1 前言随着社会经济的发展,城市现代化建设步伐不断加快,城市规模不断扩大,人员的流动也不断加大,房产信息变更等逐渐成为社会生活的重要组成部分,无论是房屋出售还是房屋购买,都面临着大量需求。在互联网蓬勃发展的今天,网络和我们的生活、工作越来越密不可分,网络正领导着一个新时代的来临。于是我们就利用开放的Internet技术,开发出实时、快捷、全方位传播信息的平台,我们制作的房产管理系统的网站,就成了人们关于生活中房屋管理问题的信息载体,使得房屋信息在管理员与拥有者者之间交流更为轻松。这样,使原本复杂的房屋信息简单化,系统能及时为他们提供服务,使出租求租双方都能够方便快捷的得到信息。通过本系统来管理房屋变更情况,可以解决大量房屋信息的查询和管理。并且能够培养我们的综合分析设计能力,同时提高动手实践的能力。1.2 课题研究的背景及意义纸质档案存在管理不便、报送不及时、效率低等问题。为了及时、准确掌握每家每户民情,并且为各级政府准确决策提供了依据。经过大学四年理论课程的学习,以及校内校外的实践,极大的丰富了自身的理论基础,并且也具备了一些处理简单问题的能力,但即将踏上社会的我深知这还远远不够,因此我利用了毕业设计的机会,在老师的指导下去完成一个具有挑战性

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 高等教育 > 大学课件

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号