上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: crontab -e */10 8-18/1 * * 6,7 comand 分 时 月的日 月 周的日 命令或脚本 /后面是频率 -和,是范围 crontab -l 任务调度列表 crontab -r 终止当前账号所有任务 service crond restart 重启crond 阅读全文
posted @ 2020-08-22 19:33 大牛等等我 阅读(106) 评论(0) 推荐(0)
摘要: 一、crond简介 1、基本介绍 crond是linux下用来周期性的执行某种任务或等待处理某些事件的一个守护进程,与windows下的计划任务类似,当安装完成操作系统后,默认会安装此服务工具,并且会自动启动crond进程,crond进程每分钟会定期检查是否有要执行的任务,如果有要执行的任务,则自动 阅读全文
posted @ 2020-08-22 19:02 大牛等等我 阅读(180) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/wangshaowei/p/11503876.html 阅读全文
posted @ 2020-08-20 02:25 大牛等等我 阅读(143) 评论(0) 推荐(0)
摘要: https://www.codechef.com/ide 阅读全文
posted @ 2020-08-20 02:23 大牛等等我 阅读(88) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/973ea153ccb9 阅读全文
posted @ 2020-08-19 16:47 大牛等等我 阅读(111) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/hahawgp/p/3790657.html 阅读全文
posted @ 2020-08-19 01:24 大牛等等我 阅读(1051) 评论(0) 推荐(0)
摘要: docker search xxx docker pull xxx docker run -itd xxx(本地没有会自动下载) docker exec -it bc9167e3ead8 /bin/bash docker ps [-a] docker stop bc9167e3ead8 docker 阅读全文
posted @ 2020-08-18 10:13 大牛等等我 阅读(106) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/7143c6ea8d62 阅读全文
posted @ 2020-08-18 00:44 大牛等等我 阅读(234) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/xishuai/p/mac-iterm2.html 阅读全文
posted @ 2020-08-17 17:36 大牛等等我 阅读(132) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/33903527 https://zhuanlan.zhihu.com/p/58754459 pyenv pyenv-virtualenv安装使用 https://www.jianshu.com/p/3e93311fe6cb pipenv h 阅读全文
posted @ 2020-08-17 15:35 大牛等等我 阅读(82) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页