摘要:如何快速清理discuz 3.2 中等待审核的回复数:pre_forum_post_moderate,点击清空 清空回收站的主题帖:DELETE FROM `pre_forum_thread` WHERE `displayorder` = -1清空回收站回帖:DELETE FROM `pre_for
阅读全文
摘要:PHP生成二维码,个人认为最常用的有两种,1.使用google的api生成,2.使用PHP QR Code生成,两种方法生成的二维码都是很清淅的,效果不错。下面来分别说明这两种方法如何实现。一、PHP使用google api在线生成二维码:关于这个API的介绍就不说了吧,你可以去Google的官方网...
阅读全文
摘要:错误一: Fatal error: “Uncaught exception 'Zend_Controller_Response_Exception' with message 'Cannot send headers; ”或者“You must call ... before any output has been sent to the browser; output started in ...” 解决方案: 修改php.ini的参数配置项 output_buffering off 修改为output_buffering on 其他的方法: 把controller层
阅读全文