首页 网络技术 其它     /    javaweb一对一网络聊天系统

javaweb一对一网络聊天系统

上传者: yayhui | 上传时间:2024/2/8 6:01:06 | 文件大小:2.88MB | 文件类型:zip
javaweb一对一网络聊天系统
jsp+js+ajax+servlet+tomcat+mysql聊天页面:jsp+js+ajaxjsp代码主要用于消息显示框和输入框,以及获取参数,设置参数js+ajax是比较重要的,用于向servlet发送请求,保证聊天的正常进行,除了自己发送消息的请求,还包括每隔1秒请求一次servlet获取更新的消息servlet: TalkServlet:用于处理自己发送消息的请求 TalkFromServlet:用于处理更新页面消息的请求,每秒钟会接收一次ui尚未设计,仅实现了功能 本软件ID:9493444

文件下载

资源详情

[{"title":"(54个子文件2.88MB)javaweb一对一网络聊天系统","children":[{"title":"chatOnline","children":[{"title":".project <span style='color:#111;'>1.17KB</span>","children":null,"spread":false},{"title":".tern-project <span style='color:#111;'>66B</span>","children":null,"spread":false},{"title":".settings","children":[{"title":".jsdtscope <span style='color:#111;'>522B</span>","children":null,"spread":false},{"title":"org.eclipse.core.resources.prefs <span style='color:#111;'>57B</span>","children":null,"spread":false},{"title":"org.eclipse.wst.common.component <span style='color:#111;'>489B</span>","children":null,"spread":false},{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'>364B</span>","children":null,"spread":false},{"title":"org.eclipse.wst.common.project.facet.core.xml <span style='color:#111;'>414B</span>","children":null,"spread":false},{"title":"org.eclipse.wst.jsdt.ui.superType.container <span style='color:#111;'>49B</span>","children":null,"spread":false},{"title":"org.eclipse.wst.jsdt.ui.superType.name <span style='color:#111;'>6B</span>","children":null,"spread":false}],"spread":true},{"title":"WebRoot","children":[{"title":"login.jsp <span style='color:#111;'>886B</span>","children":null,"spread":false},{"title":"addFriend.jsp <span style='color:#111;'>755B</span>","children":null,"spread":false},{"title":"friendList.jsp <span style='color:#111;'>973B</span>","children":null,"spread":false},{"title":"WEB-INF","children":[{"title":"web.xml <span style='color:#111;'>708B</span>","children":null,"spread":false},{"title":"lib","children":[{"title":"commons-beanutils-1.8.3.jar <span style='color:#111;'>509.67KB</span>","children":null,"spread":false},{"title":"commons-dbutils-1.4.jar <span style='color:#111;'>95.60KB</span>","children":null,"spread":false},{"title":"itcast-tools-1.4.2.jar <span style='color:#111;'>26.33KB</span>","children":null,"spread":false},{"title":"c3p0-0.9.2-pre1.jar <span style='color:#111;'>413.60KB</span>","children":null,"spread":false},{"title":"commons-logging-1.1.1.jar <span style='color:#111;'>126.47KB</span>","children":null,"spread":false},{"title":"mysql-connector-java-5.1.13-bin.jar <span style='color:#111;'>1.36MB</span>","children":null,"spread":false},{"title":"mchange-commons-0.2.jar <span style='color:#111;'>538.47KB</span>","children":null,"spread":false}],"spread":true},{"title":"classes","children":[{"title":"cn","children":[{"title":"chat","children":[{"title":"dao","children":[{"title":"TestDao.class <span style='color:#111;'>1.29KB</span>","children":null,"spread":false},{"title":"UserDao.class <span style='color:#111;'>5.58KB</span>","children":null,"spread":false}],"spread":false},{"title":"domain","children":[{"title":"User.class <span style='color:#111;'>1.07KB</span>","children":null,"spread":false},{"title":"Chat.class <span style='color:#111;'>896B</span>","children":null,"spread":false}],"spread":false},{"title":"web","children":[{"title":"servlet","children":[{"title":"LoginServlet.class <span style='color:#111;'>2.46KB</span>","children":null,"spread":false},{"title":"VerifyCodeServlet.class <span style='color:#111;'>1.69KB</span>","children":null,"spread":false},{"title":"TalkServlet.class <span style='color:#111;'>3.58KB</span>","children":null,"spread":false},{"title":"MainServlet.class <span style='color:#111;'>2.28KB</span>","children":null,"spread":false},{"title":"RegistServlet.class <span style='color:#111;'>3.77KB</span>","children":null,"spread":false},{"title":"TalkFromServlet.class <span style='color:#111;'>2.54KB</span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"service","children":[{"title":"UserService.class <span style='color:#111;'>2.30KB</span>","children":null,"spread":false},{"title":"UserException.class <span style='color:#111;'>731B</span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true},{"title":"c3p0-config.xml <span style='color:#111;'>527B</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"index.jsp <span style='color:#111;'>103B</span>","children":null,"spread":false},{"title":"regist.jsp <span style='color:#111;'>1.33KB</span>","children":null,"spread":false},{"title":"META-INF","children":[{"title":"MANIFEST.MF <span style='color:#111;'>39B</span>","children":null,"spread":false}],"spread":true},{"title":"chat.jsp <span style='color:#111;'>2.81KB</span>","children":null,"spread":false},{"title":"main.jsp <span style='color:#111;'>717B</span>","children":null,"spread":false},{"title":"welcome.jsp <span style='color:#111;'>839B</span>","children":null,"spread":false}],"spread":true},{"title":"src","children":[{"title":"cn","children":[{"title":"chat","children":[{"title":"dao","children":[{"title":"TestDao.java <span style='color:#111;'>612B</span>","children":null,"spread":false},{"title":"UserDao.java <span style='color:#111;'>5.10KB</span>","children":null,"spread":false}],"spread":true},{"title":"domain","children":[{"title":"User.java <span style='color:#111;'>672B</span>","children":null,"spread":false},{"title":"Chat.java <span style='color:#111;'>493B</span>","children":null,"spread":false}],"spread":true},{"title":"web","children":[{"title":"servlet","children":[{"title":"VerifyCodeServlet.java <span style='color:#111;'>1.01KB</span>","children":null,"spread":false},{"title":"RegistServlet.java <span style='color:#111;'>2.64KB</span>","children":null,"spread":false},{"title":"TalkServlet.java <span style='color:#111;'>3.99KB</span>","children":null,"spread":false},{"title":"LoginServlet.java <span style='color:#111;'>1.37KB</span>","children":null,"spread":false},{"title":"TalkFromServlet.java <span style='color:#111;'>1.92KB</span>","children":null,"spread":false},{"title":"MainServlet.java <span style='color:#111;'>1.70KB</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"service","children":[{"title":"UserService.java <span style='color:#111;'>1.51KB</span>","children":null,"spread":false},{"title":"UserException.java <span style='color:#111;'>519B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"c3p0-config.xml <span style='color:#111;'>527B</span>","children":null,"spread":false}],"spread":true},{"title":".classpath <span style='color:#111;'>1.14KB</span>","children":null,"spread":false}],"spread":true},{"title":"sql.txt <span style='color:#111;'>185B</span>","children":null,"spread":false}],"spread":true}]

评论信息

  • AbbeyJo:
    你这个数据库还要慢慢去弄,发个可以不?2018-01-07
  • lycan01:
    可以一对一聊天,聊天内容没保存在数据库。2017-10-19

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明