搜索资源列表
WWW.Ahaoz.CoM__java629242356624
- java编写的一个局域网通信软件,可以语音聊天,文件传输,支持多客户端同时通信!-prepared by a local area network communications software, voice chat, file transfer, support multi-client communications while!
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
duoxianchengtongxing
- 一个Java通信小程序,包括一个客户端,一个主机端.一个主机可以和多个客户端进行通信.但要注意程序中的IP要改.才可以通信.-a small communication procedures, including a client, a mainframe terminal. A host can be and in a number of client communications. But we must pay attention to the procedures of IP must
新建 WinZip 文件
- 一个非常简单的JAVA聊天程序,提供了主机和客户端的源代码-a very simple JAVA chat program, providing mainframe and client source code
ftp4j-1.6.1
- The ftp4j library implements a Java full-featured FTP client. With ftp4j embedded in your application you can: transfer files (upload and download), browse the FTP site (directory listing), create, delete, rename and move directories and files.
JAVA
- 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
webservice_java
- WebService 通用客户端编成和测试工具,用JAVA 编写-General WebService and testing into the client tool used to prepare JAVA
chat
- 用java实现了聊天室客户端的基本功能,供大家参考。-Using java chat room realize the basic functions of the client, for your reference.
Server
- 基于C/s下的java编程的服务器端,用于一个服务器多台客户端-Based on C/s under the server-side java programming for a multi-server client
CHATTING__19424810222005
- chat system.where client and server caneasily connected
simplecall
- 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
chat-use-java
- 利用java编写的客户端和服务器端的聊天程序-Prepared to use java client and server chat program
ChatClient
- 用Java编写的聊天的client端。该客户端需要配合server端使用。-Written with Java chat client-side. The client needs with the server-side use.
ChatServer
- 这个是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.
Client
- JAVA编写的SOCKET通信 客户端案
Chat
- 用Java编码,利用TCP协议,实现服务器和客户端的数据传输-With Java code, using TCP protocol, server and client to achieve data transfer
chat
- 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.
java
- 这是一个客户端与服务端进行通信的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
ChatMessage.java
- Chatroom chat message code, very nice with client and server
RoundRobinDatacenterBroker.java.tar
- 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