webio.zip
文件大小: 119k
下载次数:2
源码类别:

网络编程

开发平台:

Visual C++ (VC++)

源码售价: 5 个金币 积分规则     积分充值
资源说明:Features: -------- - BSD-style open source license - Supports native FS or "compiled in" embedded files - SSIs can be nested (SSI called within SSI) - SSI content can be generated by C routines. - Fast path for binary files (images, PDFs) - Form handling done by C routines or external scripts - portable - compiles & runs on Linux and Windows (1 ifdef in one file) - Use as library in larger application or standalone server - FSbuilder utility to build web page files into code image - Server-side push supported - File uploads supported - Basic authentication - persistent connections - cache control - Modular file managment allows support for PHP, Ruby, etc.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
    
  • Share_win.rar实现本地文件或文件夹局域网共享(share on local )
  • sample_httpd.rar一个很简单的HTTP服务器的源代码,仅供大家参看学习
  • klhttpd.rar一个建立HTTP服务器的源代码,比较基础,c语言写的
  • DHCP_Protocol.rarDHCP相关的RFC协议打包下载,是研究DHCP协议绝好教材。
  • Ping.rar用C语言实现的ping 功能,经典实现,在VC下调试通过
  • IPdump.rar基于jpcap对IP协议进行了解析,该程序在jbuilder9.0的运行环境下编写 ...
  • ARPdump.rar基于jpcap对arp协议进行了解析,该程序在jbuilder9.0的运行环境下编写 ...
  • ICMPdump.rar利用jpcap实现对icmp协议的解析,利用了jbuilder9.0运行环境。
  • server.rarTCP/IP网络通信 服务端部分 用于网络连接
  • Chat.rar用C++MFC编写的一个类似于飞鸽的局域网聊天软件,但是功能没有飞鸽那么强,只实现了局 ...