会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
28
下一页
2021年9月15日
数据库单点多实例备份
摘要: #!/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)
2021年9月10日
nginx 安装 (添加https模块)
摘要: https://www.cnblogs.com/Garnett-Boy/p/11076210.html
阅读全文
posted @ 2021-09-10 16:21 铜锣湾扛把子·66
阅读(68)
评论(0)
推荐(0)
2021年9月9日
maven 学习
摘要: https://www.runoob.com/maven/maven-pom.html
阅读全文
posted @ 2021-09-09 17:06 铜锣湾扛把子·66
阅读(15)
评论(0)
推荐(0)
jenkins 部署
摘要: https://blog.csdn.net/baidu_38432732/article/details/80499898
阅读全文
posted @ 2021-09-09 09:07 铜锣湾扛把子·66
阅读(23)
评论(0)
推荐(0)
2021年9月8日
Jenkins 配置svn 插件subversion
摘要: https://jingyan.baidu.com/article/84b4f56530c0d321f7da322b.html
阅读全文
posted @ 2021-09-08 15:33 铜锣湾扛把子·66
阅读(308)
评论(0)
推荐(0)
jenkins 配置maven
摘要: https://www.cnblogs.com/xiao987334176/p/11433636.html
阅读全文
posted @ 2021-09-08 15:31 铜锣湾扛把子·66
阅读(99)
评论(0)
推荐(0)
2021年9月7日
rm 删除指定目录外所有的目录
摘要: # shopt -s extglob (打开extglob模式) # rm -fr !(file1) # shopt -u extglob (关闭extglob模式)
阅读全文
posted @ 2021-09-07 17:12 铜锣湾扛把子·66
阅读(126)
评论(0)
推荐(0)
2021年9月2日
windows路由测试
摘要: tracert +主机IP
阅读全文
posted @ 2021-09-02 15:26 铜锣湾扛把子·66
阅读(122)
评论(0)
推荐(0)
2021年8月23日
centos 8 重启网卡
摘要: nmcli c reload
阅读全文
posted @ 2021-08-23 14:07 铜锣湾扛把子·66
阅读(60)
评论(0)
推荐(0)
Options error: --explicit-exit-notify can only be used with --proto udp
摘要: 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
下一页
公告