上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 204 下一页
摘要: 一,官网: 官方文档: https://pkg.go.dev/github.com/go-playground/validator/v10 代码地址: https://github.com/go-playground/validator 二、常用标记说明 标记 标记说明 例 required 必填 阅读全文
posted @ 2025-01-18 16:51 刘宏缔的架构森林 阅读(378) 评论(0) 推荐(0)
摘要: 一,查看帮助: $ php start.php help Usage: php yourfile <command> [mode] Commands: start Start worker in DEBUG mode. Use mode -d to start in DAEMON mode. sto 阅读全文
posted @ 2025-01-12 21:24 刘宏缔的架构森林 阅读(182) 评论(0) 推荐(0)
摘要: 一,配置时报错: 1,报错 configure: error: Package requirements (xpm) were not met: Package 'xpm', required by 'virtual:world', not found 解决: [root@blog ~]# dnf 阅读全文
posted @ 2025-01-12 21:23 刘宏缔的架构森林 阅读(575) 评论(0) 推荐(0)
摘要: 一,报错代码: // 验证码长度 $length = 4; // 包含哪些字符 $chars = '0123456789abcefghijklmnopqrstuvwxyz'; $builder = new PhraseBuilder($length, $chars); $captcha = new 阅读全文
posted @ 2025-01-05 19:42 刘宏缔的架构森林 阅读(155) 评论(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 刘宏缔的架构森林 阅读(123) 评论(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 刘宏缔的架构森林 阅读(108) 评论(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 刘宏缔的架构森林 阅读(725) 评论(0) 推荐(0)
摘要: 一,报错:Driver [Think] not supported. [2024-12-26T11:18:28+08:00][error] [0]Driver [Think] not supported. 原因: 没有安装视图驱动造成的 解决: $ composer require topthink 阅读全文
posted @ 2024-12-28 10:05 刘宏缔的架构森林 阅读(583) 评论(0) 推荐(0)
摘要: 一,修改默认主题颜色: 默认是暗色:如图: 修改index.html,如下: <!-- Main Sidebar Container <aside class="main-sidebar sidebar-dark-primary elevation-4"> --> <aside class="mai 阅读全文
posted @ 2024-12-28 09:40 刘宏缔的架构森林 阅读(272) 评论(0) 推荐(0)
摘要: 一,官网: 地址: https://adminlte.io/ 文档: https://adminlte.io/docs/3.2/ 代码站: https://github.com/ColorlibHQ/AdminLTE 二,下载、安装 1,从命令行下载: wget https://github.com 阅读全文
posted @ 2024-12-28 09:39 刘宏缔的架构森林 阅读(685) 评论(0) 推荐(0)
上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 204 下一页