mysql导出指定时间段binlog(需要已经开启binlog)
mysqlbinlog --no-defaults --start-datetime="2018-09-06 13:45:00" --stop-datetime="2018-09-06 14:05:00" ./mysql-bin.000022 --result-file=mysql-bin.000022_2018.sql
mysqlbinlog --no-defaults --start-datetime="2018-09-06 13:45:00" --stop-datetime="2018-09-06 14:05:00" ./mysql-bin.000022 --result-file=mysql-bin.000022_2018.sql
var compressImage = { compressByFile: function(file,&...
#创建一个服务器仓库 git --bare init myRepository.git #克隆一个仓库到本地 git clone git@服...
PAC文件内容示例function FindProxyForURL(url, host) { var proxy1 = "P...
1、linux设置swap查看swap位置cat /proc/swaps得到你的swap文件的位置,但不一定叫swap,或许叫/dev/sdb5。关闭并删除较小的swap文件sudo&nbs...
一、花生壳通过设置路由器自定义地址(免费版已经无法解析)http://用户名:密码@/ddns.oray.com/ph/update?&hostname=域名/ curl -fsS...
80自动跳转443模式server { listen 80; &nb...