预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共79页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

基于jQueryAjax聊天室应用摘要伴随网络逐步普及,和网络技术不停发展,大家经过网络进行交流方法变得多样化。网络聊天室便是其中之一。聊天室即时交流方法满足了网络中多人同时聊天交流需要,使得较多人在同一个聊天页面进行交流变得方便,简单。本设计目标是采取jQuery框架开发一个网络聊天室。jQuery是一个快速和简练JavaScript库,它简化了HTML文件文档遍历、事件处理、动画和快速Web开发应用Ajax技术。本聊天室含有常见聊天室全部功效,包含多人同时在线聊天,能显示在线用户列表,同时,为了管理聊天室中用户,设计了用户注册登陆功效,增加了聊天室操作性。本文首先介绍了聊天室所使用到部分关键技术,比如jQuery技术和Ajax技术,接着介绍了该系统设计思绪,然后是对系统具体介绍,包含系统中创建数据库和系统具体功效介绍。聊天室在互联网上应用很普遍,实现方法也是多个多样,相比之下,采取优异jQuery框架实现聊天室愈加高效、流畅,愈加富有前景。关键词:聊天室;jQuery;AjaxJQueryAjax-basedChatRoomApplicationAbstractWiththeincreasingpopularityofthenetworkandthedevelopmentofnetworktechnology,thewaytocommunicatewithothersthroughthenetworkbecomesdiverse.Internetchatroomisoneoftheway.Itmeetstheneedofpeoplethatcancommunicatewithotherswhoareonlineinstantly,andmakespeoplechattingonthesamepagebecomesconvenientandsimple.ThedesignaimstodevelopachatroombasedonjQuerystructure.jQueryisafastandconciseJavaScriptLibrarythatsimplifiesHTMLdocumenttraversing,eventhandling,animating,andAjaxinteractionsforrapidwebdevelopment.Thechatroomhasallcommonfunctions,includingmorethanonechattinginthesametimeandcandisplayandupdatethelistofonlineusersinstantly.Meanwhile,inordertomanagetheusers,thechatroomhastheuserregistrationloginfunctionwhichincreasetheoperabilityofthechatroom.Thepaperfirstintroducesthekeytechnologiesusedsuchasjqueryandajax,thenintroducedthesystemdesignandrequirementsanalysis,followedbyadetaileddescriptionofthesystem,includingadatabasecreatedandspecificfeaturesintroducedinthedesign.TheapplicationofthechatroomisverycommonontheInternet,andtheapproachesofimplementationarevaried.Comparedwiththosetraditional,thechatroombasedonjQueryismoreeffectiveandfast,andhaveabrightoutlook.Keywords:ChatRoom;Ajax;jQuery目录引言1第1章绪论21.1系统概述21.2需求背景21.3系统开发目标和意义2第2章开发工具及相关技术介绍32.1开发工具32.1.1MyEclipse介绍32.1.2MySQL数据库介绍32.1.3Tomcat6.0服务器32.2关键技术42.2.1JSP42.2.2JavaScript42.2.3Ajax技术52.2.4jQuery技术52.2.5Struts技术52.3系统环境62.3.1开发环境62.3.2运行环境6第3章jQuery技术83.1jQuery介绍83.2配置jQuery环境83.3编写简单jQuery代码83.4jQuery选择器83.5jQuery和Ajax应用9第4章系统设计174.1基于jQue