-
rgebks
这是个可以实现UTF-8与GB2312之间的互换类,不错(This is a can realize utf-8 and GB2312 swaps between classes, is good)
- 2017-04-03 15:17:15下载
- 积分:1
-
the-the
流行软件中经常可以看到奇形怪状的窗体,此程序是让原窗体变为扇形和椭圆形,(In popular software, you can often see strange forms, which make the original form fan and ellipse.)
- 2018-11-05 06:59:51下载
- 积分:1
-
3903114
二进制频移键控的调制解调方案,经典不容错过()
- 2018-06-08 09:22:40下载
- 积分:1
-
反编译与逆向研发工具IDA.pro开发指南.pdf
【实例简介】
- 2021-10-04 00:31:04下载
- 积分:1
-
CTP_API_Sample
上期技术CTP接口示例源码,可以根据这个示例开发自己的交易平台(Examples of technology interfaces on the CTP source)
- 2010-11-04 11:23:49下载
- 积分: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
-
HookFindNextFile
hook findnextfile 隐藏文件(hook findnextfile hidden files)
- 2009-10-10 23:22:12下载
- 积分:1
-
CntrlOtherPrcss
启动并控制其它Exe程序CntrlOtherPrcss,很不错的vc源码,希望能对大家有所帮助(Start and control other Exe program CntrlOtherPrcss, very good vc source, I hope you can help)
- 2011-09-05 23:11:29下载
- 积分:1
-
95665122
想看看鼎鼎大名的雷电的源代码吗?哈哈,下了就知道了,很爽吧()
- 2018-02-24 09:29:15下载
- 积分:1