上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 186 下一页
摘要: 一,官方文档地址: https://router.vuejs.org/zh/guide/essentials/dynamic-matching.html 二, 代码: 1,router配置 { path: '/:pathMatch(.*)*', name: 'NotFound',meta:{titl 阅读全文
posted @ 2023-10-04 22:38 刘宏缔的架构森林 阅读(618) 评论(0) 推荐(0)
摘要: 一,报错信息: Uncaught runtime errors: × ERROR ResizeObserver loop completed with undelivered notifications. at handleError (webpack-internal:///./node_modu 阅读全文
posted @ 2023-09-30 16:15 刘宏缔的架构森林 阅读(4200) 评论(1) 推荐(1)
摘要: 一,官方文档地址: https://element-plus.gitee.io/zh-CN/component/form.html#%E8%87%AA%E5%AE%9A%E4%B9%89%E6%A0%A1%E9%AA%8C%E8%A7%84%E5%88%99 二,js代码: 1 2 3 4 5 6 阅读全文
posted @ 2023-09-30 16:13 刘宏缔的架构森林 阅读(2079) 评论(0) 推荐(0)
摘要: 一,vue: 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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 阅读全文
posted @ 2023-09-30 16:10 刘宏缔的架构森林 阅读(263) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://www.workerman.net/doc/webman/plugin/console.html 二,安装所需的库: 1,从命令行安装: liuhongdi@lhdpc:/data/webman/imageadmin$ composer require webma 阅读全文
posted @ 2023-09-22 11:20 刘宏缔的架构森林 阅读(433) 评论(0) 推荐(0)
摘要: 一,官方文档: https://www.workerman.net/doc/webman/db/redis.html 二,安装库: 1,从命令行安装 liuhongdi@lhdpc:/data/webman/imageadmin$ composer require -W illuminate/red 阅读全文
posted @ 2023-09-22 11:16 刘宏缔的架构森林 阅读(471) 评论(0) 推荐(0)
摘要: webman:自动加载(v1.5.7) 一,官方文档地址: https://www.workerman.net/doc/webman/others/autoload.html 二,实际操作 1,设置目录: 在项目根目录下新建目录 extend: 修改composer.json 增加以下代码: "psr-0" : { "": "extend 阅读全文
posted @ 2023-09-22 11:11 刘宏缔的架构森林 阅读(157) 评论(0) 推荐(0)
摘要: 一,官方文档地址: 1,文档 https://www.workerman.net/doc/webman/components/captcha.html 2,用到的库项目代码地址: https://github.com/webman-php/captcha 二, 安装库: 1,用composer安装 阅读全文
posted @ 2023-09-19 21:09 刘宏缔的架构森林 阅读(224) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://www.workerman.net/doc/webman/others/nginx-proxy.html 二,配置nginx 添加一个host upstream webman { server 127.0.0.1:8787; keepalive 10240; } 阅读全文
posted @ 2023-09-19 15:01 刘宏缔的架构森林 阅读(447) 评论(0) 推荐(0)
摘要: 一,官方站: 官网地址: https://sindresorhus.com/screenfull/ 代码地址: https://github.com/sindresorhus/screenfull.js 二,安装: 1,安装 root@lhdpc:/data/vue/responsive# npm 阅读全文
posted @ 2023-09-19 14:58 刘宏缔的架构森林 阅读(588) 评论(0) 推荐(0)
上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 186 下一页