搜索资源列表
ylm6_urlfile
- 使用HTTP协议将文件下载到Windows的下载文件临时目录的程序源代码。-use HTTP protocol can be downloaded to the Windows temporary directory download the source code.
翻译机
- 一个类似于网页小偷的软件,作用是汉译英,我主要是为了解决我们英语老师布置作文而编写的,呵呵。程序并没有采用传统的XMLHTTP控件或者Inet控件获取HTTP资源,而是采用更底层的winsock控件模拟HTTP协议。原因是网站采用了重重验证,普通控件派不上用场。-a website similar to the software thieves, the British role in Translation is, I is mainly to solve the layout of our
20040801094647_http
- 直接用socket实现HTTP协议(下载专用) 作者:北方工业大学2000级计算机4班 querw 从HTTP服务器上下载一个文件有很多方法,\"热心\"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.- Straight takes over the use of socket to realize the HTTP agreement (special-purpose downloading
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
VC中ftp协议实现多线程断点续传
- 用BCB实现ftp协议实现多线程断点续传,是当前下载工具的热点技术,值得研究。-with BCB achieve ftp protocol multithreading HTTP is the current download tools hot technologies, worth studying.
使用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
downloadManager
- 一个下载程序,基于 java Swing 和HTTP协议。本版本还不支持FTP下载,有望在以后加入。-a download, based on java Swing and HTTP protocol. This version does not support FTP downloads, expected in the future.
netong
- 直接用socket实现HTTP协议 从HTTP服务器上下载一个文件有很多方法,“热心”的微软提供了 WinInet 类,用起来也很方便。当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能 。 -direct socket achieve HTTP protocol from the HTTP server to download a document, there are many ways, "enthusiastic" Mic
MyNetAnts
- 用来通过HTTP协议下载的程序,支持断点续传和多线程下载。 注意,该程序一次只能下载一个任务,其中的列表虽然可以列入很多内容,但没有实现功能。-HTTP protocol to download through the procedures, support HTTP download and multithreading. Note that this procedure can only be downloaded once a mandate, which could be inclu
用socket实现http协议
- 用socket实现http协议,vc6.0编程实现-using socket achieve http agreement vc6.0 Programming
cshttpmultithread
- 用C#语言实现http协议下的多线程文件传输 -C# Language http protocol under the multi-threaded file transfer
GetHttpFile1
- 采用http协议,获取远程服务器上的文件。很不错哦。-using http protocol, remote access to files on the server. Oh, very good.
OSSLTunnel
- SSL 加密原代码 有了这个就可以对http协议get /post头进行加密-SSL encryption source code With this we can get an agreement on http / post first encryption
VCfiledown
- VC利用http协议进行多线程下载的程序-VC http protocol for the use of multi-threaded download procedures
Ants
- Download: === === 用来通过HTTP协议下载的程序,支持断点续传和多线程下载。 注意,该程序一次只能下载一个任务,其中的列表虽然可以列入很多内容,但没有实现功能。-Download : === === === === for download through HTTP protocol procedures HTTP supports multithreading and download. Noted that the procedure can only be
使用HTTP协议将文件下载
- 方便的使用HTTP协议将文件下载到Window,并且使速度加快.
使用HTTP协议将文件下载到Window
- 这是一个简单的小程序!可以实现用http协议将Web上的文件下载到本机的Windows文件夹!-This is a simple little procedure! Http can be used to achieve agreement on the Web to download the document for the Windows folder!
http 协议C语言源代码
- http 协议C语言源代码
httpsniffer
- HTTP协议抓包源码
HttpDonwload
- CHttpDownload类支持http下载文件,用socket实现, 简单的非阻塞超时机制 CBase64类实现Base64编码解码,可用于解决http协议的授权验证问题