摘要
随着互联网趋势的到来,各行各业都在考虑利用互联网将自己推广出去,最好方式就是建立自己的互联网系统,并对其进行维护和管理。在现实运用中,应用软件的工作规则和开发步骤,采用SSM框架建设房产中介管理系统。
本毕业设计主要实现集人性化、高效率、便捷等优点于一身的房产中介管理系统,完成系统用户管理、房屋出售管理、房屋出租管理、站内新闻管理、系统管理等功能模块。系统通过浏览器与服务器进行通信,实现数据的交互与变更。只需通过一台电脑,动动手指就可以操作系统,实现数据通信管理。整个系统的设计过程都充分考虑了数据的安全、稳定及可靠等问题,而且操作过程简单。本系统通过科学的管理方式、便捷的服务提高了工作效率,减少了数据存储上的错误和遗漏。
本系统选用Windows7作为服务器端的操作系统,开发语言选用Java,数据库选用Mysql,使用mybatis数据库连接技术,使用Myeclipse作为系统应用程序的开发工具,Web服务器选用Tomcat7.0版本。
关键词:数据通信;Java;Mysql数据库;web服务器
ABSTRACT
With the advent of the Internet trend, all walks of life are considering the use of the Internet to promote themselves out, the best way is to establish their own Internet system, and its maintenance and management. In the practical application, the working rules and development steps of the application software are applied, and the SSM framework is used to construct the real estate agency management system.
This graduation design mainly realizes the real estate agency management system which integrates the advantages of humanization, high efficiency and convenience. It completes the system user management, house sale management, house rental management, station news management, system management and other functional modules. The system communicates with the server through the browser to realize data interaction and change. Just need to pass a computer, move finger to be able to operate a system, realize data communication management. The design process of the whole system fully considers the safety, stability and reliability of data, and the operation process is simple. Through scientific management and convenient service, the system improves work efficiency and reduces errors and omissions in data storage.
This system USES Windows7 as the server-side operating system, Java as the development language, Mysql as the database, mybatis as the database connection technology, Myeclipse as the system application development tool, and Tomcat7.0 as the Web server.
Key words:Data communication; Java; Mysql database; The web server
目录
第1章绪论
1.1开发背景与意义
1.2论文结构
第2章主要技术和工具介绍
2.1 jsp脚本语言
2.2 Mysql数据库
2.3 B/S结构
2.4 MVC模式
2.5 SSM框架
2.6 tomcat服务器概述
第3章系统分析
3.1可行性分析
3.1.1技术可行性
3.1.2经济可行性
3.1.3操作可行性
3.2需求分析
3.3业务流程分析
第4章系统设计
4.1整体架构
4.2系统结构设计
4.3功能模块设计
4.4系统安全设计
4.5表单字段校验处理设计
4.6系统维护设计
4.7数据库设计
4.7.1数据库设计概述
4.7.2概念设计
4.7.3逻辑设计
4.7.3物理设计
第5章系统实现
5.1登录模块的实现
5.2用户子系统模块的实现
5.2.1用户首页的实现
5.2.2注册模块的实现
5.2.3留言模块的实现
5.2.4购买模块的实现
5.2.5租赁模块的实现
5.3管理员子系统模块的实现
5.3.1用户管理模块的实现
5.3.2房屋管理模块的实现
第6章系统测试
6.1测试目的与定义
6.2功能测试
6.3测试结果
6.4测试评价
第7章总结
致谢
参考文献