摘要: 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 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2010-06-09 17:03 ssyang 阅读(380) 评论(0) 推荐(0) 编辑