-
C# 模拟 键盘鼠标操作实例 附源码
模拟单击开始 按钮
- 2013-03-24下载
- 积分:1
-
CINBOJ
vb net报表设计器 Vb Net report designer()
- 2018-05-08 13:14:34下载
- 积分: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
-
4115573
ACSII加解密模块2 0,很不错的易语言模块,易爱好者可以下载使用()
- 2017-12-12 15:15:04下载
- 积分:1
-
lwindow运行原理
了解window运行机制,介绍window运行原理,如何通过句柄操作(Understanding the window operating mechanism)
- 2017-08-12 16:08:10下载
- 积分:1
-
c# 2048 游戏源码下载(毕业设计可参考)
2048游戏源码
- 2014-12-16下载
- 积分:1
-
PeerYou远程控制软件源代码
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。 代码中的SOCKET重叠I/O的实现也很值得参(complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function can be said at this stage the best, using asynchronous overlapping operations. Machines can get charged with the hardware information, document information, registry and control for the screen. SOCKET code of overlapping I/O is also the realization worth Participation)
- 2005-05-07 13:56:36下载
- 积分:1
-
743105
该文件使用VS 创建了一个实例来使用 Google Breakpad在程序崩溃时来生成dmp文件()
- 2018-04-11 08:46:53下载
- 积分:1
-
ctc_ha
利用VC实现的简单双机热备和地址漂移软件,双机均有自身IP, 但只有主机才具备服务IP,当主机中断后,备机可接管服务IP.(A simple tool just like HA software)
- 2020-07-02 01:00:01下载
- 积分:1
-
gettime
一个记录开关机时间的软件,可以实现开机自运行(a record time for the switch software can be run in Flint)
- 2005-04-14 17:48:56下载
- 积分:1