在 MySQL 主从复制时,有时候会碰到这样的故障:在 Slave 上 Slave_IO_Running 和 Slave_SQL_Running 都是 Yes,Slave_SQL_Running_State 显示 Slave has read all relay log; waiting for the slave I/O thread to update it ,看起来状态都正常,但实际却滞后于
使用Nginx通过https方式访问SVN服务器,执行svn copy的时候出现以下错误: (废话不多说,下面看解决办法) svn: Server sent unexpected return value (502 Bad Gateway) in response to COPY request for 解决办法: 主要是增加了
在windows下开发,有时候所写的shell脚本,放到linux上执行,往往会因为编码格式的问题存在兼容问题导致无法执行: -bash: ./lbs-circle-server.sh: /bin/sh^M: bad interpreter: No such file or directory 这是由于文件编码格式windows,需要用vi把文件编码格式改成unix,命令如下: :set ff=u