赞
踩
import xxx
变量A = 当前环境温度
变量B = 当前环境亮度
while True:
print(...)
保存到数据库
time.sleep(3600)
sudo python test.py
print("hello py")
查看当前的任务
crontab -l
编辑定时任务
crontab -e
重启 cron service
sudo service cron restart
查看 crontab 定时任务运行情况
service cron status
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。