搜索资源列表
A_simple_chat_tool
- 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerLi
code_2011529175211363
- 进程见通信,用消息队列实现的简单聊天程序-See the process of communication, implemented with a simple message queue chat program
chating
- linux下聊天通讯软件。消息队列具有大的灵活性。(附设计报告)-This reporter is designed mainly using the learned knowledge, in the UNIX environment, combined with the use of message queue implementation process communication examples, to complete the integration of knowledge and
