上一页 1 ··· 111 112 113 114 115 116 117 118 119 ··· 186 下一页
摘要: 一,登录百度统计获取统计代码: 使用设置->网站列表->新增网站: 填写数据后点确定: 配置单页: 复制代码: 二,添加代码到vue的html页面 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 阅读全文
posted @ 2023-08-28 15:23 刘宏缔的架构森林 阅读(936) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://www.workerman.net/doc/webman/components/validation.html 二,安装组件: 1,安装 liuhongdi@lhdpc:/data/webman/imageadmin$ composer require topth 阅读全文
posted @ 2023-08-28 15:18 刘宏缔的架构森林 阅读(366) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://www.workerman.net/doc/webman/config.html 二,代码: 1, .env: GOODS_IMAGE_DIR=/var/www/html/goodsImage GOODS_IMAGE_HOST=http://192.168.219 阅读全文
posted @ 2023-08-28 15:14 刘宏缔的架构森林 阅读(233) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://www.workerman.net/doc/webman/components/env.html 二,安装phpdotenv插件: liuhongdi@lhdpc:/data/webman/imageadmin$ composer require vlucas/p 阅读全文
posted @ 2023-08-23 09:57 刘宏缔的架构森林 阅读(390) 评论(0) 推荐(0)
摘要: 一,官方文档: https://www.workerman.net/doc/webman/middleware.html 二,php代码: 1,配置路由的中间件 config/route.php 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 阅读全文
posted @ 2023-08-23 09:55 刘宏缔的架构森林 阅读(275) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://www.workerman.net/doc/webman/middleware.html 二,php代码 1,配置中间件: config/middleware.php 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 阅读全文
posted @ 2023-08-23 09:52 刘宏缔的架构森林 阅读(402) 评论(0) 推荐(0)
摘要: 一,文档地址: https://www.workerman.net/doc/webman/others/security.html https://www.workerman.net/doc/webman/request.html https://www.workerman.net/doc/webm 阅读全文
posted @ 2023-08-23 09:50 刘宏缔的架构森林 阅读(407) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://www.workerman.net/doc/webman/db/thinkcache.html 二,安装组件 liuhongdi@lhdpc:/data/webman/imageadmin$ composer require -W webman/think-cac 阅读全文
posted @ 2023-08-23 09:49 刘宏缔的架构森林 阅读(169) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://www.workerman.net/doc/webman/db/thinkorm.html 二,安装组件 liuhongdi@lhdpc:/data/webman/imageadmin$ composer require -W webman/think-orm . 阅读全文
posted @ 2023-08-23 09:46 刘宏缔的架构森林 阅读(326) 评论(0) 推荐(0)
摘要: 一,官方文档: https://www.workerman.net/doc/webman/log.html 二,代码: 1,配置: config/log.php 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 阅读全文
posted @ 2023-08-23 09:41 刘宏缔的架构森林 阅读(277) 评论(0) 推荐(0)
上一页 1 ··· 111 112 113 114 115 116 117 118 119 ··· 186 下一页