排序
Nginx 常用的安全屏蔽规则
Nginx 是一个高性能的 HTTP 和反向代理服务,目前很大一部分网站均使用了 Nginx 作为 WEB 服务器,Nginx 虽然非常强大,但默认情况下并不能阻挡恶意访问,整理了一份常用的 Nginx 的屏蔽规则,...
emlog 首页不调用某个分类文章
方法一: 打开include/controller/log_controller.php找到$sqlSegment ='ORDER BY top DESC ,date DESC';改为$sqlSegment ='and sortid not in (123) ORDER BY top DESC ,date DESC';这里添加了...