上一页 1 2 3 4 5 6 7 8 9 ··· 27 下一页
摘要: //Client.csnamespace Client{ using System; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using Microshaoft; class Class1 { static void Main(string[] args) { var ipa = IPAddress.Parse("127.0.0.1"); va... 阅读全文
posted @ 2012-08-08 22:26 于斯人也 阅读(427) 评论(0) 推荐(0) 编辑
摘要: <%@ 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) 编辑
摘要: namespace Microshaoft{ using System; using System.Linq; using System.Threading.Tasks; using System.Threading; using System.Collections.Generic; using System.Collections.Concurrent; class Program { static void Main(string[] args) { var list = new List<... 阅读全文
posted @ 2012-06-29 19:59 于斯人也 阅读(286) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication{ using System; public class Class { static void Main(string[] args) { Console.WriteLine("Hello World"); Console.WriteLine(Environment.Version.ToString()); } }}namespace Microshaoft{ using System; using System.R... 阅读全文
posted @ 2012-06-28 23:59 于斯人也 阅读(1005) 评论(0) 推荐(0) 编辑
摘要: namespace Microshaoft{ using System; using System.Threading.Tasks; using System.Web; public class HttpTaskAsyncHandler : IHttpAsyncHandler { public bool IsReusable { get { return false; } } public void ProcessRequest(HttpContext context) {... 阅读全文
posted @ 2012-06-21 00:50 于斯人也 阅读(1030) 评论(0) 推荐(0) 编辑
摘要: namespace Microshaoft{ using System; using System.Timers; public class EasyTimer { private Timer _timer; public void Start() { if (_timer != null) { _timer.Start(); } } private int _intervalSeconds; ... 阅读全文
posted @ 2012-06-16 23:05 于斯人也 阅读(499) 评论(0) 推荐(0) 编辑
摘要: namespace Microshaoft{ using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.IO; class Program { static void Main() { var noww = DateTime.Now; var xxx = DateTim... 阅读全文
posted @ 2012-05-11 22:58 于斯人也 阅读(268) 评论(0) 推荐(0) 编辑
摘要: /* * Source Code File Name: * Microshaoft.beautify.JScript.NET.js * Microshaoft invent for EditPlus user tool by using Microsoft JScript.NET"); * Thanks for "http://jsbeautifier.org/" supply \"https://github.com/einars/js-beautify\""); * JavaScript Source References: * 阅读全文
posted @ 2012-05-05 21:58 于斯人也 阅读(821) 评论(0) 推荐(0) 编辑
摘要: /* * Source Code File Name: * Microshaoft.beautify.CScript.js * Microshaoft invent for EditPlus user tool by using WScript"); * Thanks for "http://jsbeautifier.org/" supply \"https://github.com/einars/js-beautify\""); * JavaScript Source References: * https://github.com 阅读全文
posted @ 2012-05-05 21:46 于斯人也 阅读(1549) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 27 下一页