01 2016 档案
摘要:List<string> data=new List<string>(new string[] { "1","2","3" } ); List<decimal> temp = data.ConvertAll<decimal>(delegate(string x) { return Convert.T
阅读全文
摘要:List listcommand = new List();string sql = "update BMDMB set bmdmb_name=:bmdmb_name,parent_id=:parent_id where bmdmb_id=:bmdmb_id "; //stri...
阅读全文
摘要:public bool IsMobile() { Regex RegexMobile = new Regex(@"(iemobile|iphone|ipod|android|nokia|sonyericsson|blackberry|samsung|sec\-...
阅读全文