01 2025 档案

摘要:一,报错代码: // 验证码长度 $length = 4; // 包含哪些字符 $chars = '0123456789abcefghijklmnopqrstuvwxyz'; $builder = new PhraseBuilder($length, $chars); $captcha = new 阅读全文
posted @ 2025-01-05 19:42 刘宏缔的架构森林 阅读(3) 评论(0) 推荐(0) 编辑
摘要:一,相关文档 https://www.workerman.net/doc/webman/plugin/console.html 二,创建一个空的命令行程序 1,用webman命令创建 $ php webman make:command StatMonthCommand Make command St 阅读全文
posted @ 2025-01-05 19:41 刘宏缔的架构森林 阅读(1) 评论(0) 推荐(0) 编辑
摘要:一,thinkphp默认忽略/vendor目录 默认的.gitignore文件: *.log .env composer.phar composer.lock .DS_Store Thumbs.db /.idea /.vscode /vendor /.settings /.buildpath /.p 阅读全文
posted @ 2025-01-01 19:19 刘宏缔的架构森林 阅读(8) 评论(0) 推荐(0) 编辑
摘要:一,git项目管理端添加项目:(gitolite) # vi gitolite.conf # git add -A # git commit -m "add a project:lhdadm"; # git push origin master 二,客户端初始化项目 1, 先创建项目 $ git i 阅读全文
posted @ 2025-01-01 19:19 刘宏缔的架构森林 阅读(7) 评论(0) 推荐(0) 编辑