搜索资源列表
-
0下载:
本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。
-This article introduces a
-
-
0下载:
1- Start the Intraswitch server.
2- Make sure MYCLASSPATH settings in simplecall.bat / incall.sh, outcall.sh reflects
location of client-CTI jars.
3- Make sure java executable is in search path and java.policy is ok
(see "installing Intr
-
-
0下载:
用Java编码,利用TCP协议,实现服务器和客户端的数据传输-With Java code, using TCP protocol, server and client to achieve data transfer
-
-
0下载:
用java多线程实现服务器与客户端之间的文件传输的代码 大家参考下-Multithread with java server and transfer files between the client code we refer to the following
-
-
0下载:
Chatroom chat message code, very nice with client and server
-