会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
I'm Glory
好好学习 天天向上
博客园
首页
新随笔
联系
订阅
管理
2009年12月1日
asp.net 通过Global.asax 定时执行web应用中的的程序
摘要: protected void Application_Start(object sender, EventArgs e) { System.Timers.Timer t = new System.Timers.Timer(3000000); //差不多办小时一次,比如10秒,就写10000 t.Enabled = true; t.Elapsed += new System.Timers.Elap...
阅读全文
posted @ 2009-12-01 15:57 glory.xu
阅读(506)
评论(0)
推荐(0)
编辑
公告