摘要: using System; namespace Chinese中文排序Sort { internal class Program { /// /// 取子字符串 /// /// 原字符串 /// 取子串的起始位置 /// 取子串的长度 /// 子字符串 ... 阅读全文
posted @ 2016-04-26 17:36 CharyGao 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 并行循环不适合排序!! 阅读全文
posted @ 2016-04-26 17:34 CharyGao 阅读(311) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace ConsoleTest { class Program { static void Main(strin... 阅读全文
posted @ 2016-04-26 17:32 CharyGao 阅读(663) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace ConsoleTest { class Program { class Test { ... 阅读全文
posted @ 2016-04-26 17:29 CharyGao 阅读(469) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; class test { public void Method()//1 { Console.WriteLine("1:__" + "Metho... 阅读全文
posted @ 2016-04-26 17:26 CharyGao 阅读(2795) 评论(0) 推荐(0) 编辑
摘要: 1.下载Log4Net: http://logging.apache.org/log4net/download_log4net.cgi 2.新建一个WinForm程序,取名Log4NetDemo 3.选择对应的dll文件,并解压log4net.dll,比如我的目标框架是4.5.2,所以需要dll文件 阅读全文
posted @ 2016-04-26 13:54 CharyGao 阅读(889) 评论(0) 推荐(0) 编辑