摘要:public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { Fiddler.FiddlerApplication.OnNo...
阅读全文
摘要:http://www.sufeinet.com/thread-3941-1-1.html http://www.sufeinet.com/forum.php?mod=collection&page=3
阅读全文
摘要://取当前webBrowser登录后的Cookie值 [DllImport("wininet.dll", CharSet = CharSet.Auto, SetLastError = true)] static extern bool InternetGetCookieEx(string pchURL, string pchCookieName, Strin...
阅读全文
摘要:http://www.cnblogs.com/TankXiao/archive/2012/02/06/2337728.html
阅读全文
摘要:我尝试了第一种直接上网了 一、Win7自带无线承载网络功能 1.查看网卡是否支持承载网络功能运行“命令提示符” 输入命令:netsh wlan show drivers图中红框“支持的承载网络:是”说明可以使用该功能 2.开启win7自带的承载网络功能在“命令提示符”中输入以下命令:netsh wl
阅读全文
摘要:private void BtnOpenUrl_Click(object sender, EventArgs e) { if (txtUrl.Text != "") { MywebBrowser.Url = new Uri(txtUrl.Text); } } ...
阅读全文
摘要://(?<=头部标记)[\\s\\S]*?(?=尾部标记) //|<script id=\"ad] string patten = "(?<=<div ad_dot_url)[\\s\\S]*?(?=<div id=\"sc|<script id=\"ad)"; html = Regex.Repla
阅读全文
摘要:string img="{"treeId":11498,"treeName":"冲绳","imgId":11424,"imgName":"冲绳"}"; string regex = @"(\d+)"; System.Text.RegularExpressions...
阅读全文
摘要:Multithreading Demystified http://www.codeproject.com/Articles/212377/Multithreading-Demystified
阅读全文