
C#/.NET
Yuzhiyuxia
这个作者很懒,什么都没留下…
展开
-
HttpWebRequest详解
源地址:http://www.cnblogs.com/tuyile006/archive/2008/11/14/1333632.html Determining Whether the Device Is Connected Most network applications need to know whether the device is currently connected转载 2013-04-27 23:25:57 · 2969 阅读 · 0 评论 -
c# 使用 HttpWebRequest模拟登陆(附带验证码)
在C#中,可以使用HttpWebRequest进行相关的模拟登陆,登陆后进行相关的操作,比如抓取数据,页面分析,制作相关登陆助手等等。 先说下流程 1.使用httpwebrequest先进入你要登录的网站,获取cookie 2.使用第一步获取的cookie到验证码的网页将验证码下载下来。 3.使用Post数据 发送至网站。如果有cookie则继续保存。 4.使用第三步的cookie登陆相转载 2013-04-27 23:22:12 · 895 阅读 · 0 评论 -
VS2005中使用webBrowser控件实现自动登录Gmail邮件的实例
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplicati转载 2013-04-29 14:00:31 · 1031 阅读 · 0 评论