▍1. c++ 通过dao 读写 access文件 实例源码下载
c++ 通过dao 读写 access文件 实例源码下载
c++ 通过dao 读写 access文件 实例源码下载
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
监听webbrowser的所有请求以及查看 请求的详细,含session cookie 请求标题等信息
获取 电脑 CPU 硬盘序列号 网卡MAC 主板 显卡 以及MD5 加密(Access to computer CPU hard drive serial number card MAC motherboard graphics and MD5 encryption)
jdeveloper开发的两个功能类,对于一些常用的方法,进行了封闭,非常有用。(Jdeveloper development two functional class after encapsulation, very useful for Java ee developers.)
一款编程调试软件,设置断点,方便调试,希望大家喜欢(Programming and debugging software)
封装的 .net 打码类库,支持手动打码与联众、、打码兔、优优云、QQ超人、小爱等多个远程打码平台 资源是此类库的使用 demo!
根据CPU、磁盘序列号生成注册码程序,为软件版权序列号生成提供了一个方法。(According to CPU, the disk serial number registration code generation program)
CH7026芯片配置软件(CH7025(26) RegSet(2.03))及使用说明(CH7026 chip configuration software (CH7025 (26) RegSet (2.03)) and instructions)
读取系统日志,获取开关机时间之后做计算工时(After reading hours to do the calculation system logs for switch time)
自己写的一个小小内存池,,希望可以分享。。里面的main.cpp是使用的例子( To write a small memory pool, and hope to share. . There are examples of the use of main.cpp)
绝对原创,请站长加分啊,这是用来快速定位性能底下的一段测试代码,配合Quantify使用,上面附有说明,如何定位到。(Rational Quantify Usage)