摘要:
<%@ 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
于斯人也
阅读(686)
评论(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
于斯人也
阅读(228)
评论(0)
推荐(0)