Fork me on GitHub

12 2012 档案

摘要:private static readonly Regex REGEX_LINE_BREAKS = new Regex(@"\n\s*", RegexOptions.Compiled); private static readonly Regex REGEX_LINE_SPACE = new Reg 阅读全文
posted @ 2012-12-11 16:10 Nick.Chung 阅读(153) 评论(0) 推荐(0)
摘要:Ref:http://www.cnblogs.com/huangxincheng/category/355399.html Ref:http://www.cnblogs.com/fish-li/archive/2011/06/26/2090800.html 阅读全文
posted @ 2012-12-03 11:40 Nick.Chung 阅读(200) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2012-12-03 11:31 Nick.Chung 阅读(198) 评论(0) 推荐(0)
摘要:Name: crsky Code: 7879E-5BF58-7DR23-DAOB2-7DR30 Exchange Server 2010 Standard Edition XJG6B-4D4YV-4M338-Q42H6-39VT2 6WDDQ-K7D4F-GQGF4-2VYBJ-8K6MB Impo 阅读全文
posted @ 2012-12-03 11:09 Nick.Chung 阅读(311) 评论(0) 推荐(0)
摘要:using System;using System.Net;using System.Windows;using System.IO;public class HttpClient{ private WebRequest webRequest = null; public delegate void ResponseEventHandler(String responseResult); public event ResponseEventHandler onResponseEventHandler; public delegate void RequestEventH... 阅读全文
posted @ 2012-12-03 10:55 Nick.Chung 阅读(498) 评论(0) 推荐(0)