会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
withoutaword
博客园
首页
新随笔
联系
管理
订阅
2017年4月25日
经典案例, 每隔一分钟执行一次的定时任务, 用 thread+ while(true) 还是timer
摘要: 经典案例, 每隔一分钟执行一次的定时任务, 用 thread+ while(true) 还是timer 1. while(true) { //dosomething System.Threading.Thread.Sleep(60 * 1000); } while(true) { //dosomet
阅读全文
posted @ 2017-04-25 17:28 withoutaword
阅读(5867)
评论(1)
推荐(0)
编辑
公告