房屋出租管理系统(论文范文JSPJAVA毕业设计)

上传人:l**** 文档编号:133162966 上传时间:2020-05-24 格式:DOC 页数:41 大小:326.50KB
返回 下载 相关 举报
房屋出租管理系统(论文范文JSPJAVA毕业设计)_第1页
第1页 / 共41页
房屋出租管理系统(论文范文JSPJAVA毕业设计)_第2页
第2页 / 共41页
房屋出租管理系统(论文范文JSPJAVA毕业设计)_第3页
第3页 / 共41页
房屋出租管理系统(论文范文JSPJAVA毕业设计)_第4页
第4页 / 共41页
房屋出租管理系统(论文范文JSPJAVA毕业设计)_第5页
第5页 / 共41页
点击查看更多>>
资源描述

《房屋出租管理系统(论文范文JSPJAVA毕业设计)》由会员分享,可在线阅读,更多相关《房屋出租管理系统(论文范文JSPJAVA毕业设计)(41页珍藏版)》请在金锄头文库上搜索。

1、毕业设计 论文 基于 B S 结构的房屋出租管理系统 计算机科学与技术 2008 年 6 月 30 号 毕业论文 基于 B S 结构的房屋出租管理系统 学学 生 生 指导教师 指导教师 专专 业 计算机科学与技术业 计算机科学与技术 所在单位 所在单位 答辩日期 答辩日期 20082008 年年 6 6 月月 3030 日日 目目 录录 摘 要 I Abstract I 第 1 章 绪论 1 1 1 课题研究的背景介绍 1 1 2 系统开发环境及开发平台介绍 1 1 2 1 系统开发环境 1 1 2 2 系统开发平台简介 1 第 2 章 系统开发技术介绍 1 2 1 系统的 B S 结构 1

2、2 1 1 B S 结构简介 1 2 1 2 B S 架构软件的优势与劣势 1 2 1 3 B S 框架与 C S 框架的联系与区别 1 2 2 JSP 技术概述 1 2 2 1 JSP 简介 1 2 2 2 JSP 技术的强势与弱势分析 1 2 2 3 JSP 动态开发技术 1 2 3 MVC 及 Struts 介绍 1 2 3 1 MVC 介绍 1 2 3 2 Struts 介绍 1 第 3 章 系统分析 1 3 1 任务描述 1 3 2 用 UML 用例图描述系统需求 1 3 2 1 用例图简介 1 3 2 2 系统用例分析 1 3 3 功能分析 1 第 4 章 系统的设计与实现 1 4

3、 1 数据库的设计与实现 1 4 1 1 数据库 SQL Server 2000 简介 1 4 1 2 数据库结构设计 1 4 2 3 数据库加载和调试 1 4 2 4 操作数据库 1 4 2 功能模块的设计与实现 1 4 2 1 系统注册模块 1 4 2 2 系统登录模块 1 4 2 3 普通用户功能模块 1 4 2 4 管理员功能模块 1 4 2 5 信息发布模块 1 4 2 6 信息查询模块 1 第 5 章 系统测试与维护 1 5 1 系统测试 1 5 2 维护 1 5 2 1 维护容 1 5 2 2 维护方案 1 结束语 1 致 1 参考资料 1 摘摘 要要 21 世纪 随着计算机科学

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

5、 Browser Server 浏览器 服务器 结构和 JSP 动态网 页开发技术 基于 Windows XP Professional 操作系统和 SQL Server 2000 数 据库 采用 JSP 技术 设计并实现了一个功能较为完善的房屋出租管理系统 通过对系统进行一系列的需求分析 设计 编码 测试等工作 该系统普通用 户可以浏览 查看房屋信息 可以注册成为会员 登陆 然后发布个人房屋信 息 还可以查看该的新闻公告等 管理员可以对会员 房屋信息以及的新闻公 告进行管理 重点对系统设计过程作了相应描述 同时也对系统需要改进的地 方做了总结 本系统结合因特网的发展 应用现状 采用了基于 W

6、EB 的三层体系架构 即浏览器 WEB 应用服务器 数据库服务器 通过对系统工作流程进行详 细需求分析 建立了系统的功能模型和数据流模型 确定系统的数据模型为关 系数据模型 进行了分析 设计 画出了 E R 图 后台数据库选用了 SQL Server 2000 来实现 WEB 开发采用当前流行的 JSP Java Server Pages 动态 网页技术 技术 JSP 页面通过 JDBC Java Database Connectivity Java 数据 库连接 接口连接 SQL Server 2000 数据库 实现了浏览器端和服务器端的程序 系统经过测试 运行效果稳定 操作方便 快捷 能较

7、好的为该系统的房屋出 租 求租用户服务 关键词 B S 结构 JDBC 连接 SQL Server 2000 AbstractAbstract 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 cu

8、stomer 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

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

10、t 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 structu

11、re 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 requireme

12、nt 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

13、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 tim

14、e 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 relat

15、ional data model for the analysis design which depicts the E R charts Selection of the background database SQL Server 2000 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 S

16、erver 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 KeyKey WordsWords B SB S StructureStructure JDBCJDBC SQLSQL ServerServer 20002000 第 1 章 绪论 1 1 课题研究的背景介绍 随着社会经济的发展 城市现代化建设步伐不断加快 城市规模不断扩大 人员的流动也不断加大 房屋出租逐渐成为社会生活的重要组成部分 无论是 房屋出租还是房屋求租 都面临着大量需求 说到房屋出租 我们首先想到的就是房屋中介 但是不论对于房屋出租者 还是对于求租者来说 要面对的

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

当前位置:首页 > 办公文档 > 工作范文

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