摘要: string[] things= new string[] { "105", "101", "102", "103", "90","a","B" ,"A","b"}; foreach (var thing in things.OrderBy(x => x)) { Console.WriteLine( 阅读全文
posted @ 2018-07-15 20:08 94cool 阅读(4341) 评论(0) 推荐(0)
摘要: xml 格式的config文件如下: <?xml version="1.0" encoding="utf-8"?> <configuration> <appSettings> <add key="port" value="8046" /> <add key="serverUrl" value="ht 阅读全文
posted @ 2018-07-15 10:43 94cool 阅读(2016) 评论(0) 推荐(0)