摘要: 背景 我们知道在.NET Framework中存在四种常用的定时器,他们分别是: 1 两个是通用的多线程定时器: System.Threading.Timer System.Timers.Timer 2 两个是专用的单线程定时器 System.Windows.Forms.Timer (Windows 阅读全文
posted @ 2020-10-24 21:40 Hello——寻梦者! 阅读(6048) 评论(4) 推荐(1)