摘要: 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 br 阅读全文
posted @ 2006-10-30 23:22 于斯人也 阅读(6254) 评论(41) 推荐(0) 编辑
摘要: <!-- 代码引用灰表格 --> <!-- begin code --> namespace Test { using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using Sy 阅读全文
posted @ 2016-12-10 20:06 于斯人也 阅读(695) 评论(0) 推荐(0) 编辑
摘要: <!-- 代码引用灰表格 --> <!-- begin code --> /* * DynamicJson * ver 1.2.0.0 (May. 21th, 2010) * * created and maintained by neuecc <ils@neue.cc> * licensed un 阅读全文
posted @ 2016-12-10 19:57 于斯人也 阅读(364) 评论(0) 推荐(0) 编辑
摘要: // EventSourceProvider_EventsProducer.cs/*/r:"D:\Microshaoft.Nuget.Packages\Microsoft.Diagnostics.Tracing.EventSource.Redist.1.1.28\lib\net46\Microsof... 阅读全文
posted @ 2015-12-22 00:26 于斯人也 阅读(652) 评论(0) 推荐(0) 编辑
摘要: /*# Microshaoft/r:System.Xaml.dll/r:System.Activities.dll/r:System.Activities.DurableInstancing.dll/r:System.Runtime.DurableInstancing.dll/r:"D:\Micro... 阅读全文
posted @ 2015-12-21 20:46 于斯人也 阅读(572) 评论(0) 推荐(0) 编辑
摘要: #define NET45namespace Test{ using System; using System.Threading; using System.Threading.Tasks; using Microshaoft; class Program { ... 阅读全文
posted @ 2014-09-07 23:36 于斯人也 阅读(519) 评论(0) 推荐(0) 编辑
摘要: // Copyright (c) Microsoft Corporation. All rights reserved.namespace Microshaoft{ using System; using System.Collections.Generic; using Sys... 阅读全文
posted @ 2014-09-04 10:54 于斯人也 阅读(704) 评论(0) 推荐(0) 编辑
摘要: namespace TestConsoleApplication{ using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Microshaoft; using Microshaoft.Share; class Program { static void Main(string[] args) { int iterations = 10000; ... 阅读全文
posted @ 2014-03-23 03:34 于斯人也 阅读(1218) 评论(0) 推荐(0) 编辑
摘要: namespace Test{ using Microshaoft; using System; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; class Program { static BufferManager _bufferManager; static SocketAsyncEventArgsPool _socketA... 阅读全文
posted @ 2014-03-14 16:37 于斯人也 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: namespace Test{ using Microshaoft; using Test.Models; using Newtonsoft.Json; using System; using System.Web.Script.Serialization; class Program { static void Main(string[] args) { Console.WriteLine(Environment.Version.ToString()); string json ... 阅读全文
posted @ 2014-03-08 17:08 于斯人也 阅读(2741) 评论(0) 推荐(0) 编辑
摘要: namespace Test{ using Microshaoft; using System; using System.Xml; using System.Xml.Linq; class Program { public static void Main() { var errors = 0; var xsd =@" ... 阅读全文
posted @ 2014-02-22 18:52 于斯人也 阅读(735) 评论(0) 推荐(0) 编辑