-
opaxuemfapshot
如何在Windows 9598下读取硬盘序列号,硬盘的序列号是生产时由厂家设定()
- 2017-11-11 22:39:51下载
- 积分:1
-
openclosetime
读取系统日志,获取开关机时间之后做计算工时(After reading hours to do the calculation system logs for switch time)
- 2014-07-15 11:00:45下载
- 积分:1
-
705641
zai dos 下通過 command 會降directory里的文件明 lower(Zai-shallow pits by under DOS command will drop the files in the directory the lower)
- 2017-08-21 05:55:34下载
- 积分:1
-
数据库导入和筛选工具
数据库导入和筛选工具
- 2017-03-17下载
- 积分: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
-
C#实现挂机锁,挂机 参考 实例源码
挂机时锁定可以参考这个实例
- 2013-01-19下载
- 积分:1
-
2008031422530437
读书专用方便快接,大家不防用用看.好下在 (Dedicated to facilitate faster access to study, do not prevent use by everyone look. Good in)
- 2009-02-24 17:09:37下载
- 积分:1
-
borderqualifiedflexibility
连连看易语言完整源代码,基本可以直接编译发布()
- 2018-05-04 16:15:29下载
- 积分:1
-
ajin
java课设 日历记事本 Java set up calendar notepad()
- 2018-02-08 22:30:46下载
- 积分:1
-
LOF
列举制定的目录中被打开的文件,和打开这些文件的进程的PID,命令:lof 驱动文件 目标文件夹。由于驱动的限制,该程序仅适用Windows 2000/XP。(Listed in the directory has been developed to open the file, and open the files of the process PID, the command: lof driver file destination folder. As the driving restrictions, the program applies only to Windows 2000/XP.)
- 2010-03-13 22:36:30下载
- 积分:1