摘要: http://encode.chahuo.com/ 阅读全文
posted @ 2017-07-21 10:26 caobiin 阅读(428) 评论(0) 推荐(0)
摘要: ``` location /whole { rewrite ^/whole/(.+).html$ /index.php?c=whole&key=$1; } location /show { rewrite ^/show/(\d+).html$ /index.php?c=show&id=$1; } location /play { rewrite ^/play/(\d+)~(\d+)~(\d+).h... 阅读全文
posted @ 2017-07-21 10:15 caobiin 阅读(504) 评论(0) 推荐(0)
摘要: 方法一: 问题场景 服务器环境:阿里云 Linux CentOS 主机 客户端:Mac OSX Terminal 问题现象 用 ssh 命令连接服务器之后,如果一段时间不操作,再次进入 Terminal 时会有一段时间没有响应,然后就出现错误提示: 只能重新用 ssh 命令进行连接。 解决方法 方法 阅读全文
posted @ 2017-07-21 08:39 caobiin 阅读(524) 评论(0) 推荐(0)