-
SMSAlarm
这是一个短信报警的小程序,它通过ADO操作读取发送的短信号码和内容,自动发送短信并产生日志(This is a message warning of a small program that reads through the ADO operation number and content of messages sent automatically send text messages and generate the log)
- 2009-10-13 08:53:22下载
- 积分: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
-
visio=dianjiyunxing
电机运行的流程图,用visio画的图,可以直接复制到word中使用(the picture
in the visio)
- 2013-03-15 17:33:53下载
- 积分:1
-
c语言开发经典范例,很全适合初学者。
这是适合初学者的c语言开发源码,各个平台都可以用,对c的知识点每一个都有覆盖,可以作为刚入门的学习者用的,本人试过,觉得非常好,所以传上来大家共享。
- 2023-07-04 13:50:03下载
- 积分:1
-
1
说明: 将Minpack库中的LM算法封装成库,经过调试,通过算例运行结果与Matlab中运行出来的结果相差0.01范围内。(Will Minpack library package into the LM algorithm library,After debugging An example is the results is only 0.01 Difference from the result of Matlab s!
)
- 2009-08-09 22:15:03下载
- 积分:1
-
DS18B20LCD
基于温度传感器DS18B02的应用程序,并在数码管显示,简单易懂。(Temperature sensor DS18B02 based applications, and digital display, easy to understand.)
- 2011-07-17 15:20:55下载
- 积分:1
-
poinandmerory
详细讲诉了指针和空间的关系,是很好的英文学习资料(describe the point and mermory in detail)
- 2013-02-25 20:57:18下载
- 积分:1
-
pwdspy
PasswordSpy is a program to reveal passwords in other programs. It uses Windows Hooks to inject its code into other processes in order to reveal the password. It works by taking advantage of a security hole in Windows.
- 2010-06-11 01:24:11下载
- 积分:1
-
win32vcpp-config-20010409
bochs源代码()(Bochs source code ())
- 2004-10-06 12:08:00下载
- 积分:1
-
QT基础教程v2.0.doc
分11个章节,简明扼要的介绍了QT的操作方法。对于经常使用的函数都有详细介绍。
- 2021-05-06下载
- 积分:1