摘要: System.Diagnostics.Stopwatch sw = new System.Diagnostics.Stopwatch(); sw.Start(); postDept = GetNodeDept(post.DepartmentID); sw.Stop(); TimeSpan ts = 阅读全文
posted @ 2017-08-17 10:02 AAABONE 阅读(864) 评论(0) 推荐(0) 编辑