上一页 1 ··· 4 5 6 7 8
  2011年10月1日
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading; //需要用到线程namespace timer016{ class Program { static void Main(string[] args) { StopWatch sw = new StopWatch(); sw.Start(); } } class StopWatch { private int Interval = 1000; //时间间隔,单位毫秒 private i 阅读全文
posted @ 2011-10-01 13:15 爱搁浅 阅读(248) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8