
服务器
AAAAAugust
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ssh can't be established.
问题: ssh [email protected] 出现 The authenticity of host 'XX.XX.XX.XX' can't be established. RSA key fingerprint is ... Are you sure you want to continue connecting (yes/no)? exit 解决方法:原创 2015-05-09 11:28:37 · 2660 阅读 · 0 评论 -
nginx Thinkphp rewrite
location / { #原有代码 if (!-e $request_filename) { rewrite ^/index.php(.*)$ /index.php?s=$1 last; rewrite ^(.*)$ /index.php?s=$1 last; brea原创 2015-12-22 15:31:30 · 906 阅读 · 0 评论