vps交流

定时闹钟 For Linux 版本


本帖最后由 sRGB 于 2021-12-28 13:59 编辑

定时闹钟 For Linux 版本

定时闹钟 For Linux 版本

源码: tt.cpp下载   https://github.com/hongwenjun/alarmclock

使用 g++ 编译

  1. g++ tt.cpp -o tt

复制代码

定时器无限循环使用示例,tmux 开启一个后台窗口,输入下面命令

  1. while :
  2. do
  3. ./tt 10  "curl -sL 262235.xyz/index.php"
  4. done

复制代码

定时闹钟 For Linux 版本

显示时钟字体原理

定时闹钟 For Linux 版本

有windows版本,控制台显示一个闪烁的时钟,倒计时后运行你要的程序

闹钟.exe  3    C:softfoobar2000foobar2000.exe

定时闹钟 For Linux 版本

这个有点意思
mark下
这个有点意思
这是用来干啥的?

表妹 发表于 2021-12-28 13:55
这是用来干啥的?

有windows版本,控制台显示一个闪烁的时钟,倒计时后运行你要的程序

闹钟.exe  3    C:softfoobar2000foobar2000.exe

定时闹钟 For Linux 版本

嘿嘿,还蛮有趣的
用处不大,但是很好玩定时闹钟 For Linux 版本