会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
popoxxll
博客园
首页
新随笔
联系
管理
订阅
2014年12月18日
C#创建windows服务并定时执行
摘要: 一、创建window服务1、新建项目-->选择Windows服务。默认生成文件包括Program.cs,Service1.cs2、在Service1.cs添加如下代码: System.Timers.Timer timer1; //计时器 public Service1() { I...
阅读全文
posted @ 2014-12-18 17:38 popoxxll
阅读(17553)
评论(2)
推荐(1)
编辑
公告