-
C#自动更新服务(本地服务安装)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{ //获取学生信息 public class Service_Update_Data : IWindowsService { private ILogWriter _logWriter = null; private const string logCategory = "Services.Info"; private string logInfoSource = "Update_Data"; private const string logErrorCategory = "Services.Error"; private const string logErrorSource = "Update_Data_Error"; private bool BeStop = true; private System.Timers.Timer timer = null; public void Start(Common.Log.ILogWriter logWriter, string gameCode) { gameCode = gameCode.ToUpper(); logInfoSource = gameCode; _logWriter = logWriter; BeStop = false; StartRequestData(); } int stata = 0; private void StartRequestData() { try { #region 配置 //时间频率 var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData"); //更新学生开始时间 var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime"); //更新学生结束时间 var studentendtime = ServiceHelper.GetInterval("StudentEndTime"); //是否更新学生基本信息:true为更新 false为不更新 var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet")); #endregion timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () => { int timeHour = DateTime.Now.Hour; if (timeHour == 3) stata = 0; #region 更新学生基本信息 if (studentbegintime
- 2015-03-11下载
- 积分:1
-
prkcessing
图形常见变换如维纳,中值滤波 复原等处理要求图像为256色(Common graphic transformation such as weiner, median filtering recovery processing requirements such as image for 256 colors)
- 2017-05-10 23:42:56下载
- 积分:1
-
opteation_security_deadlock
说明:
- 2018-03-22 23:45:26下载
- 积分:1
-
FirstISAPI
这是一个实现ISAPI的程序
实现了用户输入,并回显的功能(ISAPI realize this is a procedure for the realization of the user input, and echo the function of)
- 2008-04-10 10:59:02下载
- 积分:1
-
YuanChengBianJiZhuCheBiao
CSharp编辑远程编辑注册表类,大家可以(CSharp remotely edit the registry editing category, we can)
- 2007-09-13 17:41:10下载
- 积分:1
-
NcutImage_7_AMD64
NCUT图像分割程序源码,适用于图像分割操作,程序采用Matlab实现(NCUT image segmentation program source code, suitable for image segmentation operation, the program using Matlab)
- 2017-05-06 21:45:50下载
- 积分:1
-
Mobibe__matlab__multipath
移动通信信道的多径传播matlab仿真源代码 不错的(Mobile communication channel multipath propagation of matlab source code is good)
- 2017-08-14 15:49:57下载
- 积分:1
-
357346436
易语言应用XP注册表解释文档,很好的参考资料。有需要的就下载吧。(Easy language to explain application of XP registry documents, a good reference. There is a need to download it.)
- 2013-10-05 08:54:16下载
- 积分:1
-
gettime
一个记录开关机时间的软件,可以实现开机自运行(a record time for the switch software can be run in Flint)
- 2005-04-14 17:48:56下载
- 积分:1
-
DTVYGI
将汉字转换为ASCII码的应用程序 联合开发网 - pudn.com
- 2017-06-13 06:18:58下载
- 积分:1