CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 Web服务器 搜索资源 - server socket

搜索资源列表

  1. HttpServerexample

    1下载:
  2. 本程序实现了一个Http服务器,能够接受客户端(浏览器)的连接请求,可以更改当前 的Http服务目录,而且能够将指定的网页发送到客户浏览器, 本程序是—个基于对话柜的MFC应用程序,主要介绍如何利用socket(套接字)实现Http 协议等内容。请使用vc++.net运行本程序。-This Program realize a Http Server which can accept the connection request of client and change the current H
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:64.62kb
    • 提供者:陈康
  1. 用Java实现Web服务器

    1下载:
  2. 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:10.18kb
    • 提供者:雨岳
  1. WebServer_DLL

    0下载:
  2. http server 的源代码,已经编程了DLL,使用很方便,可以嵌入到其他应用程序中,超稳定(用到了 FPIETTE的 socket Components))-http server source code has been programmed DLL, very convenient to use, can be embedded into other applications, the ultra-stable (FPIETTE use of the socket Components
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:348.56kb
    • 提供者:陈潘杰
  1. Client&Server

    0下载:
  2. Socket 网络变成,简单的客户端和服务器端-Socket network into a simple client and server
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:9.52kb
    • 提供者:白驹辉
  1. democ

    0下载:
  2. 利用Socket类实现一次一句的聊天程序(客户端获得键盘的输入,向服务器的输出流,从服务器返回的输入流...)-use Socket achieve a type of a chat program (client access to the keyboard input, to the server output streams from the server to return to the input stream ...)
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:2.01kb
    • 提供者:廉季平
  1. listener.c

    0下载:
  2. 这是一个不错的用来建立一个传输控制协议服务端套接字的程序,希望大家喜欢!-This is a good used to establish a transmission control protocol server socket procedures, hope you like them!
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1.54kb
    • 提供者:付歌
  1. socketserver1000

    0下载:
  2. 套接字数据库服务器 有兴趣的看一看 数据服务器,socket编写 速度其快-socket database server are interested in a look at the data server socket prepare its fast pace
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:8.16kb
    • 提供者:avr001
  1. C++server

    0下载:
  2. VC++编写的服务器源码,可以用于socket通讯等,可以用作聊天程序
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:16.14kb
    • 提供者:jinglei
  1. TestWinSock

    0下载:
  2. simple webserver simulator to show how a web server takes request on a windows environment and reponds using socket programming.
  3. 所属分类:Web Server

    • 发布日期:2017-05-03
    • 文件大小:509.15kb
    • 提供者:Maqsood
  1. ceshi

    0下载:
  2. 简单web服务器socket编程支持 自动获取ip 可选择文件根目录,可选择端口号 为每个文件请求建立一个线程-Simple web server socket programming support can choose to automatically obtain ip document root directory, choose the port number for each document request to establish a thread
  3. 所属分类:Web Server

    • 发布日期:2017-05-15
    • 文件大小:3.79mb
    • 提供者:张建权
  1. WebServer

    0下载:
  2. 简单web服务器 socket编程 支持自动获取ip 可选择端口号 选择根目录-Simple web server socket programming support can choose to automatically obtain ip port number to choose the root directory
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:26.69kb
    • 提供者:孤独
  1. RemoteProcedureCall

    0下载:
  2. Remote Procedure call implementation in C in Fedora 7(Linux).Socket Programming has been used. Both Server and Client programs has been given
  3. 所属分类:Web Server

    • 发布日期:2017-04-02
    • 文件大小:1.3kb
    • 提供者:pagal
  1. programs

    0下载:
  2. web server threads and socket
  3. 所属分类:Web Server

    • 发布日期:2017-03-31
    • 文件大小:90.2kb
    • 提供者:lakshmikanth123
  1. sockServ

    0下载:
  2. TCP Socket Server example in Python
  3. 所属分类:Web Server

    • 发布日期:2017-04-04
    • 文件大小:784byte
    • 提供者:coolnai
  1. Server

    0下载:
  2. 用WinSock提供的多个的套接字API函数实现编程,基于TCP协议,实现即时通信-WinSock multiple socket API functions, programming based on the TCP protocol, instant messaging
  3. 所属分类:Web Server

    • 发布日期:2017-06-12
    • 文件大小:18.7mb
    • 提供者:李志强
  1. server-and-client

    0下载:
  2. 用socket实现了一个简单的服务端和客户端,作为一个socket变成的入门实例。-Socket achieve a simple server and client, as an entry into a socket instance.
  3. 所属分类:Web Server

    • 发布日期:2017-11-03
    • 文件大小:3.04mb
    • 提供者:Distra
  1. Socket-Programming-in-CSharp

    0下载:
  2. socket server and client using C#, visual studio 2012
  3. 所属分类:Web Server

    • 发布日期:2017-03-30
    • 文件大小:28.2kb
    • 提供者:alon
  1. client-server

    0下载:
  2. CLIENT SERVER COMMUNICATION OVER TCP WITH SOCKET PROGRAMMING
  3. 所属分类:Web Server

    • 发布日期:2017-04-13
    • 文件大小:2.22kb
    • 提供者:Rohit
  1. socket

    0下载:
  2. 实现基本的socket通信功能,分为服务器和客户端两部分,客户端启动时可以在系统参数处指定要连接的服务器地址。模拟UDP协议,完成最简单的数据包传递与回送。-Achieve basic socket communication functions, is divided into two parts, the server and client, you can specify the server address to connect to the system parameters at t
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:10.37kb
    • 提供者:刘昊岩
  1. PHP-socket

    0下载:
  2. PHP Sockets Server Communication
  3. 所属分类:Web服务器

    • 发布日期:2017-12-16
    • 文件大小:48kb
    • 提供者:BaDTimE
« 12 3 »
搜珍网 www.dssz.com