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

搜索资源列表

  1. mhttpd-2.0.1.tar

    0下载:
  2. 一个非常example的minimal http服务器,用非常纯粹的c++完成,可以作为学习c++和socket编程的最佳例子!-example of a very minimal http server, with very pure c completed, could serve as learning c socket programming and the best example!
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:35.66kb
    • 提供者:陶河
  1. mfc_based_http_server

    0下载:
  2. 一个基于MFC的HTTP服务器程序,代码写得还可以。-MFC-based HTTP server program, the code can be written.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:62.48kb
    • 提供者:陆君
  1. desktoptwitter

    0下载:
  2. This project will teach you how to implement http post using Indy Components. Here I used twitter as a server.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:218.49kb
    • 提供者:Lester
  1. 2

    0下载:
  2. The proxy project is an implementation of an HTTP, FTP and SOCKS proxy server and PortMap server.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:261.08kb
    • 提供者:tiamo
  1. HttpProxy_shawn

    0下载:
  2. 封装的dll,实现了http模式 的代理服务器。内部有对 oracle的 数据库访问功能,用ADO 技术实现。还有连接控制管理功能。这个程序本身是我们做的一个对通讯软件的代理软件的一个子功能。实现的是http代理。-Package dll, achieved a http proxy server mode. Internal to the oracle database access functions, using ADO technology. There are connection c
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:48.53kb
    • 提供者:肖恩侠
  1. FxStocker

    0下载:
  2. 在新浪的服务器的基础上开发的可以查询当前股票指数的Dll动态库,其中生成的动态库已经包含在其中了,里面使用了ACE的一些功能,封装了HTTP POST和GET的方法,采用POST到新浪服务器,获得股票指数,再解析的方式,如果你不能编译,请先添加ACE的库再进行编译, 也可以直接通过loadlibrary和GetProcAddress的方式调用,接口参考工程院文件-In Sina' s server that can be developed on the basis of the Dll
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:255.49kb
    • 提供者:David Lee
  1. high-performance-server_demo

    0下载:
  2. a http server program demo basis on c++.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:619.79kb
    • 提供者:songaccount
  1. project-http

    0下载:
  2. web服务器的设计与开发(含有报告) 课程设计 网络通讯-web server design and development (with report) course design network communications
  3. 所属分类:Communication

    • 发布日期:2017-05-28
    • 文件大小:10.16mb
    • 提供者:微尘孤影
  1. httpservr

    0下载:
  2. This source code describes how to establish a http server through MFC(visual c++).
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:345.91kb
    • 提供者:Mr. Draft
  1. TestHttpPost

    0下载:
  2. 模拟HTTP POST/GET请求的工具,方便测试服务器网络接口-Simulate HTTP POST/GET request tool to facilitate the testing server network interface
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:17.81kb
    • 提供者:Ray
  1. HTTP

    0下载:
  2. 这是一个HTTP服务器的源代码,采用了异步方式,从网上下载的测试了一下没问题,使用vc6 编写-This is a HTTP server source code, using the asynchronous mode, downloaded from the Internet test it no problem, use vc6 prepared
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:35.74kb
    • 提供者:232323
  1. miniweb-win32-20120229

    0下载:
  2. miniweb源码,一个小型的http服务器-miniweb resource,one cute http server
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:56.64kb
    • 提供者:wuqian
  1. FTP--CS

    0下载:
  2. 自己写的非标准的ftp协议的客户端和服务端,可以实现断点续传-Client and server to write their own non-standard ftp protocol, HTTP can be achieved
  3. 所属分类:Communication

    • 发布日期:2017-05-25
    • 文件大小:8.2mb
    • 提供者:刘嘟嘟
  1. HTTP--communication-on-Web-Server

    0下载:
  2. This is a simple c++ code and data about HTTP communication on Web server.
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:68kb
    • 提供者:IceAgeGirl1221
  1. tcpIP4

    0下载:
  2. 一个简单的web服务器,它仅能处理一个请求. Web服务器: (1)当一个客户(浏览器)连接时创建一个连接套接字; (2)从连接套接字接收http请求。 (3)解释该请求以确定所请求的文件; (4)从服务器的文件系统获得请求的文件。 (5)创建一个由请求的文件组成的http响应报文。报文前面有首部行。 (6)经TCP连接想请求的浏览器发送响应。如果浏览器请求的文件不在服务器,服务器返回“404 Not Found”差错报文。 Web客户端:采用浏览器实现。输入UR
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1.39mb
    • 提供者:王伟
搜珍网 www.dssz.com