09 2021 档案

摘要:#!/bin/bash rm -rf *.sql sleep 3 /usr/bin/mysqldump -u (用户) -p(密码 ) --all-databases --add-drop-database -S /tmp/mysql3008.sock --single-transaction -R 阅读全文
posted @ 2021-09-15 10:23 铜锣湾扛把子·66 阅读(44) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/Garnett-Boy/p/11076210.html 阅读全文
posted @ 2021-09-10 16:21 铜锣湾扛把子·66 阅读(69) 评论(0) 推荐(0)
摘要:https://www.runoob.com/maven/maven-pom.html 阅读全文
posted @ 2021-09-09 17:06 铜锣湾扛把子·66 阅读(22) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/baidu_38432732/article/details/80499898 阅读全文
posted @ 2021-09-09 09:07 铜锣湾扛把子·66 阅读(31) 评论(0) 推荐(0)
摘要:https://jingyan.baidu.com/article/84b4f56530c0d321f7da322b.html 阅读全文
posted @ 2021-09-08 15:33 铜锣湾扛把子·66 阅读(319) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/xiao987334176/p/11433636.html 阅读全文
posted @ 2021-09-08 15:31 铜锣湾扛把子·66 阅读(105) 评论(0) 推荐(0)
摘要:# shopt -s extglob (打开extglob模式) # rm -fr !(file1) # shopt -u extglob (关闭extglob模式) 阅读全文
posted @ 2021-09-07 17:12 铜锣湾扛把子·66 阅读(131) 评论(0) 推荐(0)
摘要:tracert +主机IP 阅读全文
posted @ 2021-09-02 15:26 铜锣湾扛把子·66 阅读(125) 评论(0) 推荐(0)