08 2012 档案

摘要:SELECT count(distinct imei) FROM [VPDB].[dbo].Stat_NochanelPage 阅读全文
posted @ 2012-08-28 16:58 顿金 阅读(244) 评论(0) 推荐(0)
摘要:DataTable idt = dt.Clone(); idt.Rows.Add(dt.Rows[i].ItemArray); 阅读全文
posted @ 2012-08-16 15:56 顿金 阅读(118) 评论(0) 推荐(0)
摘要:写法一:(泛型委托)Func albumFunC = new Func(GetCacheObject);//泛型委托 object result =albumFunC("参数值");写法二:(泛型委托+超时机制) Func albumFunC = new Func(GetCacheObject);/... 阅读全文
posted @ 2012-08-10 12:46 顿金 阅读(237) 评论(0) 推荐(0)