会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
软件开发博客
Welcome to My Blog
博客园
首页
新随笔
联系
管理
订阅
2009年5月15日
控制网页响应时间
摘要: Global.asax中 void Application_Start(object sender, EventArgs e) { //在应用程序启动时运行的代码 System.Timers.Timer timer = new System.Timers.Timer(); timer.Interval = 100; timer.Elapsed += new System.Timers.Elaps...
阅读全文
posted @ 2009-05-15 15:43 杨子宜
阅读(229)
评论(0)
推荐(0)
编辑
公告