摘要:
查看: crontab -l 修改: crontab -e //添加新的定时任务按i 例: */30 * * * * /data/download-server/server.sh restart //半小时执行一次 阅读全文
posted @ 2021-01-19 09:46
julian_chang
阅读(96)
评论(0)
推荐(0)
摘要:
curl -L "http://localhost:8080/get_token" curl -H "Content-Type: application/json" -X POST -d '{"test": "testval" }' "http://localhost:80808/api" //po 阅读全文
posted @ 2021-01-19 09:39
julian_chang
阅读(70)
评论(0)
推荐(0)