摘要:
①首先,在WebSite里追加一个GobalApplicationClass。%@ Application Language="C#" %script runat="server" void Application_Start(object sender, EventArgs e) { // Code that runs on application startup System.Timers.Timer timer = new System.Timers.Timer(); timer.AutoReset = false; // 定时一分钟 timer.Interval = 6000 阅读全文
posted @ 2008-05-16 13:33
西门啥都吹
阅读(802)
评论(1)
推荐(0)

浙公网安备 33010602011771号