CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - Java server Client

搜索资源列表

  1. java实现服务器和客户机通讯的的方法

    0下载:
  2. 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5.89kb
    • 提供者:郑描中
  1. JAVA

    0下载:
  2. 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
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:457.78kb
    • 提供者:kailin
  1. Server

    0下载:
  2. 基于C/s下的java编程的服务器端,用于一个服务器多台客户端-Based on C/s under the server-side java programming for a multi-server client
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:2.58kb
    • 提供者:00丫头
  1. CHATTING__19424810222005

    0下载:
  2. chat system.where client and server caneasily connected
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:2.74kb
    • 提供者:divya
  1. simplecall

    0下载:
  2. 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
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:10.75kb
    • 提供者:zzz
  1. chat-use-java

    0下载:
  2. 利用java编写的客户端和服务器端的聊天程序-Prepared to use java client and server chat program
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:3.53kb
    • 提供者:mrzhou
  1. ChatClient

    0下载:
  2. 用Java编写的聊天的client端。该客户端需要配合server端使用。-Written with Java chat client-side. The client needs with the server-side use.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:536byte
    • 提供者:guye_abc
  1. ChatServer

    0下载:
  2. 这个是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.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:803byte
    • 提供者:guye_abc
  1. chatroom

    0下载:
  2. java 1.5 服务端管理 客户端登录验证,新用户注册,收发消息,单聊,群聊-java 1.5 server management client login authentication, new user registration, send and receive messages, single chat, group chat
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:893.79kb
    • 提供者:zhangguoxia
  1. Chat

    0下载:
  2. 用Java编码,利用TCP协议,实现服务器和客户端的数据传输-With Java code, using TCP protocol, server and client to achieve data transfer
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:74.84kb
    • 提供者:hudongfang
  1. ww

    0下载:
  2. 用java多线程实现服务器与客户端之间的文件传输的代码 大家参考下-Multithread with java server and transfer files between the client code we refer to the following
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:7.42kb
    • 提供者:glj
  1. socket

    0下载:
  2. java socket编程的一个例子,主要实现客户端和服务器端的交流,是一个小的聊天室-java socket programming example, the main achievement of the client and server side exchange is a small chat room
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:18.55kb
    • 提供者:豆子
  1. chat

    0下载:
  2. 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.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:8.48kb
    • 提供者:cheng
  1. java

    0下载:
  2. 这是一个客户端与服务端进行通信的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
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:3.35kb
    • 提供者:江寒月
  1. 4.-P2P-Complete-Text-Chat

    0下载:
  2. java写的一个图形用户界面程序,分为Client和Server,需联系-java write a graphical user interface program, divided Client and Server, need to contact
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:13.25kb
    • 提供者:丽子
  1. ChatMessage.java

    0下载:
  2. Chatroom chat message code, very nice with client and server
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:664byte
    • 提供者:newtaft
  1. chat

    0下载:
  2. 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
  3. 所属分类:Communication

    • 发布日期:2017-06-02
    • 文件大小:13.89mb
    • 提供者:chenyong
  1. RoundRobinDatacenterBroker.java.tar

    0下载:
  2. 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
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:740byte
    • 提供者:N Mounika
  1. Telecommunication

    0下载:
  2. mywifi2程序为手机与电脑的vc程序TCPNetKit通信的手机端程序,手机为客户机,电脑的TCPNetKit为服务器,可以双向传输数据。 该程序是基于android的JAVA语言程序。用elipse软件打开。电脑的TCPNetKit为vc程序,用vc2008软件打开编译。-Mywifi2 procedures for mobile phones and computer vc procedures TCPNetKit communication phone-side program,
  3. 所属分类:Communication

    • 发布日期:2017-06-08
    • 文件大小:15.14mb
    • 提供者:wangguozhang
  1. 1687805

    0下载:
  2. 聊天室的服务器与客户端程序,好东西啊,用java写的-Chat room server and the client program, good things, written in Java
  3. 所属分类:Communication

    • 发布日期:2017-12-23
    • 文件大小:123kb
    • 提供者:NGVyhar!580
搜珍网 www.dssz.com