摘要: EditPlus 已于 2009-08-08 升级到 v3.12(564)
http://files.cnblogs.com/Microshaoft/EditPlus.v3.12.b602.zip
注: 下载包中补充了 http://www.cnblogs.com/JustinYoung/archive/2008/05/08/ayi03-plus-editplus.html
阅读全文
http://files.cnblogs.com/Microshaoft/EditPlus.v3.12.b602.zip
注: 下载包中补充了 http://www.cnblogs.com/JustinYoung/archive/2008/05/08/ayi03-plus-editplus.html
阅读全文
posted @ 2006-10-30 23:22 Microshaoft 阅读(4984) 评论(40) 编辑
摘要: 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() { string r = string.Empty; string rootPath =...阅读全文
posted @ 2012-05-11 22:58 Microshaoft 阅读(13) 评论(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 Microshaoft 阅读(16) 评论(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 Microshaoft 阅读(10) 评论(0) 编辑
摘要: namespace Microshaoft.Web.ShareCache{ using System; using System.Linq; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.Utilitys; public static class DataManager { //[STAThread] static void Main(string[] arg...阅读全文
posted @ 2012-05-05 01:39 Microshaoft 阅读(18) 评论(0) 编辑
摘要: namespace ConsoleApplication{ using System; using System.Linq; using System.Collections.Generic; using System.Reflection; using Microshaoft; /// <summary> /// Class1 的摘要说明。 /// </summary> public class PerformanceCountersCategoryCreater { /// <summary> /// ...阅读全文
posted @ 2012-05-04 23:34 Microshaoft 阅读(8) 评论(0) 编辑
摘要: namespace Test{ using System; using System.Threading; using System.Threading.Tasks; using Microshaoft; class Program { static void Main() { var q = new ConcurrentAsyncQueue<int>(); q.AttachPerformanceCounters("new"); Random random = ne...阅读全文
posted @ 2012-04-29 06:48 Microshaoft 阅读(22) 评论(0) 编辑
摘要: namespace ConsoleApplication{ using System; using System.Diagnostics; using System.Reflection; using System.Threading; using System.Linq; using Microshaoft; using Test.Share; public class Class1 { //[STAThread] static void Main(string[] args) { ...阅读全文
posted @ 2012-04-20 21:25 Microshaoft 阅读(23) 评论(0) 编辑
摘要: namespace Microshaoft{ using System; using System.Linq; using System.Reflection; using System.Collections.Generic; using System.Collections.Concurrent; using System.Linq.Expressions; public static class ObjectsTypesBytesHelper { public static byte[] ObjectToBytes<T> ...阅读全文
posted @ 2012-04-17 01:37 Microshaoft 阅读(21) 评论(0) 编辑
摘要: namespace Microshaoft{ using System; using System.Linq; using System.Threading.Tasks; using System.Collections.Generic; using System.Collections.Concurrent; class Program { static void Main(string[] args) { var list = new List<Employee>() ...阅读全文
posted @ 2012-04-08 12:05 Microshaoft 阅读(24) 评论(0) 编辑
摘要: namespace Test{ using System; using System.IO; using System.Text; using System.Xml; using System.Xml.Serialization; using System.Runtime.Serialization; using System.Runtime.Serialization.Json; using System.Runtime.Serialization.Formatters.Soap; using Test.Share; using M...阅读全文
posted @ 2012-04-06 23:24 Microshaoft 阅读(21) 评论(0) 编辑

