认清事物的本质-简单

博客园 首页 新随笔 联系 订阅 管理

2009年10月20日 #

摘要: 有点明白了,赶紧记下来。using System;using System.Threading;class TimerExample{ static void Main() { // AutoResetEvent类的作用就在于可以让等待的线程继续 AutoResetEvent autoEvent = new AutoResetEvent(false); StatusChecker statusCh... 阅读全文
posted @ 2009-10-20 15:15 萧冲 阅读(395) 评论(0) 推荐(0) 编辑