摘要: using System.Diagnostics;Stopwatch st = new Stopwatch();st.Start();using (EntityDAO edo = new EntityDAO()){ table = edo.GetTest();}st.Stop();//st的时间间隔Double d = st.ElapsedMilliseconds; 阅读全文
posted @ 2010-06-09 17:17 ssyang 阅读(185) 评论(0) 推荐(0)
摘要: 代码 阅读全文
posted @ 2010-06-09 17:03 ssyang 阅读(385) 评论(0) 推荐(0)