摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.Net;using System.IO;namespace OneHand{ class googleMap { //根据Url地址得到网页的html源码 public static string GetWebContent(string Url) { string strRe... 阅读全文
posted @ 2013-04-03 16:57 V.Wang 阅读(592) 评论(1) 推荐(0) 编辑
摘要: 首先要引用DotRas.dllusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;using DotRas;using System.Text.RegularExpressions;using System.Threading;using System.Timers;namespace Proxy{ class VpnProxy { // 系统路径 C:\windows\system32\ pr... 阅读全文
posted @ 2013-04-03 16:53 V.Wang 阅读(381) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Net;using System.Net.Sockets;using System.Collections;using System.Threading;namespace WebProxy{ public class Telnet { #region telnet的数据定义 /// <summary> /// 标志符,代表是一个TELNET 指令 ... 阅读全文
posted @ 2013-04-03 16:48 V.Wang 阅读(662) 评论(0) 推荐(0) 编辑