-
Chapter9_6
多线程实例!是一个很好的实例!是为我们开发多用户和需要多进程的程序做好充分准备!(Examples of multi-threaded! Is a good example! For us to develop multi-user and the need for multi-process procedures are fully prepared!)
- 2008-08-05 18:07: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
-
001
一个可运行的机器人5v5
dll可执的程序(Operation of a robot can 5v5dll enforcement procedures)
- 2008-05-21 10:59:46下载
- 积分:1
-
Get-hard-drive-serial-number
获取硬盘的序列号,本人试过,完全可用,16进制。(Get hard drive serial number, I tried, completely free, hex.)
- 2011-08-06 07:25:27下载
- 积分:1
-
Hedit
一个几好用十六进制方便打开PE覺得好用所以推一推它上载來(A few easy-to-use hexadecimal PE feel that open onto one easy to use so push it to upload to)
- 2007-11-10 14:47:12下载
- 积分:1
-
OperationSystem_RR
操作系统 CPU调度 时间片轮转法 SSD系列课程 给有需要的同学(Operating System CPU time slice Round-Robin Scheduling SSD series of courses to students in need)
- 2010-12-31 09:54:57下载
- 积分:1
-
Winmfws
分割窗口并动态调整分割区域(类似于Windows中的资源管理器),(Split window and dynamic adjustment segmented regions (similar to the Windows of the resource manager),)
- 2017-06-12 22:39:37下载
- 积分:1
-
HookIE01
上网限制:通过添加应用程序黑白名单,禁止或者允许学生机访问指定的网址。(Internet Restrictions: black list by adding an application to prohibit or allow students to access the specified URL.)
- 2013-08-13 13:24:32下载
- 积分:1
-
kbbn
用matlab制作的红色小球沿螺线运动的动画 不错的源码 很好(Matlab to make along the spiral movement of the animation is good source of a small red ball very well)
- 2017-05-18 06:04:07下载
- 积分:1
-
Regedit
C++实现的读写注册表的功能,可以直接读取某个键的值,设定某个键的值和删除某个键的值,非常方便。(Read and write C++ implementation of the registry function, you can directly read the value of a key, set the value of a key to delete a key value, very convenient.)
- 2013-10-27 19:41:13下载
- 积分:1