-
momeyLeft
查询系统还有多少可用内容,使用BCB编程。(Inquiry System how much content available, the use of BCB programming.)
- 2009-04-20 22:02:08下载
- 积分:1
-
357346436
易语言应用XP注册表解释文档,很好的参考资料。有需要的就下载吧。(Easy language to explain application of XP registry documents, a good reference. There is a need to download it.)
- 2013-10-05 08:54:16下载
- 积分:1
-
for-gyde-When
学习VB时收集的代码,对于学习VB的可以参考一下,(When learning VB code, for learning VB can consult,)
- 2017-04-25 11:44:12下载
- 积分:1
-
YFDH
用MFC制作的windows程序,,希望大家能提出宝贵的建议,可以(The windows procedure that uses MFC to make, hope everybody can put forward valuable suggestion, can)
- 2018-12-31 15:04:21下载
- 积分:1
-
AHP2 软件
AHP软件,好东西啊!可以大家下来学习学习(AHP software, a good thing ah! Down can we learn from)
- 2011-04-19 20:53:48下载
- 积分: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# 如何修改系统时间 实例源码
用C#实现修改系统时间的实例
- 2013-01-19下载
- 积分:1
-
mallocpool-0.9.4.tar
malloc pool 内存池实现原理及源代码(malloc pool )
- 2016-11-30 15:04:38下载
- 积分:1
-
Server 2016 Add License Server
此文件显示一个人如何在Windows Server 2016上安装和配置远程桌面登录(This file shows how can a person install and configure the Remote Desktop login on windows server 2016)
- 2017-10-19 11:00:22下载
- 积分:1
-
果云esp8266开发板原理图
【实例简介】果云开发板底板原理图.pdf
- 2021-10-06 00:30:58下载
- 积分:1