文件名称:chatpp
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 127.32kb
- 下载次数:
- 0次
- 提 供 者:
- 鲍*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
JAVA实现的聊天工具,可以容纳最多10个用户
1.本系统需要JDK1.5 或更高版本的支持。
2.serverDatabase为服务器端的数据文件. 若使用现有数据,可用帐号:1, 密码:zwz,登录服务器端系统 登录后可查到所有已注册用户的信息,每个用户的密码都与其姓名相同。
3.由于客户端之间的通讯不通过服务器转发,所以每台机器只能正常能运行一个客户端(虚拟机可以提供测试平台). 与另一客户端成功通讯之前,必须首先把对方加为好友。
4.主要制作时间: 06.2.21 - 06.4.9-JAVA chat tools, can accommodate up to 10 users. The system needs to JDK1.5 or higher support. 2.serverDatabase of server data files. If the use of existing data available Account : 1, Password : zwz, log server login system will be available after all registered users of the information, Every user has the password with the same name. 3. Due to client communication between the server is not transmitted through, Therefore, each machine can only run a normal client (virtual machine can provide testing platform). with another client success communications before, we must first of all increase for each other friends. 4. Main production time : 06.2.21 - 06.4.9
1.本系统需要JDK1.5 或更高版本的支持。
2.serverDatabase为服务器端的数据文件. 若使用现有数据,可用帐号:1, 密码:zwz,登录服务器端系统 登录后可查到所有已注册用户的信息,每个用户的密码都与其姓名相同。
3.由于客户端之间的通讯不通过服务器转发,所以每台机器只能正常能运行一个客户端(虚拟机可以提供测试平台). 与另一客户端成功通讯之前,必须首先把对方加为好友。
4.主要制作时间: 06.2.21 - 06.4.9-JAVA chat tools, can accommodate up to 10 users. The system needs to JDK1.5 or higher support. 2.serverDatabase of server data files. If the use of existing data available Account : 1, Password : zwz, log server login system will be available after all registered users of the information, Every user has the password with the same name. 3. Due to client communication between the server is not transmitted through, Therefore, each machine can only run a normal client (virtual machine can provide testing platform). with another client success communications before, we must first of all increase for each other friends. 4. Main production time : 06.2.21 - 06.4.9
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 15883820chatpp.rar 列表 chat\readme.txt chat\executable jar\Server.jar chat\executable jar\Client.jar chat\executable jar\serverDatabase chat\executable jar chat\source code\Server\ServerClientData.java chat\source code\Server\ServerControlGUI.java chat\source code\Server\ServerDatabase.java chat\source code\Server\ServerIO.java chat\source code\Server\ServerLogInGUI.java chat\source code\Server\ServerThread.java chat\source code\Server\ServerThreadPoolBuilder.java chat\source code\Server\Manifest.txt chat\source code\Server\Administrator.java chat\source code\Server\AdministratorGUI.java chat\source code\Server\AllClientTableModel.java chat\source code\Server\ClientData.java chat\source code\Server\ClientFriendTableModel.java chat\source code\Server\ClientGUI.java chat\source code\Server\Communicate.java chat\source code\Server\OnlineClientTableModel.java chat\source code\Server\SearchClientTableModel.java chat\source code\Server\Server.java chat\source code\Server\ServerClient.java chat\source code\Server chat\source code\Client\ClientThread.java chat\source code\Client\ClientThreadPoolBuilder.java chat\source code\Client\Communicate.java chat\source code\Client\FriendsDatabase.java chat\source code\Client\SaveFileGUI.java chat\source code\Client\ServerClient.java chat\source code\Client\ServerClientData.java chat\source code\Client\ToFriendFile.java chat\source code\Client\Manifest.txt chat\source code\Client\Client.java chat\source code\Client\ClientControlGUI.java chat\source code\Client\ClientFriendGUI.java chat\source code\Client\ClientInitiateGUI.java chat\source code\Client\ClientIO.java chat\source code\Client chat\source code chat