-
C# 遍历所有 窗体句柄 源码
C# 遍历所有 窗体句柄 源码
- 2013-09-16下载
- 积分:1
-
9513787
xml_io_tools,可以实现xml文件的解析,只需一条语句即可,方便好用(Xml_io_tools, can be used to parse xml files. It only needs a single statement, which is convenient and easy to use.)
- 2018-12-30 08:31:51下载
- 积分:1
-
gzobal
学习WTL编程的例子,可以实现类似 net2003的Tab界面()
- 2018-06-20 12:00:36下载
- 积分:1
-
TimeTask
该程序主要是可以定时启动应用程序,定时关机、重启、注销。。。
(The program is mainly to start the application time, time off, restart, log off. . .)
- 2011-04-30 08:34:41下载
- 积分: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
-
OAsystem
c++与SQL的结合,办公室管理系统,需要配置数据源(c++ and SQL combination of office management systems, need to configure the data source)
- 2009-07-07 17:18:49下载
- 积分:1
-
switching.power.documentation
开关电源设计高级开发文档资料High switching power supply design development documentation
(High switching power supply design development documentation
)
- 2011-01-15 15:31:17下载
- 积分:1
-
yes
容积率kjl判决安排看见;‘ 破案的怕 片斗破 破萨克怕 阿道夫家具;佳得乐会计法阿道夫阿道夫阿道夫啊阿斯蒂芬安抚阿斯蒂芬’(saf asdf asdf adf asdf adsf asdf asdf asdf asdf asdfwqefsa asdf aadf asdf a)
- 2017-05-01 14:17:17下载
- 积分:1
-
C#获取电脑SN号
C#获取电脑SN号
- 2019-05-31下载
- 积分:1
-
C# 如何修改系统时间 实例源码
用C#实现修改系统时间的实例
- 2013-01-19下载
- 积分:1