09 2023 档案

摘要:一,报错信息: Uncaught runtime errors: × ERROR ResizeObserver loop completed with undelivered notifications. at handleError (webpack-internal:///./node_modu 阅读全文
posted @ 2023-09-30 16:15 刘宏缔的架构森林 阅读(3362) 评论(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 刘宏缔的架构森林 阅读(1686) 评论(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 刘宏缔的架构森林 阅读(157) 评论(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 刘宏缔的架构森林 阅读(300) 评论(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 刘宏缔的架构森林 阅读(271) 评论(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 刘宏缔的架构森林 阅读(70) 评论(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 刘宏缔的架构森林 阅读(143) 评论(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 刘宏缔的架构森林 阅读(303) 评论(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 刘宏缔的架构森林 阅读(366) 评论(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 刘宏缔的架构森林 阅读(219) 评论(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 刘宏缔的架构森林 阅读(536) 评论(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 刘宏缔的架构森林 阅读(184) 评论(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 刘宏缔的架构森林 阅读(125) 评论(0) 推荐(0) 编辑
摘要:一,安装@vue/cli: 查看bin目录下的程序 root@lhdpc:/usr/local/source/node# ls /usr/local/soft/node-v18.17.1-linux-x64/bin/ corepack node npm npx 用npm安装 root@lhdpc:/ 阅读全文
posted @ 2023-09-07 13:16 刘宏缔的架构森林 阅读(738) 评论(0) 推荐(0) 编辑
摘要:一,报错信息 root@lhdpc:~# npm install -g npm npm ERR! code EBADENGINE npm ERR! engine Unsupported engine npm ERR! engine Not compatible with your version o 阅读全文
posted @ 2023-09-07 13:11 刘宏缔的架构森林 阅读(12704) 评论(0) 推荐(0) 编辑
摘要:一,访问官网 https://nodejs.org/en 得到下载包地址: 二,下载/解压 下载: root@lhdpc:/usr/local/source/node# wget https://nodejs.org/dist/v18.17.1/node-v18.17.1-linux-x64.tar 阅读全文
posted @ 2023-09-07 13:08 刘宏缔的架构森林 阅读(2268) 评论(0) 推荐(0) 编辑
摘要:一,查看安装配置信息 [liuhongdi@img ~]$ /usr/local/soft/php8.2.5/bin/php -i 相当于执行: [liuhongdi@img ~]$ /usr/local/soft/php8.2.5/bin/php -r "phpinfo();” 二,列出开启的扩展 阅读全文
posted @ 2023-09-02 21:45 刘宏缔的架构森林 阅读(40) 评论(0) 推荐(0) 编辑
摘要:一,用-i参数 [liuhongdi@img ~]$ /usr/local/soft/php8.2.5/bin/php -i | grep configure Configure Command => './configure' '--prefix=/usr/local/soft/php8.2.5' 阅读全文
posted @ 2023-09-02 21:41 刘宏缔的架构森林 阅读(397) 评论(0) 推荐(0) 编辑
摘要:一,测试是否开启jit? [liuhongdi@img ~]$ more jit.php <?php var_dump(opcache_get_status()['jit']); ?> 报错: [liuhongdi@img ~]$ /usr/local/soft/php8.2.5/bin/php j 阅读全文
posted @ 2023-09-02 21:33 刘宏缔的架构森林 阅读(461) 评论(0) 推荐(0) 编辑