摘要: <?php class Captcha { private $width; private $height; private $codeNum; private $code; private $im; function __construct($width = 80, $height = 20, $ 阅读全文
posted @ 2021-11-20 15:44 黄啊码 阅读(160) 评论(0) 推荐(0)
摘要: 有时候某些原因程序出错,会有大量日志生成,最好调整下日志,单独出来。在配置文件config/queue.php开头添加: use think\facade\Log;Log::init([ 'single' => 'queue', 'file_size' => 1024 * 1024 * 10, 'l 阅读全文
posted @ 2021-11-20 15:39 黄啊码 阅读(74) 评论(0) 推荐(0)