摘要:
实现该功能用到的是System.Timers.Timer将定时的方法添加到Global.ascx.cs中public class Global : System.Web.HttpApplication { protected void Application_Start(object sender, EventArgs e) { //在应用程序启动时运行的代码 System.Timers.Timer myTimer = new System.Timers.Timer(60000); // 每个一分钟判... 阅读全文
posted @ 2013-08-24 08:45
夜照亮了黑
阅读(728)
评论(0)
推荐(0)

浙公网安备 33010602011771号