上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页
摘要: #!/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 阅读(34) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/Garnett-Boy/p/11076210.html 阅读全文
posted @ 2021-09-10 16:21 铜锣湾扛把子·66 阅读(68) 评论(0) 推荐(0)
摘要: https://www.runoob.com/maven/maven-pom.html 阅读全文
posted @ 2021-09-09 17:06 铜锣湾扛把子·66 阅读(15) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/baidu_38432732/article/details/80499898 阅读全文
posted @ 2021-09-09 09:07 铜锣湾扛把子·66 阅读(23) 评论(0) 推荐(0)
摘要: https://jingyan.baidu.com/article/84b4f56530c0d321f7da322b.html 阅读全文
posted @ 2021-09-08 15:33 铜锣湾扛把子·66 阅读(308) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/xiao987334176/p/11433636.html 阅读全文
posted @ 2021-09-08 15:31 铜锣湾扛把子·66 阅读(99) 评论(0) 推荐(0)
摘要: # shopt -s extglob (打开extglob模式) # rm -fr !(file1) # shopt -u extglob (关闭extglob模式) 阅读全文
posted @ 2021-09-07 17:12 铜锣湾扛把子·66 阅读(126) 评论(0) 推荐(0)
摘要: tracert +主机IP 阅读全文
posted @ 2021-09-02 15:26 铜锣湾扛把子·66 阅读(122) 评论(0) 推荐(0)
摘要: nmcli c reload 阅读全文
posted @ 2021-08-23 14:07 铜锣湾扛把子·66 阅读(60) 评论(0) 推荐(0)
摘要: openvpn的server.conf 中 #explicit-exit-notify 1 #此选项开启只能使用udp协议。否则会报错error: --explicit-exit-notify can only be used with --proto udp 阅读全文
posted @ 2021-08-23 11:02 铜锣湾扛把子·66 阅读(2683) 评论(0) 推荐(1)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页