上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 102 下一页
摘要: 原文:https://zhuanlan.zhihu.com/p/415818146 在开发过程中,经常会使用shell脚本去完成定时备份的任务,普遍的做法是通过系统的定时任务定时执行备份脚本 设想这样一种场景,本次备份时间到了,自动执行备份脚本,如果备份比较耗时的话,会一直持续到下一次备份时间到了还 阅读全文
posted @ 2022-12-09 11:26 liujiacai 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.mythsman.com/post/5d2b5ebf25601931a5f8d885/ 前言 前几天干活的时候遇到一个需要解析处理xml文件的一个需求,当时考虑到逻辑比较复杂,因此用java慢慢搞了搞。不过这个需求经常会变,每次变化之后都要重新找到jar包的代码,改了 阅读全文
posted @ 2022-12-08 10:22 liujiacai 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/qq_42862247/article/details/127260241 Systemctlsystemctl 命令 # 启动systemctl start NAME.service# 停止systemctl stop NAME.service# 阅读全文
posted @ 2022-12-07 22:36 liujiacai 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.mythsman.com/post/5d2ab67ff678ba2eb3bd346f/?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io#--14 前言 由于工作需要,最近重新开始拾掇shell脚本 阅读全文
posted @ 2022-12-07 22:24 liujiacai 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/xlxxcc/article/details/51754524?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRL 阅读全文
posted @ 2022-12-07 10:06 liujiacai 阅读(1552) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/weixin_32927369/article/details/113121195 mysql --help参数详解 mysql --help mysql Ver 14.14 Distrib 5.6.31, for Linux (x86_64) us 阅读全文
posted @ 2022-12-07 09:49 liujiacai 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/ggzhangxiaochao/p/13156387.html <<<作用 * cmd <<< word 把word字符串(而不是文件word)和后面的换行作为输入提供给cmd。 例如: [root@snow zc]# cat <<< "hell 阅读全文
posted @ 2022-12-03 18:47 liujiacai 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/aa18855953229/article/details/127380172 第一节 数据导入和授权测试数据 school.sql--建表--学生表CREATE TABLE `student`( `s_id` VARCHAR(20), `s_nam 阅读全文
posted @ 2022-12-01 22:36 liujiacai 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/crazymagic/p/11173162.html 拆分脚本功能,抽象函数 1、function get_all_group 返回进程组列表字符串 2、function get_all_process 返回进程名列表字符串"nginx http 阅读全文
posted @ 2022-12-01 22:32 liujiacai 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/aa18855953229/article/details/127380188 第一节 需求描述Supervisor是用Python开发的一套通用的进程管理程序,能将一个普通的命令行进程变为后台daemon,并监控进程状态,异常退出时能自动重启。它是 阅读全文
posted @ 2022-12-01 22:20 liujiacai 阅读(96) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 102 下一页