搜索资源列表
CHttpText
- VC.net 2003 用CInternetFile读取nba网站上的球员信息,并导出为excel文件。网速较慢的话,会有假死状态。-VC.net 2003 with CInternetFile read 2:15 player on the website information and documents exported to excel. Slow-speed network will be the state of the
FScan
- 使用MFC中CInternetSession, CInternetFile, CFtpConnection几个类来建立http和ftp连接,采用VC6开发。内有简单文档说明。
CHttpText
- VC.net 2003 用CInternetFile读取nba网站上的球员信息,并导出为excel文件。网速较慢的话,会有假死状态。-VC.net 2003 with CInternetFile read 2:15 player on the website information and documents exported to excel. Slow-speed network will be the state of the
FScan
- 使用MFC中CInternetSession, CInternetFile, CFtpConnection几个类来建立http和ftp连接,采用VC6开发。内有简单文档说明。-Use MFC in CInternetSession, CInternetFile, CFtpConnection several categories to build http and ftp connections, using VC6 developme
CinternetFile
- 使用CInterentSession 读取web页面的信息-CInterentSession read web pages using information
HttpGet
- 使用CInternetFile来下载网页,可以用来实现从网页获取数据的功能。-Use CInternetFile to the download page, can be used to obtain data from a web page functionality.
FTP--HTTP-multithreaded-HTTP
- 多线程下载的原理并不复杂,主要的两项技术就是多线程和断点下载。程序中开启多个线程,每个线程利用断点下载,分别下载文件的不同部分,下载完后合并,就可以了。多线程编程很多书已有介绍,这里不再重复,关于断点下载,MFC中提供的CInternetFile类可实现HTTP的断点下载,但无法实现FTP的断点下载。-Multi-threaded download principle is not complicated, the two main t