2022年7月8日

摘要: <style> .table-header td{ width: 100px; height: 40px; line-height: 40px; text-align: center; } </style> <table class="table-header"> <tr> <td rowspan= 阅读全文

posted @ 2022-07-08 11:07 君子不卿 阅读(171) 评论(0) 推荐(0) 编辑


2022年7月7日

摘要: 简易的命令行入门教程: Git 全局设置: git config --global user.name "子卿" git config --global user.email "junzibuqing@qq.com" 创建 git 仓库: mkdir wenfuyi-v cd wenfuyi-v g 阅读全文

posted @ 2022-07-07 19:29 君子不卿 阅读(80) 评论(0) 推荐(0) 编辑

摘要: $html .= ' <div class="hd list04_hd"> <!-- 本级--> <div class="btn"> <em class="js-categoryAdd addYq" data-type="yiyuan" style="background-image: url('. 阅读全文

posted @ 2022-07-07 11:34 君子不卿 阅读(28) 评论(0) 推荐(0) 编辑


2022年7月5日

摘要: 1.站点关闭 config修改 config($config); if(config('web_site_close') == 0 && session('uid') !=1 ){ $this->error('站点已经关闭,请稍后访问~'); } 在config里面添加 修改所有的config(ap 阅读全文

posted @ 2022-07-05 11:41 君子不卿 阅读(77) 评论(0) 推荐(0) 编辑


2022年7月4日

摘要: 由dump的结果可知 除去不需要的前缀数据,然后就可以正常使用,解决问题。 unset($param['/admin/shiti/getregulations_html']); 阅读全文

posted @ 2022-07-04 19:45 君子不卿 阅读(496) 评论(0) 推荐(0) 编辑

摘要: 1. 删除model里面没有的validate 添加验证 $validate = new UserValidate(); // var_dump($validate->check($param));exit; if (!$validate->check($param)) { return ['cod 阅读全文

posted @ 2022-07-04 18:55 君子不卿 阅读(490) 评论(0) 推荐(0) 编辑

摘要: 修改model问题 注释这个代码 $model = Db::name('regulationsdtl_header'); 把文中的$model直接换掉,直接使用后面的Db,即可解决此问题 阅读全文

posted @ 2022-07-04 18:05 君子不卿 阅读(66) 评论(0) 推荐(0) 编辑

摘要: 1,先找到文档位置 2.修改 在value后面添加|raw进行解析 {$vo.values|raw} 显示结果如下 阅读全文

posted @ 2022-07-04 15:49 君子不卿 阅读(35) 评论(0) 推荐(0) 编辑

摘要: 1.where条件查询语句 添加判断(tp5.0升级5.1) if (is_array($field)&&empty($op)){ $field = associative_to_index($field); } 2.comment.php文件添加一个方法 function associative_ 阅读全文

posted @ 2022-07-04 15:30 君子不卿 阅读(239) 评论(0) 推荐(0) 编辑

摘要: 1.TP5中遇到CLASS 'PHPOFFICE\PHPSPREADSHEET\SPREADSHEET' NOT FOUND这个问题 当你要使用excel导入导出的时候需要使用phpspreadsheet那么你就要composer composer require phpoffice/phpspre 阅读全文

posted @ 2022-07-04 14:29 君子不卿 阅读(717) 评论(0) 推荐(0) 编辑


Copyright © 2024 君子不卿
Powered by .NET 9.0 on Kubernetes

//评论