搜索资源列表
client_server
- java写的聊天程序,包括客户端和服务器端程序,很好的学习代码。也可在此基础上改造。-This Java Chat Application developed by my own interest, and now i am interested to share my source code with other peoples to get learn from it. I request everyone, if suppose you are using this for any col
Client_Server
- 编写客户/服务器程序,客户端Client.java使用DatagramSocket对象将数据包发送到服务器,请求获取服务器端的图像(考生可自选图像文件)。服务器端Server.java将图像文件包装成数据包,并使用DatagramSocket对象将该数据包发送到客户端。首先将服务器端的程序编译通过,并运行起来,等待客户的请求。-The preparation of client/server program, client Client.java use DatagramSocket objec
client_server
- code for client server application in java
Client_Server
- 服务器和客户端的基础通讯。客户端发出消息可由服务器端接收并显示。-Server and client based communications. The client a message received by the server and displayed.
client_server
- Android实现模拟QQ的客户端,服务端用读写线程池,客户端和服务器通信用封装的超级消息对对象,此对象有发送者ID和接收者ID,客户端使用自定义的service接收Message-Android analog QQ client, server thread pool used to read and write, the client and server communications package super news objects, object sender ID and the
Client_Server
- Java网络通信的代码平台,实现了客户端,服务器,MySQL数据库连接和消息通信。Java学习者可以很方便的在此基础上搭建一个C/S结果的网络系统。-A Java communication platform consisting of client\server\mysql\message packages.
client_server-app
- echo client server application using TCP sockets
HelloWorld_java
- HelloWorld_java,java入门级实例 及Client_server通信-HelloWorld_java a easy sample for learner and Client_server connect