随笔分类 -  C#

摘要:在.NET中,使用StopWatch类(中文为秒表,非常形象)可以很方便的统计执行时间,示例如下:using System;using System.Diagnostics;using System.Threading;class Program{ staticvoid Main(string... 阅读全文
posted @ 2014-08-26 10:28 IronXman 阅读(455) 评论(0) 推荐(0)