搜索资源列表
HttpWebRequest
- 使用httpwebrequest轻松实现站外提交(可用于自动登陆,自动网上投票等)
HttpWebRequest
- WEB中客户端自动从服务器端读取版本信息,并根据信息进行客户端的升级过程-web clice services update file
Weather
- 用HttpWebRequest对象及时读取所需要网站上的天气预报数据 -HttpWebRequest object with the required time to read the weather forecast data on the website
2009_4_CookieManager
- CookieManager 提供 CookieHandler 的具体实现,它将 cookie 的存储区与围绕接受和拒绝 cookie 的策略分离开来。使用管理存储的 CookieStore 以及做出 cookie 接受/拒绝决策的 CookiePolicy 对象来初始化 CookieManager。 -/********************************************************************************//** A typical
PACHONG
- 网络爬虫程序源码 这是一款用 C# 编写的网络爬虫 主要特性有: 可配置:线程数、线程等待时间,连接超时时间,可爬取文件类型和优先级、下载目录等。 状态栏显示统计信息:排入队列URL数,已下载文件数,已下载总字节数,CPU使用率和可用内存等。 有偏好的爬虫:可针对爬取的资源类型设置不同的优先级。 健壮性:十几项URL正规化策略以排除冗余下载、爬虫陷阱避免策略的使用等、多种策略以解析相对路径等。 较好的性能:基于正则表达式的页面解析、适度加锁、维持HTTP连接等
HttpWebRequest
- 利用HttpWebrequest 实现Http 通信 然后达到QQ批量注册的效果-Http communication achieved by HttpWebrequest bulk up and achieve the effect of QQ
poster
- 使用post取得网站数据,采用httpwebrequest类库,C#.net开发-Site data obtained using the post, using httpwebrequest library, C#. Net Development
Mop
- 用httpwebrequest来实现mop和手机mop自动打卡的软件,能获取验证码-Achieved by httpwebrequest mop mop automatic punch card and mobile phone software can get verification code
multiThread
- 实现用多线程下载网络资源,并对下载的文件进行合并。使用HttpWebRequest/WebResponse作为主要方法。-Implementation of network resources using multi-threaded downloads, and download the file to merge. Using the HttpWebRequest/WebResponse as the main method.
httpHelper
- c#中对httpWebRequest的封装 简化web操作有用-c# in the package of httpWebRequest it is usefull for web programming
vb.netdownloadhtml-httpwebrequest
- 使用vs2008 vb.net编写的下载网页的代码,使用httpwebrequest方法,完全可用-Vs2008 vb.net to write the code of the download page, use the HttpWebRequest method, fully available
HTTPResponse
- 使用HttpWebRequest HttpWebResponse 類別之屬性 回應的字元編碼格式return 回應的壓縮及編碼格式 回應所使用的通訊協定方法 HTTP content-HTTP response
wangyeyouxi
- c#写的程序 使用HTTPwebrequest对网页进行请求的脱机程序 中华小当家脱机辅助外挂-小当家助手V1.30源代码 包括登录程序和各种自动分析操作 使用了 dotnetbar控件 所以如果你没有安装 dotnetbar控件的话需要自己重新引用 DevComponents.DotNetBar2.dll 或者安装 DotNetBar2也可以,不然程序设计界面应该是会出错的 VS2005写的程序 -c# write the progr
SRHttpWebRequest
- httpwebrequest的一个简单封装-the httpwebrequest an simple package
115code
- ,10年用VS2010编写的115自由解析器,是115网盘多帐号自动登录,自动刷分,批量提取,批量下载的软件源码,运用了多线程,httpwebrequest等知识,注释丰富,就是程序有些臃肿,布局不好。现在已经用不了了,而且115网盘越做越差,就把源码贴出来,供大家参考。这里贴出的是我最后的版本。-VS2010 write 115 free parser 10 years, 115 network disk multi-account automatically login automatica
http
- C#写的用httpwebrequest下载一张图片的代码-How to Use HttpWebRequest Class to download a file
VB.NET--httpwebrequest
- VB.NET httpwebrequest 例子 适合入门-VB.NET httpwebrequest
HttpWebRequest
- HttpWebRequest模拟上传文件封装代码-HttpWebRequest upload download
HttpHelper
- C#网络请求框架,封装自HttpWebRequest,可以自由设置各种参数,如post/get,Cookie、证书等(C# network request framework, packaged from HttpWebRequest, you can freely set a variety of parameters, such as post/get, Cookie, certificates and so on)
HttpWebRequest
- 兼容c# HttpWebRequest类及相关数据结构的c++多线程下载封装类,底层使用curl实现。可以用于unity多线程下载,解决unity某些版本多线程不稳定的问题。(This dll exports a multithread downloading class which is compatible with c# HttpWebRequest class and its related data structures. It uses curl for network implem