搜索资源列表
-
0下载:
本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。
-This article introduces a
-
-
0下载:
java网络编程实例,分为客户端和服务器端,可以传送图片,记得把命名为a.jpg的图片放在当前目录,先运行服务器端程序,在运行客户端,点击get picture,例外还有两张JAVA初学的ppt,共五个文件-java network programming instance, is divided into client and server side, you can send pictures, remember the name a.jpg picture on the current d
-
-
0下载:
基于C/s下的java编程的服务器端,用于一个服务器多台客户端-Based on C/s under the server-side java programming for a multi-server client
-
-
0下载:
chat system.where client and server caneasily connected
-
-
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编写的客户端和服务器端的聊天程序-Prepared to use java client and server chat program
-
-
0下载:
用Java编写的聊天的client端。该客户端需要配合server端使用。-Written with Java chat client-side. The client needs with the server-side use.
-
-
0下载:
这个是Java编写的聊天的server端。用的时候,应该先打开server端。等着client端连接。-This is written in Java chat server-side. Used, it should first open the server side. Waiting for client-side connection.
-
-
0下载:
java 1.5
服务端管理
客户端登录验证,新用户注册,收发消息,单聊,群聊-java 1.5 server management client login authentication, new user registration, send and receive messages, single chat, group chat
-
-
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下载:
java socket编程的一个例子,主要实现客户端和服务器端的交流,是一个小的聊天室-java socket programming example, the main achievement of the client and server side exchange is a small chat room
-
-
0下载:
socket编程,模拟了一个客户端,一个服务器端,各有一个界面,可添加客户端,通过服务器实现互相通信。
-socket programming to simulate a client, a server-side, each with an interface, you can add clients, achieved through the server communicate with each other.
-
-
0下载:
这是一个客户端与服务端进行通信的java小程序,使用socket通信,当从客户端输入窗口提示的通关语,则会在窗口显示从服务器端发来的通过信息。-This is a client and server-side java applets to communicate using socket communication, input from the client window when the prompt clearance language, will be displayed in the
-
-
0下载:
java写的一个图形用户界面程序,分为Client和Server,需联系-java write a graphical user interface program, divided Client and Server, need to contact
-
-
0下载:
Chatroom chat message code, very nice with client and server
-
-
0下载:
java开发的网络聊天程序,包括客户端和服务端,支持留言和文件传输。需要注意的是在com.chat.db包中DBUtil.java配置数据库参数。-The development of Java network chat program, including client and server, support for message and file transfer. Note that in the com.chat.db package in the DBUtil.java config
-
-
0下载:
Round-robin load balancing is one of the simplest methods for distributing client requests across a group of servers. Going down the list of servers in the group, the round-robin load balancer forwards a client request to each server in turn. When it
-
-
0下载:
mywifi2程序为手机与电脑的vc程序TCPNetKit通信的手机端程序,手机为客户机,电脑的TCPNetKit为服务器,可以双向传输数据。
该程序是基于android的JAVA语言程序。用elipse软件打开。电脑的TCPNetKit为vc程序,用vc2008软件打开编译。-Mywifi2 procedures for mobile phones and computer vc procedures TCPNetKit communication phone-side program,
-
-
0下载:
聊天室的服务器与客户端程序,好东西啊,用java写的-Chat room server and the client program, good things, written in Java
-