随笔分类 -  phpcms

phpcms
摘要:comment_table表 comment表 comment_data_x表 我们留意到: 实际上,v9的分表逻辑很简单,如果某个文章要新增评论,则判断comment表有无记录,有则这条记录不进行分表判断,若无记录,则判断comment_table的最后一个表是否达到了分表的条件。 这样做的好处也 阅读全文
posted @ 2016-03-24 14:48 zenghansen 阅读(751) 评论(0) 推荐(0) 编辑
摘要:nginx配置重定向 # nginx rewrite rule rewrite ^/show-(.+)-(.+)-(.+).html$ /index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3 last; rewrite ^/list-(. 阅读全文
posted @ 2016-02-26 14:54 zenghansen 阅读(530) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示