CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 其它源码

文件名称:ajaxchat_o

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    1.77mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

该源码是使用ajax技术实现的一个聊天室功能。如果想对程序进行修改,建议使用eclipse并配合myeclipse。-The source is to use ajax technology to achieve a chat room feature. If you want to modify the program, and to recommend the use of eclipse with myeclipse.
相关搜索: myeclipse ajax ch ajaxCh

(系统自动生成,下载前可以参看下载内容)

下载文件列表

ajaxchat/.classpath
ajaxchat/.mymetadata
ajaxchat/.project
ajaxchat/src/app_resources_en.properties
ajaxchat/src/app_resources_zh_CN.properties
ajaxchat/src/build.xml
ajaxchat/src/checkstyle.xml
ajaxchat/src/checkstyle_results.xml
ajaxchat/src/commons-logging.properties
ajaxchat/src/filters/SetCharacterEncodingFilter.java
ajaxchat/src/history.txt
ajaxchat/src/org/apache/struts/apps/ajaxchat/action/GetMessagesAction.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/action/JoinRoomAction.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/action/LeaveRoomAction.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/action/ListUsersInRoomAction.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/action/LobbyAction.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/action/LobbyUpdateStatsAction.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/action/LoginAction.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/action/LogoutAction.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/action/PostMessageAction.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/actionform/LobbyActionForm.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/AjaxChatConfig.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/daemon/UserClearerDaemonThread.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/dao/AjaxChatDAO.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/dto/MessageDTO.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/dto/RoomDTO.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/dto/UserDTO.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/filter/SessionCheckerFilter.java
ajaxchat/src/org/apache/struts/apps/ajaxchat/listener/ContextListener.java
ajaxchat/src/simplelog.properties
ajaxchat/WebRoot/css/styles.css
ajaxchat/WebRoot/img/buttonBG.gif
ajaxchat/WebRoot/img/textBG.gif
ajaxchat/WebRoot/img/zoomDown.gif
ajaxchat/WebRoot/img/zoomUp.gif
ajaxchat/WebRoot/inc/color_options.inc
ajaxchat/WebRoot/index.jsp
ajaxchat/WebRoot/lobby.jsp
ajaxchat/WebRoot/META-INF/MANIFEST.MF
ajaxchat/WebRoot/room.jsp
ajaxchat/WebRoot/WEB-INF/app-config.xml
ajaxchat/WebRoot/WEB-INF/classes/app_resources_en.properties
ajaxchat/WebRoot/WEB-INF/classes/app_resources_zh_CN.properties
ajaxchat/WebRoot/WEB-INF/classes/build.xml
ajaxchat/WebRoot/WEB-INF/classes/checkstyle.xml
ajaxchat/WebRoot/WEB-INF/classes/checkstyle_results.xml
ajaxchat/WebRoot/WEB-INF/classes/commons-logging.properties
ajaxchat/WebRoot/WEB-INF/classes/filters/SetCharacterEncodingFilter.class
ajaxchat/WebRoot/WEB-INF/classes/history.txt
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/action/GetMessagesAction.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/action/JoinRoomAction.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/action/LeaveRoomAction.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/action/ListUsersInRoomAction.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/action/LobbyAction.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/action/LobbyUpdateStatsAction.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/action/LoginAction.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/action/LogoutAction.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/action/PostMessageAction.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/actionform/LobbyActionForm.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/AjaxChatConfig.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/daemon/UserClearerDaemonThread.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/dao/AjaxChatDAO.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/dto/MessageDTO.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/dto/RoomDTO.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/dto/UserDTO.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/filter/SessionCheckerFilter.class
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/listener/ContextListener.class
ajaxchat/WebRoot/WEB-INF/classes/simplelog.properties
ajaxchat/WebRoot/WEB-INF/lib/commons-beanutils-1.7.0.jar
ajaxchat/WebRoot/WEB-INF/lib/commons-digester-1.7.jar
ajaxchat/WebRoot/WEB-INF/lib/commons-lang-2.1.jar
ajaxchat/WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar
ajaxchat/WebRoot/WEB-INF/lib/commons-validator-1.0.2.jar
ajaxchat/WebRoot/WEB-INF/lib/javawebparts_core.jar
ajaxchat/WebRoot/WEB-INF/lib/javawebparts_listener.jar
ajaxchat/WebRoot/WEB-INF/lib/jstl.jar
ajaxchat/WebRoot/WEB-INF/lib/standard.jar
ajaxchat/WebRoot/WEB-INF/lib/struts-1.2.7.jar
ajaxchat/WebRoot/WEB-INF/rooms-config.xml
ajaxchat/WebRoot/WEB-INF/src/checkstyle.xml
ajaxchat/WebRoot/WEB-INF/struts-config.xml
ajaxchat/WebRoot/WEB-INF/web.xml
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/action
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/actionform
ajaxchat/WebRoot/WEB-INF/classes/org/apache/struts/apps/ajaxchat/daemon
ajaxchat/WebRoot/WEB

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com