帝国cms会转义反斜杠即“\”,所以畅言代码在帝国cms里无法正常加载且前台会出现代码,解决方法可以通过把js代码放入js文件,引入避免被转义。也可以通过修改 window.document.wr...
         blzxadmin179   6年前 (2019-05-05)  132℃  暂无评论 4喜欢
      
        
        
        默认PhpPresentation类无法设置行高,没办法有需求只能自己参考国外资料修改,方法如下:找到\PhpOffice\PhpPresentation\Shape\RichText\Paragraph.php文件,给类Paragraph添加如...
         blzxadmin179   6年前 (2019-05-05)  184℃  暂无评论 8喜欢
      
        
        
        PHP配置文件中session.save_path负责session文件的存放位置。如果没有配置则不会生成session文件,如果配置的目录session.save_path = “E:/temp”不存在,则会报错:Warning: se...
         blzxadmin179   6年前 (2019-04-20)  150℃  暂无评论 11喜欢
      
        
        
        关于PHPPPT类PhpPresentation设置页面大小换算方式...
         blzxadmin179   6年前 (2019-04-13)  273℃  暂无评论 17喜欢
      
        
        
        //////                   _ooOoo_///                  o8888888o///                  88" . "88///                  (| -_- |)///                  O\  =  /O///...
         blzxadmin179   6年前 (2019-03-19)  182℃  暂无评论 8喜欢
      
        
        
        帝国cms采用ueditor百度编辑器插入代码语言保存更改发现显示不全,最终解决方法只需要把原来用于渲染编辑器元素textarea改成script即可。参考:http://www.webuc.cn/w/ueditor/...
         blzxadmin179   6年前 (2019-03-19)  325℃  暂无评论 6喜欢
      
        
        
        想要在CMD命令窗口下显示正文不乱码,必须转换成GBK输出,即$str = iconv('UTF-8','gbk',$str);参看实例:function _t($str='',$num=20,$pad =' ...
         blzxadmin179   6年前 (2019-03-14)  162℃  暂无评论 7喜欢
      
        
        
        foreach ($list as $k => $lis){    if($list[$k]["user"]["mobile"]){    //对手机号指定替换位置进行替换成*        $list[$k]["user"]["mobile"]=substr_replace($list[...
         blzxadmin179   6年前 (2019-02-22)  299℃  暂无评论 10喜欢
      
        
        
        $pro=db('fin_loan')->where("`id`={$id}")->find();Db::execute("update ".config('database.prefix')."fin_loan set `lastclktime`=".time().",`views`=...
         blzxadmin179   6年前 (2019-02-18)  146℃  暂无评论 7喜欢
      
        
        
        /** * @param $id * @param $credit1 * @param $credit2 * @return $this|bool|null * 根据ID修改余额和积分 */function updateCreditById($id, $credit1, $credit2){    i...
         blzxadmin179   6年前 (2019-02-01)  196℃  暂无评论 9喜欢