设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于WEB的房屋供求系统的设计与实现 毕业论文
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘        要

随着时代的进步与科技的发展,互联网对教育、医疗、金融等传统行业造成极大的冲击,尤其对于房地产业这种本地化属性极强的行业,互联网的发展对其具有更大的影响力。互联网的发展不可阻挡,房地产业若想借此东风顺势而上,就一定要与互联网相融合,这是发展的大趋势。否则,房地产企业将会被时代淘汰。

基于促进房地产业与互联网相融合的需要和提高房地产企业竞争力的需求出发,本文设计了一个基于Web的房屋供求系统,以实现对可出租、出售房屋的高效管理。系统待用基于SH(Struts 和 Hibernate)的JavaEE(Java 2 Platform Enterprise Edition)和MVC(Model View Controller)架构模式,以Tomcat作为Web服务器软件,选择MySql数据库对数据进行存储,采用MD5(Message-Digest Algorithm 5)安全加密处理保证用户名信息安全,设计了求出售房、供出售房、用户管理和系统管理四个模块。

通过本系统,普通用户可以注册登录系统,可以随时查询,发布出租、出售房屋的信息,对他人发布的房源进行查询、预订、收藏、评论,对自己发布或收藏的房源进行管理,修改自己的个人信息,对自己下达的订单与他人发给自己的订单进行管理。管理员可以对普通用户进行管理,对所有订单进行查询。系统基本按要求完成并增加了一些小功能,但是仍存在一些小问题有待进一步完善。

关键词:WEB    房屋供求    MVC    SH    JavaEE


 Design and Development the System of Housing Supply and Demand

Abstract: With the development of science and technology, the Internet have an enormous  impact on education, medical, financial and other traditional industries, especially for the industries which are influenced deeply by the location such as the realty industry, the development of the Internet has more influence on it. Nothing can stop the development of the Internet. If the realty industry intends to seize the opportunity to accelerate the development, it must be combined with the Internet. It is the development trend of the times. Otherwise, the enterprises in realty industry will be eliminated by the times.

Aimed at promoting the rate of the realty industry combines with the Internet and improving the competitiveness of enterprises in realty industry, this paper designs a system about housing supply and demand based on Web, to realize the rental and the sale of housing management. This system using SH (Struts and Hibernate) framework which is based on JavaEE (Java 2 Platform Enterprise Edition) and MVC (Model View Controller) structure, using Tomcat as the Web server software, using MySql database for data storage, and using MD5 (Message-Digest Algorithm 5) encryption to ensure the user information security, to design four module including searching houses, publishing houses, user management and system management.

Through this system, users can register, login, query and publish the information of the houses on sale or for rent, book, collect and comment on the houses of others, manage the personal houses as well as the houses which the people collect, modify personal information, manage the personal orders. The administrator can manage the users and queries on all orders. According to the requirement analysis, the system is almost done. On the basis of this, it is added several small functions, but there are some problems need to be further improved, too.

Key words: WEB   Housing Supply and Demand   MVC   SH   JavaEE


目        录

1 引言

1.1 研究的背景

1.2 研究的目的与意义

1.3 研究内容与论文结构

1.3.1 研究内容

1.3.2 论文结构

2 软件开发环境和相关技术简介

2.1 软件开发环境

2.2 相关技术简介

2.2.1 JavaEE

2.2.2 Struts

2.2.3 Hibernate

2.2.4 MVC

2.2.5 MD5

3 需求分析

3.1 概述

3.2 可行性分析

3.4 系统功能性需求

3.4.1 基础功能

3.4.2 普通用户功能

3.4.3 管理员功能

3.5 非功能性需求

4 概要设计

4.1 总体设计

4.2 设计思想

4.3 系统结构设计

4.4 系统功能设计

4.5 数据库设计

4.5.1 数据库ER图设计

4.5.2 数据库表设计

5 详细设计

5.1 配置文件设计

5.1.1 web.xml

5.1.2 struts.xml

5.1.3 hibernate.cfg.xml

5.2 存储设计

5.2.1 session

5.2.2 MD5加密

5.2.3 事务处理

5.3 基础设计

5.3.1 登陆判定

5.3.2 错误校验

5.3.3 分页显示数据

5.3.4 日期选择

5.3.5 三级地址选择

5.3.6 上传图片

5.4 求租售房模块设计

5.4.1 了解往价

5.4.2 查询房源

5.4.3 收藏排行

5.4.4 预订排行

5.5 供租售房模块设计

5.5.1 发布新房

5.5.2 发布二手房

5.5.3 发布出租房

5.6 用户管理模块设计

5.6.1 个人信息

5.6.2 拥有房源

5.6.3 收藏房源

5.6.4 收到订单

5.6.5 发送订单

5.7 系统管理模块设计

5.7.1 用户管理

5.7.2 订单查询

5.8 登录

5.9 注册

6 结论与展望

6.1 结论

6.2 展望

参考文献

致谢



























  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
变压器声音信号抗环境噪声干扰技术 高压电网无功补偿装置电气设计 毕 基于微信小程序+JavaSSM+
基于Android+Java后端 基于微信小程序+JavaSSM+ 基于微信小程序+JavaSSM+
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!