08 2012 档案
c# 任务调度器
摘要:class Program { public static ILog log = log4net.LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); private static int INTERVAL = 300000; //private DateTime lastTime = DateTime.Now; private static System.Timers.Timer aTimer = new System.Timers.Timer(); public string ftpServer = " 阅读全文
posted @ 2012-08-21 13:51 SGJ 阅读(1150) 评论(0) 推荐(0)