上一页 1 ··· 127 128 129 130 131 132 133 134 135 ··· 204 下一页
摘要: 一,官方文档地址: https://www.workerman.net/doc/webman/plugin/console.html 二,安装所需的库: 1,从命令行安装: liuhongdi@lhdpc:/data/webman/imageadmin$ composer require webma 阅读全文
posted @ 2023-09-22 11:20 刘宏缔的架构森林 阅读(454) 评论(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 刘宏缔的架构森林 阅读(484) 评论(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 刘宏缔的架构森林 阅读(171) 评论(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 刘宏缔的架构森林 阅读(241) 评论(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 刘宏缔的架构森林 阅读(467) 评论(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 刘宏缔的架构森林 阅读(608) 评论(0) 推荐(0)
摘要: 一,官方地址: 官方站: https://rstacruz.github.io/nprogress/ 代码站: https://github.com/rstacruz/nprogress 二,安装/引入: 1,安装 root@lhdpc:/data/vue/responsive# npm insta 阅读全文
posted @ 2023-09-19 14:47 刘宏缔的架构森林 阅读(330) 评论(0) 推荐(0)
摘要: 一,报错信息: [eslint] EACCES: permission denied, open '/data/vue/responsive/node_modules/.cache/eslint/43541cdc.json’ 如图: 二,解决 切换拒绝访问的文件的owner liuhongdi@lh 阅读全文
posted @ 2023-09-19 14:46 刘宏缔的架构森林 阅读(658) 评论(0) 推荐(0)
摘要: 一,代码: 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-09 11:55 刘宏缔的架构森林 阅读(304) 评论(0) 推荐(0)
摘要: 一,通过命令行创建 root@lhdpc:/data/vue# vue create responsive 此处使用默认选中的vue3,回车即可 二,运行vue项目: 按照提示运行 root@lhdpc:/data/vue# cd responsive/ root@lhdpc:/data/vue/r 阅读全文
posted @ 2023-09-07 13:19 刘宏缔的架构森林 阅读(199) 评论(0) 推荐(0)
上一页 1 ··· 127 128 129 130 131 132 133 134 135 ··· 204 下一页