{          inttimeHour=DateTime.Now.Hour;          if(timeHour==3)            stata=0;          #region更新学生基本信息          if(studentbegintime<=timeHour&&timeHour         {          inttimeHour=DateTime.Now.Hour;          if(timeHour==3)            stata=0;          #region更新学生基本信息          if(studentbegintime<=timeHour&&timeHour
登录
首页 » C# » C#自动更新服务(本地服务安装)

C#自动更新服务(本地服务安装)

于 2015-03-11 发布
0 130
下载积分: 1 下载次数: 0

代码说明:

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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 卫星轨道计算
    读取星历数据计算卫星位置
    2021-05-06下载
    积分:1
  • 神思身份证读卡demo(神思二代x64+x86demo)
    0、驱动安装,这个请从购买设备商那获取1、读取身份证需要在项目路径下写入文件,如果读取失败请尝试给项目运行目录文件读取写入权限详情细节,请参照神思给的官方文档
    2019-04-26下载
    积分:1
  • RJCQDWI
    说明:  6 ways to start other programs
    2018-12-25 10:27:51下载
    积分:1
  • HookKey
    Inline hook KeyboardClassServiceCallback实现键盘记录(Inline hook KeyboardClassServiceCallback achieved keylogger)
    2020-10-20 11:27:24下载
    积分:1
  • RELEASEPDLL
    将dll文件加入文件资源之后调用函数释放,实现了将dll文件打包(Dll files will be added to the file after the call function to release resources to achieve the dll file is packaged)
    2013-09-12 21:02:42下载
    积分:1
  • 一个读取硬盘序列号与CPU序列号的DLL
    VC写的,一个读取硬盘序列号与CPU序列号的DLL,大家可以利用它来为自己的软件提供保护机制。(VC written by a reader drives and CPU serial number sequence, the DLL, you can use it for its own software to provide protection mechanisms.)
    2005-05-02 16:36:26下载
    积分:1
  • C# 启动/停止 iis 网站 例子源码(iis 6.0下测试通过)
    C# 启动/停止 iis 网站 例子源码(iis 6.0下测试通过)
    2013-09-08下载
    积分:1
  • 酒店管理源码(winform)
    酒店管理系统
    2015-09-09下载
    积分:1
  • 19947_VcExtend
    采用visual c++来进行的位数扩展编程(The number of bits the visual c++ to expand programming)
    2012-07-20 17:27:46下载
    积分:1
  • Desktop
    自己写的一个小小内存池,,希望可以分享。。里面的main.cpp是使用的例子( To write a small memory pool, and hope to share. . There are examples of the use of main.cpp)
    2014-07-12 21:53:42下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载