搜索资源列表
-
0下载:
用JAVA编写的聊天程序,客户端与服务端集成在一个文件中,代码简洁,无多余复杂功能。-prepared with Java chat procedures, client and server integrated in a document, the code simple, non-redundant functional complex.
-
-
3下载:
一个简单的用java编写的聊天工具,用socket类处理通信部分
1.
运行server.bat
或在命令行下输入(要在工作目录):
java -jar Chat.jar 8888
打开服务器 8888也可以改为任意端口号
2.
运行client.bat
或在命令行下输入(要在工作目录):
java -jar Chat.jar
打开客户端
3.
主要类说明:
Server.java 等待用户连接,连接后为当前用户创建ServerLi
-
-
0下载:
用java完成一个类似QQ的简易聊天室,执行时先运行服务端,再运行客户端,注册一个IP地址和端口号-Use Java completed a similar QQ chat room, execution and simple operation server first, and then run the client, the registered an IP address and port,
-
-
0下载:
基于JAVA的即时通讯工具
个简单的网络聊天通讯程序
1、以客户-服务器方式工作,给出服务器工作端口和客户机工作端口,任何一方都可以主动发起连接服务请求;
-JAVA-based real-time communications tools a simple online chat communication program 1, to customers- the way servers work, given the work the server port and client
-
-
0下载:
简单的QQ聊天系统,实现客户端和服务器端的简单聊天系统-QQ simple chat system for client and server chat system of simple
-
-
0下载:
java简单的聊天程序,运行环境(JRE 1.5或以上版本),包含服务端源代码和客户端源代码。-simple java chat program, runtime environment (JRE 1.5 or later) that contains the source code server and client source code.
-
-
0下载:
用java开发的简单的聊天工具,包括服务端 客户端-With the development of a simple java chat tools, including client server
-
-
0下载:
用java开发的简单的聊天工具,包括服务端 客户端-With the development of a simple java chat tools, including client server
-
-
0下载:
简单的聊天小程序。提供了基本的聊天的功能,通过此例能学习java中如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识--Simple chat applet. Provides basic chat functionality through java in this case to learn how to use the Socket server and client to establish procedures and inter-process sched
-
-
0下载:
用java实现的简单qq制作,只用聊天功能,不能传文件,包含服务器和客户端文件-Java implementation of simple qq production, and only use the chat feature, you can not transfer files, including server and client files
-