摘要:
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 阅读全文
摘要:
<!-- 代码引用灰表格 --> <!-- begin code --> namespace Test { using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using Sy 阅读全文
摘要:
<!-- 代码引用灰表格 --> <!-- begin code --> /* * DynamicJson * ver 1.2.0.0 (May. 21th, 2010) * * created and maintained by neuecc <ils@neue.cc> * licensed un 阅读全文
摘要:
// EventSourceProvider_EventsProducer.cs/*/r:"D:\Microshaoft.Nuget.Packages\Microsoft.Diagnostics.Tracing.EventSource.Redist.1.1.28\lib\net46\Microsof... 阅读全文
摘要:
/*# Microshaoft/r:System.Xaml.dll/r:System.Activities.dll/r:System.Activities.DurableInstancing.dll/r:System.Runtime.DurableInstancing.dll/r:"D:\Micro... 阅读全文
摘要:
#define NET45namespace Test{ using System; using System.Threading; using System.Threading.Tasks; using Microshaoft; class Program { ... 阅读全文
摘要:
// Copyright (c) Microsoft Corporation. All rights reserved.namespace Microshaoft{ using System; using System.Collections.Generic; using Sys... 阅读全文
摘要:
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; ... 阅读全文
摘要:
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... 阅读全文
摘要:
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 ... 阅读全文
摘要:
namespace Test{ using Microshaoft; using System; using System.Xml; using System.Xml.Linq; class Program { public static void Main() { var errors = 0; var xsd =@" ... 阅读全文