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

搜索资源列表

  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
    • 文件大小:10425
    • 提供者:雨岳
  1. webHttp

    1下载:
  2. 简单的web http服务器程序,实现了上传和下载的功能,当然用了多线程,不过功能很简单,我也是从书上找的,不过调试了我半天时间-simple http web server, achieving upload and download functions, of course with a multithreaded, but functional is very simple, I also find books, but I debug a long time
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:48437
    • 提供者:彭宇
  1. bao

    0下载:
  2. BOA是一个单任务的小型HTTP服务器,源代码开放、性能优秀,特别适合应用在嵌入式系统中。目前的uClinux的代码中已经包含BOA的源代码。在uClinux下实现BOA,只需要对BOA做一些配置和修改-BOA is a single-mandate of the small HTTP server, the open source community, outstanding performance, particularly for applications in embedded syst
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:162336
    • 提供者:刘二
  1. CShttpServer

    0下载:
  2. C#编写的简易HTTP服务器,能处理GET请求,并发送当前目录内指定的文件,默认文件为\"index.htm\",找不到文件则发送错误信息 采用多线程编写,能同时连接多个客户端.-C# summary prepared by the HTTP server can handle GET request, , and send the current directory specified in the document, the default document "index.htm&
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5517
    • 提供者:张杰
  1. HTTP代理服务器(czy)

    0下载:
  2. 本章实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-chapter achieve a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, inc
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:62930
    • 提供者:chen
  1. GetHTTP_zx

    0下载:
  2. 直接向HTTP服务器发送HTTP GET指令,来获取服务器上的文件-directly to the HTTP server HTTP GET order to access files on the server
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:14067
    • 提供者:zx
  1. ex34a

    0下载:
  2. 将一个HTTP服务器、一个WINSOCK HTTP客户和两个WININET HTTP客户组合在一起-to an HTTP server, an HTTP client and WINSOCK 2 WININET HTTP client portfolio together
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:63428
    • 提供者:阿甘
  1. httpprg

    1下载:
  2. 用VB开发的HTTP服务器与HTTP客户端事例程序!-VB-HTTP server and client examples HTTP procedures!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:9980
    • 提供者:wzx
  1. one_VC60_http_svr

    0下载:
  2. Vc6.0编的一个http服务器程序,以后的vc版本也可以编译成功-Vc6.0 a series of the http server, later vc version you can also build success
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:94111
    • 提供者:方琪
  1. netong

    0下载:
  2. 直接用socket实现HTTP协议  从HTTP服务器上下载一个文件有很多方法,“热心”的微软提供了 WinInet 类,用起来也很方便。当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能 。 -direct socket achieve HTTP protocol from the HTTP server to download a document, there are many ways, "enthusiastic" Mic
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:54846
    • 提供者:wudi
  1. netong1

    0下载:
  2.   从HTTP服务器上下载一个文件有很多方法,“热心”的微软提供了 WinInet 类,用起来也很方便。当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能 。-from the HTTP server to download a document, there are many ways, "enthusiastic" Microsoft provides a WinInet classes and it is also very co
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:37816
    • 提供者:wudi
  1. boa-0.94.14rc21.tar

    0下载:
  2. 用于移植到嵌入式linux系统的boa http服务器-for transplantation to Embedded Linux System boa http server
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:199950
    • 提供者:刘银水
  1. wqyHTTPSV

    0下载:
  2. 一个HTTP服务器端程序,能对大家有所帮助!-an HTTP server process, we can help!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:164461
    • 提供者:武青云
  1. MuthreadHTTPServer

    0下载:
  2. MuthreadHTTPServer 多线程HTTP服务器 服务器 -MuthreadHTTPServer HTTP server multi-threaded server server server
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:66012
    • 提供者:呵呵
  1. Scock5Client1

    0下载:
  2. Socks5Client 研究了一下SOCKS5代理协议,顺手用VC6写了个客户端演示程序。这个程序演示了如何使用winsock2穿过Scoks5代理取得HTTP服务器上的网页内容。SOCKS5代理协议详见RFC1928和RFC1929。写这个程序的目的是为写一个SOCKS5代理服务器准备(可以用来调试协议),正在开发中。-Socks5Client some research SOCKS5 agency agreements with VC6 simply wrote the client pr
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:87785
    • 提供者:杨红
  1. mt_server_src

    0下载:
  2. 一个短小精悍的Http服务器程序 具有一定参考价值-a small and Http server with a certain reference value
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:10673
    • 提供者:testxyz
  1. ce_http

    0下载:
  2. windows mobile上与http服务器通信,可下载网页、文件-windows mobile with http server communications, download website, documents
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:1112
    • 提供者:李利平
  1. ZXHttpServer

    0下载:
  2. HTTP服务器,小巧绿色,界面简洁友好,支持断点传续,列目录等-HTTP server, the compact green, simple and friendly interface, support the tradition breakpoint are catalog
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:16480
    • 提供者:zx
  1. Net_apps

    0下载:
  2. 站长,你好,可否给我开放,我提供的是基于uCOSII代码,包含有Http服务器,SMTP,DDNS,FTP网络方面的代码,我很需要一些MP3,MPEG4的算法原理资料-head Hello, Can you give me open, and I provide is based on uCOSII code Http includes server, SMTP, DDNS, FTP network code, I need some MP3, MPEG4 algorithms for data
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:250943
    • 提供者:周俊颖
  1. MyHttpClient

    0下载:
  2. 这是对HTTP协议的请求服务的简单实现,能够向HTTP服务器发出HTTP请求并接收服务器返回的内容。-This is the HTTP protocol at the request of the simple realization, HTTP server can be sent to the HTTP server and receives requests for the return of the content.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:477540
    • 提供者:李玺
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com