基于SSM的Web网页聊天室系统设计与实现 毕业论文+项目源码及数据库文件
摘 要随着当今社会经济的飞速发展和地球村的建设,现在的人们在平常的生活中由于平常的工作生活等原因,造成了许多亲朋长时间无法见面的情况。沟通交流的缺失造成了许多人感情的淡薄。而在现在飞速发展的网络技术的支持下,越来越多的人选择通过网络即时通讯系统来进行每天的沟通,常用的PC端的QQ,移动端的微信等。然而现在流行的通讯软件大多都需要下载安装专用的客户端才能实现通讯。本论文在JSP技术和MVC设计模式的基础上,对WEB即时通讯系统进行了需求分析和总体设计,框架采用Spring + Springmvc + Mybatis,前端设计使用Amaze UI,弹窗和分页使用Layer以及JQuery,数据库使用Mysql,并最终使用流行的Eclipse开发环境实现了整个系统。通过运行和测试,本聊天系统功能基本完善且运行稳定,能够满足客户在实际使用中的需求。关键词:WEB聊天;JSP;SSM;Eclipse;Amaze UIAbstract: With the rapid development of social economy and the construction of a global village, people now in normal life due to normal working life, caused many relatives and can't meet for a long time.The lack of communication caused by weak feelings of many people.And with the support of the rapid development of network technology now, every day more and more people choose the network to communication, such as commonly used the PC QQ, mobile WeiXin, But now most popular communication software need to download and install a dedicated client to realize communication.Based on JSP technology and MVC design patterns, this paper carries on the demand analysis and the overall design on the WEB chat system., the Spring + Springmvc + Mybatis is used as the framework, Amaze UI is used as the front design, Layer and JQuery is used as the popups and paging, Mysql is used as the database, and the whole system is realized in the popular Eclipse development environment. The testing result shows that the functions of the chat system is basically perfect and run smoothly, it can meet the needs of users in actual use.Keywords: WEB chat; The JSP; SSM; The Eclipse; Amaze UI目 录第1章 前 言 11.1 论文研究的目的和意义 11.2 国内外研究综述 21.3 论文研究的内容和取得的成果 2第2章 即时通讯聊天系统开发涉及技术简介 42.1 Spring简介 42.2 SpringMVC简介 42.3 MyBatis简介 52.4 AmazeUI简介 52.5 开发工具介绍 52.5.1 Eclipse集成开发环境 52.5.2 Tomcat服务器 6第3章 即时通讯聊天系统需求分析和总体设计 73.1 系统可行性分析 73.1.1 法律可行性分析 73.1.2 技术可行性分析 73.1.3 经济可行性分析 73.1.4 操作可行性分析 73.2 需求分析 73.2.1 登陆页面 83.2.2 个人信息页面 83.2.3 设置页面 83.2.4 注销页面 83.2.5 用户页面 83.2.6 聊天页面 93.2.7 在线列表页面 93.2.8 图灵机器人功能 93.3 系统总体设计 93.3.1 SSM框架配置 93.3.2 即时通讯聊天系统总体设计 123.3.3 路由设计 133.3.4 用户登录界面 143.3.5 用户聊天主界面 143.3.6 数据库设计 15第4章 系统实现及效果分析 174.1 用户登录界面 174.2 用户聊天主界面 184.2.1 状态栏模块 194.2.2 功能栏模块 194.2.3 用户列表模块 224.2.4 用户聊天模块 22结 论 26致 谢 27参考文献 28