-
ResViewer
PE文件查看工具及源代码,看雪出品,亲测可用(PE file viewer and source code, to see snow produced, pro-test available)
- 2013-09-16 10:26:32下载
- 积分: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
-
51614821
Imitate Office97 Wizard imitated Office97 elves
- 2017-06-11 21:42:08下载
- 积分:1
-
util
几个通用过程,包括内存拷贝,移动和其他操作的例子(Several generic process, including the memory copy, mobile and other operations example)
- 2003-09-07 12:27:55下载
- 积分:1
-
DeviceVolumeMonitor
trap windows message using .net framework in c#
- 2009-10-19 03:25:16下载
- 积分:1
-
JieMiJi
产生程序序列号JieMiJi,很不错的vc源码,希望能对大家有所帮助(Generation process serial number JieMiJi, very good vc source, I hope you can help)
- 2011-09-07 22:45:04下载
- 积分:1
-
a
说明: 得到函数地址的程序,菜鸟级产品不要笑我
刚学驱动(Adress Of function)
- 2009-06-24 10:28:07下载
- 积分:1
-
4272950
图片组制作源码,很不错的易语言源码,适合易语言爱好者学习,()
- 2017-12-17 10:24:17下载
- 积分:1
-
C#生成二维码、调用摄像头扫描二维码实例源码
C#生成二维码、调用摄像头扫描二维码,可直接拿来测试
- 2013-01-10下载
- 积分:1
-
C# 模拟按键 功能完整源码下载
可以说是个简易版的按键精灵。主要功能有:自动输入,截屏,控制鼠标移动点击。
- 2013-08-28下载
- 积分:1