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

搜索资源列表

  1. 代理

    1下载:
  2. 这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”, 在运行该程序前首先需要把该目录拷贝到C盘的根目录下,当然你也可以在源代码中改变指定的位置。-This an example of a proxy server, which supports two agents, which have a virtual Web server, the root directory is "ProxyServer" run the
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:221511
    • 提供者:张洪川
  1. wsUpload-2.1.1.tar

    0下载:
  2. goahead公司的web服务器源代码中关于文件上传的补丁代码-goahead to the company web server source code on the file upload code patch
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:55128
    • 提供者:NO12345
  1. WebServerVB

    0下载:
  2. vb写的Web服务器。这个我也看不懂,上传上来给有兴趣得朋友。呵呵。-vb write Web server. This I do not understand, to be uploaded onto interested in a friend. Ha ha.
  3. 所属分类:Web服务器

    • 发布日期:2010-07-07
    • 文件大小:84433
    • 提供者:meiwei
  1. QQline

    0下载:
  2. 协议说明: 协议由报文头(T)+发送者(T)+接收者(T)+报文类型(T)+报文长度(L)+报文内容组成 发送者和接收者是系统内的程序种类,OICQ服务器0x01,传真服务器0x02,WEB服务器0x03,打 印服务器是0x04,聊天服务器是0x05,OICQ用户是0x0A。 OICQ用户到OICQ服务器的通讯协议引导符 (0x81+0x0A+0x01) -agreement : the agreement was the first text (T) sender
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:1906
    • 提供者:cl
  1. 4-ROSE-Web-Serv

    0下载:
  2. 用ROSE来开发基于WEB的服务器配置。不好找的哦-used to develop Web-based server configuration. Not easy to find the oh
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:16147
    • 提供者:wm1998a
  1. ARM7_WEB

    0下载:
  2. 开源的嵌入式WEB服务器,运行于RAM处理器,占用的系统资源极少-revenue embedded Web server running on the processor RAM and occupies very little system resources
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:260927
    • 提供者:lao
  1. WebSever

    0下载:
  2. web 服务器 界面友好 运行良好 可以设置根目录以及其他一些设置 可以传送图片灯-web server running good friendly interface can set the root directory and some other setting can be transmitted Photo lights
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:36501
    • 提供者:Liaozhen
  1. WebServer(vb)

    0下载:
  2. 用vb写的web服务器,功能经使用以后感觉还可以。-used to write web server function by the use of the future can feel.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:79031
    • 提供者:王金祥
  1. Dynamic_C_Web_

    0下载:
  2. 这是一个在在Dynamic C环境下实现的设备web服务器的建立,通过它可以通过web方式管理设备。注意main函数中导入网页的目录要跟你实际的目录一样。-This is a Dynamic C in the environment under the equipment of the establishment of the web server, Through its way through the web management equipment. Attention to the ma
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1072369
    • 提供者:田华
  1. web_server.tar

    0下载:
  2. 经典的嵌入式web服务器代码,现在很多的商业产品都是移植的这个-classic embedded web server code, many of the commercial products are the transplant
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:122066
    • 提供者:小铭
  1. sclients2.tar

    0下载:
  2. Web服务器客户端检测程序,压缩需要解压无密码-Web server client testing procedures need to decompress compressed without passwords
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11042
    • 提供者:比特
  1. exaples

    0下载:
  2. 一些数据库的实例。共12章。如第八章: 第8章数据库环境的建立 1. 用MISDBA用户登录MISDB数据库。 2. 在ISQL中,输入第8章提供的SQL语句;或者根据表8-1至表8-4在SQL Explorer中自行创建数据表。 3. 根据表8-5至表8-7设置初始数据,另外需要在PERSON数据表中设置一个具有培训管理系统管理权限的用户(ID=’PXC’,PASSWD=’PASSWORD’,AUTHORITY=’6’,STATE=’F’)和用于外派培训的用户(ID=’PXCO
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:2540594
    • 提供者:bansom
  1. boaWebServer

    0下载:
  2. Boa是一个非常小巧的Web服务器,可执行代码只有约60KB。它是一个单任务Web服务器,只能依次完成用户的请求,而不会fork出新的进程来处理并发连接请求。但Boa支持CGI,能够为CGI程序fork出一个进程来执行。Boa的设计目标是速度和安全,在其站点公布的性能测试中,Boa的性能要好于Apache服务器。-Boa is a very compact Web server executable code only about 60KB. It is a single task Web s
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:137937
    • 提供者:程小培
  1. HTTP_SERVER001

    0下载:
  2. 一个HTTP-WEB服务器VC++代码例子-an HTTP-Web server code examples in VC
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:45829
    • 提供者:皮皮
  1. php3tools

    0下载:
  2. PHP是最流行的Web脚本语言之一,它运行在Web服务器端,根据用户请求或服务器端的数据产生动态网页;它功能强大,和HTML脚本融合在一起,并内建访问数据库的能力;它能够作为Apache Web 服务器的模块执行,也使得其执行效率要高于普通的CGI程序。本书作者是一位经验丰富的程序员,在书中使用了大量的、有一定使用价值的例子来深入浅出地讲解PHP语言及Web编程需要了解的方方面面。尤其值得注意的是,书中使用了多个“中场”章节,以便在学习过一定知识之后,通过实际例子来对所学的知识进行巩固,这些章节
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:10254949
    • 提供者:郝华
  1. WEBSRV

    0下载:
  2. 一个十分好用的WEB服务器,采用Winsocket编写,小巧实用,贡献给大家。-a very user-friendly Web server, using Winsocket prepared, compact and practical, contribution to the house.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:114376
    • 提供者:吴永东
  1. AspWebServer

    0下载:
  2. 解析ASP的web服务器-analytic ASP web server
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:145155
    • 提供者:zhanglin
  1. httpdisk-3

    0下载:
  2. http虚拟盘源代码(Windows 2000/XP/2003),httpdisk使用HTTP从Web服务器映射成本地磁盘或光盘。示例:httpdisk /mount 0 http://www.acc.umu.se/~bosse/test.iso /cd f:...httpdisk /umount f:-http Virtual Disk source code (Windows 2000/XP/2003). httpdisk use HTTP Web server to the cost of
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:54132
    • 提供者:yn
  1. uIP_webserver

    0下载:
  2. EASYARM2200开发板上,一个微型嵌入式web服务器-源代码。基于uIP6.0协议栈。(ADS).内有具体说明。-EASYARM2200 development board, a micro-embedded web server-source code. Based on uIP6.0 protocol stack. (ADS). Within specified.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:207180
    • 提供者:wangwen
  1. WinShttpd-1.36

    0下载:
  2. shttp 1.36 一个开源的web服务器-shttp 1.36 a web server revenue
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:71494
    • 提供者:俊乐
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com