CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - socket client

搜索资源列表

  1. socket

    0下载:
  2. Java Socket编程的几个示范性例子,包括远程服务器端和客户端的源码,详细展示了Socket编程的流程,供初学者参考。-Java Socket programming model of a few examples, including the remote server and client source code, Socket programming shows in detail the process, reference for beginners.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:9384
    • 提供者:Liao Jinxing
  1. webim

    0下载:
  2. php采取socket通讯写的webim,需要和客户端配合来使用-php write to socket communications webim, with client needs and to use
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:252410
    • 提供者:
  1. Mylog

    0下载:
  2. SOCKET应用 用户端向服务器发送用户名密码,服务器向SQL server进行验证,并向客户端返回,实现简单图形界面-SOCKET client application sends the user name password to the server, the server authenticate to the SQL server to the client to return, simple graphical interface
  3. 所属分类:Applet

    • 发布日期:2017-04-09
    • 文件大小:234698
    • 提供者:zxk
  1. socket

    0下载:
  2. 客户端,使用Socket对网络上某一个服务器的某一个端口发出连接请求,一旦连接成功,打开会话;会话完成后,关闭Socket。客户端不需要指定打开的端口,通常临时的、动态的分配一个1024以上的端口。 服务器,使用ServerSocket监听指定的端口,端口可以随意指定(由于1024以下的端口通常属于保留端口,在一些操作系统中不可以随意使用,所以建议使用大于1024的端口),等待客户连接请求,客户连接后,会话产生;在完成会话后,关闭连接。 -Client, use the Socket o
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2354
    • 提供者:王娟
  1. socket

    0下载:
  2. 客户端与服务器之间进行多发多收的聊天功能- Between the client and the server for multiple gathered much chat function
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1939
    • 提供者:dailing
  1. socket

    0下载:
  2. 简单的应用socket的编码,简单客户端信息传输到服务器端,并且返回相应的字符串.自主实现.-Simple application of the socket code, simple message transfer client to the server, and returns the corresponding string self-realization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:692
    • 提供者:mis young
  1. Socket_Client_Java

    0下载:
  2. Java Socket 编程,客户端的程序。-Java Socket Client
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2886
    • 提供者:wei
  1. Socket

    0下载:
  2. 在java程序中,聊天程序运行的时候客户端和服务器端的连接情况以及其运行情况。-In the java programming, chat program at run-time client and server-side connection and its operation.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:3516
    • 提供者:猪可爱
  1. Socket

    0下载:
  2. 代码可以实现客户端与服务器见文件传输功能-Code can achieve the client and server to see the file transfer capabilities
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:9361
    • 提供者:夏夏
  1. client

    0下载:
  2. 即将完成的java socket通讯的客户端,有些不足的地方需要修改-it will be completed soon.and it s name is java socket.there are some bugs in it so it need modify
  3. 所属分类:Java Develop

    • 发布日期:2017-05-21
    • 文件大小:6303141
    • 提供者:沈浪
  1. client

    0下载:
  2. java socket通讯的客户端完成品,就是图片还未修改-it s the java socket program and the picture should be chalged
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3406831
    • 提供者:沈浪
  1. Socket-and-Client

    0下载:
  2. 用于使局域网内的客户端访问和下载服务器上的资源-Used to make the resources on the LAN client access and download servers
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1593
    • 提供者:龙永松
  1. Socket-network-programming-examples

    0下载:
  2. 基于socket基础编程的几个简单的例子,适合刚学习socket编程的新人参考学习。一个5个部分:服务器获得每个客户端的IP、用户登录-对象方式、用户登录-支持多客户端、用户登录-字符串方式、在线客服系统客户咨询-For just learning a few simple examples based on the socket base programming, socket programming, the new reference learning. A five parts: a s
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:72684
    • 提供者:杨帆
  1. JAVA-Socket

    0下载:
  2. 本文阐述了使用JAVA编程语言对基于客户/服务器模式的应用编写网络通信程序,讨论了SOCKET机制、输入输出流以及程序实现代码-This paper describes the network communication program based on the client/server model applications written using the JAVA programming language, discussion SOCKET mechanism, the input a
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:23552
    • 提供者:deyaowang
  1. socket

    0下载:
  2. java实现socket通信,server- client -send message with socket in java
  3. 所属分类:JavaScript

    • 发布日期:2017-11-13
    • 文件大小:2666
    • 提供者:张叶
  1. Socket

    0下载:
  2. 用socket实现局域网即时通信功能,只要改变下ip就可以客户端和客户端进行通信了。-Achieve a LAN instant communication function, as long as the change under ip can the client and the client to communicate with a socket.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:16119
    • 提供者:黄亮
  1. Client

    0下载:
  2. 这是一个网络白板的客户端,采用socket通信接口技术。-This is a network whiteboard client socket communication interface technology.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:15031
    • 提供者:hebinshen
  1. homework9

    0下载:
  2. 利用java中的socket实现的简答Client/Server模型。-Easy answers in java socket Client/Server model.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:5154
    • 提供者:xjx
  1. Socket

    0下载:
  2. 多线程的实现,有客户端和服务器端的输入输出-The realization of multi-threaded, client and server-side input and output
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-02
    • 文件大小:11320
    • 提供者:王子清
  1. client

    0下载:
  2. socket 多线程 模拟银行ATM机客户端-socket multithreaded simulation bank ATM machine
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:4071
    • 提供者:胡俊
« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com