搜索资源列表
ex 1
- 我们的关于socket编程的一次作业, 遵循HTTP/1.0, 实现了PUT和GET方法, 希望对大家有点用!-on a socket programming operations, followed HTTP/1.0, achieving GET and PUT methods, we hope to use a bit!
20040801094647_http
- 直接用socket实现HTTP协议(下载专用) 作者:北方工业大学2000级计算机4班 querw 从HTTP服务器上下载一个文件有很多方法,\"热心\"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.- Straight takes over the use of socket to realize the HTTP agreement (special-purpose downloading
一个用socket来实现HTTP下载的程序源码
- 本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响应用户输入. 程序运行界面如上图,显示了请求头,回应头以及下载进度.-fringe source code is also included use of a functional CHttpSocket download the example works. Attention, all calls are blocked, it
tieba
- 百度贴吧发贴器,直接利用套接字根据HTTP协议进行发帖。主要是对HTTP协议的使用,适合想做浏览器的人参考-Baidu posted it sent for direct use socket under the HTTP protocol for posting. The main thing is to use the HTTP protocol, wants to fit the browser reference
myMSN
- 用VC++以及SOCKET编成的MSN模拟器,支持直接连到网络,也支持HTTP代理上网,是好东东啊!-SOCKET VC and MSN into the simulator to support a direct link to the network. HTTP Proxy also supports the Internet is a good Advantage!
使用java控制HTTP协议客户端应用
- Http客户端程序已集成在Java语言中,可以通过URLConnection类调用。遗憾的是,由于SUN没有公布Http客户程序的源码,它实现的细节仍是一个谜。本文根据HTTP协议规范,用Java.net.Socket类实现一个HTTP协议客户端程序。 -Http client program has been integrated into the Java language, URLConnection can call category. Unfortunately, because S
netong
- 直接用socket实现HTTP协议 从HTTP服务器上下载一个文件有很多方法,“热心”的微软提供了 WinInet 类,用起来也很方便。当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能 。 -direct socket achieve HTTP protocol from the HTTP server to download a document, there are many ways, "enthusiastic" Mic
http_server
- 一个HTTP服务端的简单模拟VC SOCKET 2。0-an HTTP server simple simulation VC SOCKET 2. 0
用socket实现http协议
- 用socket实现http协议,vc6.0编程实现-using socket achieve http agreement vc6.0 Programming
internet
- 1从ie向列表控件中拖曳连接地址 2建立internet快捷 3创建拨号连接对象 4邮件客户端程序 5简单聊天程序 6ftp下载 7 socket传输 8 http服务监视器-ie from a list of controls to drag link which addresses the establishment of two fast internet dial-up connections create 3 Object four-mail client
dllHwSocket
- ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.c
WebServer_src
- vc++ http web server 使用socket实现
HttpProxy1.0
- System.Net 和System.Net.Socket 命名空间下实现Http的代理, 采用异步代理, 高手勿见笑.
src
- 实现内容过滤,也是用socket发送http的绝好例子。数据通过AES和RC4加密,所以也是加密算法的很好例子。
socket
- 此题目为实现一个采用TCP协议实现多线程的web server.即使用操作系统提供的多线程库实现多线程并发服务器具体要求为,在浏览器中输入 http://127.0.0.1:6789/index.html 可正确显示纯html文件index.html
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件.传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint modes of socket, multi-threaded,
非常成熟的 HTTP 文件上传类,方便简单
- 非常成熟的C++类,实用方便简单 本类一个类独立传输一个块或文件 经过大量的使用, YHttpUpLoad tt; tt.upload(pLocalFileName, TCHAR* pAspURL,TCHAR* subdata,TCHAR* backTxt=NULL,int backS=0);
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息,Multi-threaded socket file transfer/support HTTP/send and receive information/point-to-multipoint mode of using blocking socket, the use o
HttpDonwload
- CHttpDownload类支持http下载文件,用socket实现, 简单的非阻塞超时机制 CBase64类实现Base64编码解码,可用于解决http协议的授权验证问题
java网络编程http socket
- java网络编程http socket,实例练习,对应语言程序设计系列书中的例子