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

搜索资源列表

  1. 11123726w82

    0下载:
  2. 一个最简单的通话程序,包括怎样用socket进行客户与服务器通信和一个最简单的通话程序-a simple call procedures, including how to use the socket for the client and server communication and a simple procedure calls
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5875
    • 提供者:1111
  1. talkserver

    0下载:
  2. 用Socket进行客户与服务器的通信,将一段信息写入Socket中,该Socket将这段信息发送给另外一 个socket-Socket for the client and server communication, a message will be written into the socket, the socket this information will be sent to another one socket
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1792
    • 提供者:刘毅
  1. DatagramPacketDemo

    0下载:
  2. Socket应用程序(使用数据报的客户端和服务器的程序代码, 在运行服务器程序的窗口中作为输入内容输入的字符串在客户端的窗口中显示.)-Socket applications (data of the client and server code. the server program running as a window of the imported input string on the client window display.)
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13679
    • 提供者:廉季平
  1. DownloadingFile

    1下载:
  2. 下载文件服务器说明(使用Socket完成文件的下载的任务,客户端提交文件名称,服务器接受到以后,如果文件不存在,返回404信息,如果文件存在,则将文件的内容通过套接字发送给客户端,客户端接受到文件的内容后,保存到相应的文件中。 )-download the file server (using Socket download the document completed the task, documents submitted to the client name, the server
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10786
    • 提供者:廉季平
  1. JavaSocketServer

    0下载:
  2. Java源码,TCPIP Socket通讯,Server端程序。-Java source code, TCPIP Socket Communications, Server-side.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1318
    • 提供者:翟鸿鸣
  1. iproberphp0022

    0下载:
  2. 主要功能: 1、服务器环境探测:CPU、在线时间、内存使用状况、系统平均负载探测(支持LINUX、FreeBSD系统,需系统支持),操作系统、服务器域名、IP地址、解释引擎等 2、PHP基本特征探测:版本、运行方式、安全模式及常规参数 3、PHP组件支持探测:MYSQL、GD、XML、SESSION、SOCKET等组件支持情况 4、服务器性能检测:整数运算能力、浮点数运算能力、数据IO能力 5、自定义探测:MYSQL连接测试、MAIL发信测试、函数支持情况及PHP配置参数 v0.021 更新:
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:49549
    • 提供者:asdf
  1. Java2Web

    0下载:
  2. 用Java实现Web服务器连接:Web浏览器与Web服务器建立连接。2.请求:Web浏览器通过socket向Web服务器提交请求。3.应答:Web浏览器提交请求后,通过HTTP传送给Web服务器。Web服务器接到请求后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面。4.关系连接:当应答结束后,Web浏览器与Web服务器必须断开,以保证其它Web浏览器能够与Web服务器建立连接。-Java Web server : Web browsers and
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7152
    • 提供者:LIYIN
  1. tcpServer02

    0下载:
  2. 实例开发SOCKET客户/服务器程序,有详细的客户端/服务器端程序设计步骤.-examples of the development of client / server program, a detailed client / server programming steps.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1917
    • 提供者:刘海
  1. SOCKETtransactionsample

    0下载:
  2. 实现SOCKET通信 分为服务端源程序和客户端源程序两部分 -achieve Socket Communications source files into the server and client source of two parts
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1201
    • 提供者:feiteng
  1. web-server

    0下载:
  2. web server socket基于java的网络编程,可用于简单web的制作。网络课设-web server socket
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-07
    • 文件大小:1027340
    • 提供者:陈子宇
  1. socket

    0下载:
  2. 简单的服务器端口代码,实现服务器与客户端的链接。-Simple server port code, the realization of the server and client links.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-04
    • 文件大小:58770
    • 提供者:谢伟广
  1. 聊天室

    0下载:
  2. 使用java实现的简易聊天室,socket通信,包含服务端和客户端(a simple chat room programmed by Java, socket communications, including server and client)
  3. 所属分类:Java编程

    • 发布日期:2017-12-19
    • 文件大小:20480
    • 提供者:次世界
  1. sbckexsrmultaneous

    0下载:
  2. 用java实现的一个socket服务器,采用非阻塞模式,可以支持大量并发连接,(A socket server using Java implementation, using non-blocking mode, can support a large number of simultaneous connections,)
  3. 所属分类:Applet

  1. Java_CS

    0下载:
  2. 简单的Java Client-Server 通信程序(Java Client-Server program using Socket)
  3. 所属分类:Java编程

    • 发布日期:2017-12-16
    • 文件大小:16384
    • 提供者:piapro
  1. RMIgui

    0下载:
  2. This is a very simple java rmi example. It has an interface, the implementation class, the server and then the client. Make sure that you run the server first and then run the client.
  3. 所属分类:Java编程

    • 发布日期:2017-12-23
    • 文件大小:761856
    • 提供者:ziyyah
  1. socket

    1下载:
  2. php tcp客户端与服务器端代码,带阻塞与非阻塞设置,地址重用设置(php tcp client and server)
  3. 所属分类:WEB开发

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:xiaoqi007
  1. Summer_Work

    0下载:
  2. 基于Socket的聊天室实现,有客户端和服务端两边(Socket based chat room implementation, there are both sides of the client and the server side)
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:50176
    • 提供者:Linco98
  1. socketDemo

    0下载:
  2. 一个简单易懂的socket例子,先跑服务端,让程序持续循环,然后跑客户端,连接服务端。(a simple demo about socket .Run server first and it will continue to wait for the client's request ,then run the client.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:Asuras
  1. chat_socket_server

    0下载:
  2. 这是一个简单的网络编程的势力,client表示客户端,server表示服务器端(socket programming This is a simple socket programming example.you can download,and just import your eclipse.Then can run succeed.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-02
    • 文件大小:76800
    • 提供者:Erin二姐
  1. 传输

    1下载:
  2. socket文件传输。用Socket通信机制在服务器和客户端之间传输文 件(file transfer Using socket communication mechanism to transfer documents between server and client piece)
  3. 所属分类:Java编程

    • 发布日期:2020-06-19
    • 文件大小:3072
    • 提供者:QAQmatlab
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »
搜珍网 www.dssz.com