-
多线程异步编程实例 Thread Async
多线程、异步
- 2012-12-27下载
- 积分:1
-
Regedit
vc 编辑注册表信息Regedit的程序源码,值得一看!(vc edit the registry Regedit program source code, worth a visit!)
- 2011-07-01 22:03:37下载
- 积分: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
-
TTS_PC
PC机上的TTS程序,利于理解TTS原理,也可以作为应用程序。(PC, the TTS program, which will help understand the TTS principle, can be used as application.)
- 2010-07-17 10:32:23下载
- 积分:1
-
c# winform QQ表情例子 附完整源码
winform qq表情功能实现,支持表情管理,支持分页,仅供学习交流使用
- 2013-09-22下载
- 积分:1
-
VBXITONGCIPAN
VB代码
获得系统磁盘的属性
简明扼要!
很适合新手
(VB code access system disk attributes concise! Very suitable for novice! !)
- 2006-11-30 11:21:08下载
- 积分:1
-
MK_DTXGTPZ1.0
这是易语言写的模块_动态修改图片组v1.0模块源码,分享给大家学习(It is easy to write language module _ dynamically modify the picture group v1.0 module source code, to share for everyone to learn)
- 2017-02-22 17:42:19下载
- 积分:1
-
CPUFSB
通過CPU的RDMSR讀取CPU的Front Side Bus的Speed(CPU through the CPU-RDMSR read the Speed of Front Side Bus)
- 2009-12-09 10:51:18下载
- 积分:1
-
mangemaent
存储管理的主要功能之一是合理地分配空间。请求页式管理是一种常用的虚拟存储管理技术。
本实验的目的是通过请求页式管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法。(One of the main functions of storage management is a reasonable allocation of space. The requested page style management is a common virtual storage management technology. The purpose of this study is to page through the request-type management page replacement algorithm for analog design, understanding the characteristics of virtual storage technology, master requested page storage management page replacement algorithm.)
- 2010-05-29 16:05:23下载
- 积分:1
-
wdyqwo
这是一个商品在线销售程序,具有对同类商品的简单管理功能,是ASP学习者的典型学习资料,ASP开发人员也可以从中得到有用的部分代码模块,(This is a commodity online sales program, with a simple management of similar products, is a typical learning materials for ASP learners ASP developers can also get useful part of the code module,)
- 2018-09-15 16:03:54下载
- 积分:1