上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 102 下一页
摘要: 原文:https://blog.csdn.net/xuejianbest/article/details/84988196?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~defa 阅读全文
posted @ 2022-12-10 18:35 liujiacai 阅读(759) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/qq_52914969/article/details/124145252 1、for循环语法: for 变量 in 值列表 /seq(2 2 10) do 命令序列done for((初值;条件;步长))do 命令序列done for 变量 in 阅读全文
posted @ 2022-12-09 15:29 liujiacai 阅读(54) 评论(0) 推荐(0)
摘要: 原文:https://zhuanlan.zhihu.com/p/415818146 在开发过程中,经常会使用shell脚本去完成定时备份的任务,普遍的做法是通过系统的定时任务定时执行备份脚本 设想这样一种场景,本次备份时间到了,自动执行备份脚本,如果备份比较耗时的话,会一直持续到下一次备份时间到了还 阅读全文
posted @ 2022-12-09 11:26 liujiacai 阅读(305) 评论(0) 推荐(0)
摘要: 原文:https://blog.mythsman.com/post/5d2b5ebf25601931a5f8d885/ 前言 前几天干活的时候遇到一个需要解析处理xml文件的一个需求,当时考虑到逻辑比较复杂,因此用java慢慢搞了搞。不过这个需求经常会变,每次变化之后都要重新找到jar包的代码,改了 阅读全文
posted @ 2022-12-08 10:22 liujiacai 阅读(777) 评论(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 阅读(240) 评论(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 阅读(105) 评论(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 阅读(1594) 评论(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 阅读(203) 评论(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 阅读(216) 评论(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 阅读(179) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 102 下一页