c#程序实现定时唤醒
摘要:
要实现的功能是 :每隔10分钟启动程序, 启动后做一些消耗时间的操作,但不管这些操作需要多少时间(一般不会超过10分钟) ,程序仍然准时在10分钟后启动 。while (true){ int startTime = Environment.TickCount File.AppendAllText(strCurrentPath + @"\TimerLog.txt", "begin " + DateTime.Now.ToString() + "\r\n"); //do some work which will spent time spe 阅读全文
posted @ 2014-01-28 14:48 齐文宣 阅读(845) 评论(0) 推荐(0)
浙公网安备 33010602011771号