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

搜索资源列表

  1. server

    0下载:
  2. 用PHP SOCKET做QQ服务器。这里仅写了服务器端,客户端可以用FLASH、AIR或C++程序。-To do with PHP SOCKET QQ server. Here only to write the server side, the client can use the FLASH, AIR, or C++ program.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-28
    • 文件大小:2218
    • 提供者:Joming
  1. Socket-Create-WEBService

    0下载:
  2. 使用Socket创建一个WEB服务器,本程序是多线程系统以提高反应速度-Create a WEB server using the Socket, this program is multi-threaded system to improve the response speed
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:20337
    • 提供者:郭兴旺
  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. FlashScoket

    0下载:
  2. FLASH SOCKET 服务器java版本,完整源代码版本-FLASH SOCKET server Java version, full source code version
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5069
    • 提供者:vs527
  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

    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. 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. 多线程的实现,有客户端和服务器端的输入输出-The realization of multi-threaded, client and server-side input and output
  3. 所属分类:Jsp/Servlet

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

    0下载:
  2. 套接字通信~客户端和服务器端,有源代码,初学者可以-Socket communication to the client and the server-side source code, beginners can take a look at
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:3642368
    • 提供者:killua27
  1. socket

    0下载:
  2. 基于TCP的客户端与服务器的交互程序,适合计算机网络初学者、网站开发人员学习-socket programming on tcp protocol
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:1509
    • 提供者:L
  1. 06.Socket

    0下载:
  2. 线程通信,客户端和服务器的通信,采用了线程-Thread communication, the client and server communications, the use of a thread
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-01
    • 文件大小:9037
    • 提供者:gaofei
  1. socket

    0下载:
  2. 这个程序是java中socket通信的基础,分为服务器端和客户端,进行socket通信,传输文件。-This java program is a base socket communication program that contains server and client. It implements the function of transfering a file by sockets.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:6979
    • 提供者:盛权
  1. Socket

    0下载:
  2. socket在线聊天,小应用 有简单的服务器端和客户端-failed to translate
  3. 所属分类:Applet

    • 发布日期:2017-11-23
    • 文件大小:1296156
    • 提供者:胡其
  1. Socket-java

    0下载:
  2. 最基本的java socket编译 实现server服务器的单线程 多线程,使用rmi接口实现简单的客户端服务-会议记录系统-Basic java socket compiled single-threaded multi-threaded server server, using RMI interface simple client services- conference recording system
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:2861024
    • 提供者:zy
  1. Socket-filetransfer

    0下载:
  2. Java语言版的Socket文件传输,包含一个客户端和一个服务器端。-Java language version of the the Socket file transfer, contains a client and a server-side.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-08
    • 文件大小:1683
    • 提供者:孙凯歌
« 1 2 3 45 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com