摘要:Foo((object)new object[]{ (object)"1", (object)"2" }));string[] strings = new string[] { "Test1", "Test2", "Test3" }; var myList = new List<KeyValuePa
阅读全文
10 2016 档案
摘要:CacheClient.AddOrUpdate("COUNTER", 0, v => Convert.ToInt32(v) + 1);
阅读全文
摘要:public static bool IsMobile() { Regex RegexMobile = new Regex(@"(iemobile|iphone|ipod|android|nokia|sonyericsson|blackberry|samsung|sec\-|windows ce|m
阅读全文