摘要:
using System; namespace Chinese中文排序Sort { internal class Program { /// /// 取子字符串 /// /// 原字符串 /// 取子串的起始位置 /// 取子串的长度 /// 子字符串 ... 阅读全文
摘要:
并行循环不适合排序!! 阅读全文
摘要:
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace ConsoleTest { class Program { static void Main(strin... 阅读全文
摘要:
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace ConsoleTest { class Program { class Test { ... 阅读全文
摘要:
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... 阅读全文
摘要:
1.下载Log4Net: http://logging.apache.org/log4net/download_log4net.cgi 2.新建一个WinForm程序,取名Log4NetDemo 3.选择对应的dll文件,并解压log4net.dll,比如我的目标框架是4.5.2,所以需要dll文件 阅读全文