-
08349
系统服务程序源码,例程程序结合易语言特殊功能支持库,调用API函数实现系统服务程序的编写。(System service procedures, routine program combined with special features easy language support library , call the API function to prepare the system serviced.)
- 2016-12-20 22:51:21下载
- 积分:1
-
nt_serv_wiz_source
建立带有NT Service程序的模板 (The template for creating the app with NT Service)
- 2020-09-04 11:48:14下载
- 积分:1
-
StaticImage
vc——使用静态文本控件显示图标和位图StaticImage(vc- Use static text control to display icons and bitmaps StaticImage)
- 2011-07-24 20:29:18下载
- 积分:1
-
Jdeveloper
jdeveloper开发的两个功能类,对于一些常用的方法,进行了封闭,非常有用。(Jdeveloper development two functional class after encapsulation, very useful for Java ee developers.)
- 2015-02-14 11:15:50下载
- 积分:1
-
AHP2 软件
AHP软件,好东西啊!可以大家下来学习学习(AHP software, a good thing ah! Down can we learn from)
- 2011-04-19 20:53:48下载
- 积分:1
-
20605
彻底隐藏文件源码例程,程序使用读写注册表项的方法来隐藏文件。(Complete source code routines hidden files , the program uses a method to read and write registry entries to hide files.)
- 2016-06-28 22:21:21下载
- 积分:1
-
gzobal
学习WTL编程的例子,可以实现类似 net2003的Tab界面()
- 2018-06-20 12:00:36下载
- 积分:1
-
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
-
4272950
图片组制作源码,很不错的易语言源码,适合易语言爱好者学习,()
- 2017-12-17 10:24:17下载
- 积分:1
-
dpta
Science data visualization, the use of VC development, to the various types of data visualization analysis,
- 2017-05-11 07:20:47下载
- 积分:1