摘要:
//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... 阅读全文
摘要:
<%@ 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( 阅读全文
摘要:
# 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 ... 阅读全文
摘要:
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<... 阅读全文
摘要:
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... 阅读全文
摘要:
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) {... 阅读全文
摘要:
namespace Microshaoft{ using System; using System.Timers; public class EasyTimer { private Timer _timer; public void Start() { if (_timer != null) { _timer.Start(); } } private int _intervalSeconds; ... 阅读全文
摘要:
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... 阅读全文
摘要:
/* * 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: * 阅读全文
摘要:
/* * 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 阅读全文