搜索资源列表
HTTP
- VC MFC网络编程的HTTP实现,包括HttpServer和HttpClient
VC++网络高级编程之七
- HTTPClient: 该程序完全是为了演示HTTP的客户编写的,因此运行时必须在本机有开HTTP服务才行。 HTTPSvr: 这是微软提供的HTTP服务器例程,使用时需要在建一个 C:\\webpages\\的目录。你把该目录下的webpages拷到C:就好了。 下面是原来的readme-HTTPClient : The procedure is to demonstrate the preparation of HTTP clients, and therefore must be run
五笔编码速查系统
- “五笔编码速查系统”执行说明: 1、 光盘目录vc6.0\chapter7\bin\WMVC.EXE为本系统的可执行文件。WORD.TXT和ZI.TXT是系统运行所必需的两个文件。 2、 光盘目录vc6.0\chapter7\SETUP.EXE是本系统的安装程序。 3、 光盘目录vc6.0\chapter7\src\WMVC\*.*为本系统的VC源程序。 “五笔编码速查系统”如何编译: 直接点击编译完成对整个项目的编译。 “五笔编码速查系统”如何部署: 1、 修改更新Web服务器地址和端口 配置
HttpClient
- s60第二版httpclient示例程序;-s60 second edition httpclient sample procedures
HTTPClient
- 一个使用HTTP协议通信的VC源码. 不错的学习资料.-1 VC using the HTTP protocol to communicate source. A good learning materials.
HTTPClient
- 采用vc实现http客户端功能,支持post和get两种方式,在该程序中对http协议进行了详细的描述,并通过socket的方式来实现http协议。-Using vc http client functionality, support post and get two ways, the HTTP protocol is described in detail in the program, and through the socket to http protocol.
HTTP
- 用VC实现http协议,构造httpserver和httpclient两端应用实例。(The realization of HTTP protocol by VC, httpserver and httpclient are examples of application structure.)