gpt4 book ai didi

Delphi 'Alarm Clock' 类似应用程序

转载 作者:行者123 更新时间:2023-12-03 15:07:10 25 4
gpt4 key购买 nike

我需要制作一个简单的闹钟应用程序,它不是播放声音,而是将文件上传到 ftp(弄清楚了后者)。 事实证明,在执行线程时,计时器是无效的

这是我到目前为止得到的:

var
ttime : tDateTime;
timerstr : string;
timealarm : string;
aThread : TMyThread;
begin
aThread := tMyThread.Create(false);
ttime := Now;
timestr := FormatDateTime('hh:nn:ss', ttime);
timealarm := '09:30:30';
if timestr = timealarm then
aThread.Resume; //The thread will execute once and terminate;
end;

你们能想出另一种方法,让该命令以更有效的方式每天执行一次吗?

谢谢。

最佳答案

找到解决方案:CRON Scheduler

谢谢 LU RD 和 Runner。

关于Delphi 'Alarm Clock' 类似应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8319461/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com