摘要: <%@ WebHandler Language="C#" Debug="True" Class="Microshaoft.HttpProxyHandler" %>namespace Microshaoft{ using System; using System.IO; using System.Linq; using System.Net; using System.Web; public class HttpProxyHandler : IHttpHandler { public void ProcessRequest( 阅读全文
posted @ 2012-07-21 09:26 于斯人也 阅读(682) 评论(0) 推荐(0) 编辑
摘要: # define stopwatch//# define datetime//# define longnamespace Test{ using System; using System.Threading; using System.Threading.Tasks; using Microshaoft; class Program { static void Main() { GCNotifier.RegisterForFullGCNotification ... 阅读全文
posted @ 2012-07-21 09:16 于斯人也 阅读(220) 评论(0) 推荐(0) 编辑