摘要:
系统在执行定时任务时,是不会加载任何环境变量的,所以当脚本需要环境变量时,可以通过在脚本中添加 source /etc/profile 命令来使配置生效。 阅读全文
posted @ 2020-07-31 17:19
峡谷恶霸
阅读(521)
评论(0)
推荐(0)
摘要:
https://www.cnblogs.com/Alight/p/4802414.html 阅读全文
posted @ 2020-07-29 14:50
峡谷恶霸
阅读(124)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/xiaqunfeng123/article/details/54315390/ 运行指定的命令,如果在指定时间后仍在运行,则杀死该进程。用来控制程序运行的时间。 阅读全文
posted @ 2020-07-29 09:49
峡谷恶霸
阅读(633)
评论(0)
推荐(0)
摘要:
-l:指定信号的名称列表。 TERM 15 终止 KILL 9 强制终止 CONT 18 继续(与STOP相反, fg/bg命令) STOP 19 暂停(同 Ctrl + Z) 阅读全文
posted @ 2020-07-28 17:17
峡谷恶霸
阅读(280)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/guoqianqian5812/article/details/79484357 阅读全文
posted @ 2020-07-28 09:54
峡谷恶霸
阅读(359)
评论(0)
推荐(0)
摘要:
https://www.runoob.com/markdown/md-block.html 阅读全文
posted @ 2020-07-27 16:05
峡谷恶霸
阅读(241)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/qq_38161409/article/details/81062932 SQL语句中TIMESTAMP类型提供一种类型,你可以使用它自动地用当前的日期和时间标记INSERT或UPDATE的操作,它有两个属性,一个是 1.CURRENT_TIMESTAMP 阅读全文
posted @ 2020-07-27 14:39
峡谷恶霸
阅读(655)
评论(0)
推荐(0)
摘要:
列出ansible所支持的模块 ansible-doc -l 查看模块的详细帮助信息,比如查看fetch模块的帮助 ansible-doc -s fetch 调用模块,比如调用ping模块 ansible all -m ping 调用模块的同时传入模块所需要的参数,以fetch模块为例 ansibl 阅读全文
posted @ 2020-07-24 16:06
峡谷恶霸
阅读(97)
评论(0)
推荐(0)
摘要:
mdstest是软件的元数据操作基准测试工具,用来模拟对文件或者目录的open、stat、close操作,然后报告性能 阅读全文
posted @ 2020-07-22 16:53
峡谷恶霸
阅读(155)
评论(0)
推荐(0)
摘要:
https://ior.readthedocs.io/en/latest/userDoc/tutorial.html 阅读全文
posted @ 2020-07-22 16:11
峡谷恶霸
阅读(169)
评论(0)
推荐(0)
浙公网安备 33010602011771号