上一页 1 ··· 131 132 133 134 135 136 137 138 139 ··· 204 下一页
摘要: 一,代码: 官方文档地址: https://element-plus.gitee.io/zh-CN/component/breadcrumb.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 2 阅读全文
posted @ 2023-07-31 20:54 刘宏缔的架构森林 阅读(425) 评论(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-07-27 14:46 刘宏缔的架构森林 阅读(324) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://www.imagemagick.org/Usage/formats/#jpg_write 如图: 二,从命令行执行 1,执行命令 只指定目标文件大小 [lhdop@blog avif]$ convert -define jpeg:extent=160k 03_21 阅读全文
posted @ 2023-07-27 14:40 刘宏缔的架构森林 阅读(1041) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://element-plus.gitee.io/zh-CN/component/checkbox.html#%E4%B8%AD%E9%97%B4%E7%8A%B6%E6%80%81 二,代码: 1,html代码 1 2 3 4 5 6 7 8 9 10 11 12 1 阅读全文
posted @ 2023-07-27 14:35 刘宏缔的架构森林 阅读(1047) 评论(0) 推荐(0)
摘要: 一,代码: 说明:在main.js中增加代码,在路由跳转后滑动到顶部,如下 //页面加载后滑至顶部 1 2 3 router.afterEach(() => { window.scrollTo(0,0); }); main.js的例子如下: 1 2 3 4 5 6 7 8 9 10 11 12 13 阅读全文
posted @ 2023-07-27 14:30 刘宏缔的架构森林 阅读(464) 评论(0) 推荐(0)
摘要: 一,查看升级前的版本: liuhongdi@lhdpc:/data/php/tpapibase$ composer --version Composer version 2.5.1 2022-12-22 15:33:54 二,升级,注意先sudo到root liuhongdi@lhdpc:/data 阅读全文
posted @ 2023-07-27 14:23 刘宏缔的架构森林 阅读(764) 评论(0) 推荐(0)
摘要: 一,官方文档: https://doc.thinkphp.cn/v8_0/setup.html 二,查看当前的php版本是否满足升级条件: 1,文档中的环境要求 2,查看本地的php版本: liuhongdi@lhdpc:~$ /usr/local/soft/php8/bin/php --versi 阅读全文
posted @ 2023-07-27 14:21 刘宏缔的架构森林 阅读(5305) 评论(1) 推荐(1)
摘要: 一,报错的例子: 1,报错信息 [root@localhost work]# identify -list format identify: error while loading shared libraries: libjpeg.so.9: cannot open shared object f 阅读全文
posted @ 2023-07-12 19:57 刘宏缔的架构森林 阅读(466) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://imagemagick.org/script/install-source.php 如图: 说明:编译安装前的准备工作,请参见: https://blog.imgtouch.com/index.php/2023/07/12/imagemagick-bian-yi- 阅读全文
posted @ 2023-07-12 19:55 刘宏缔的架构森林 阅读(1239) 评论(0) 推荐(0)
摘要: 一,yum方式安装libwebp [root@localhost ImageMagick-7.1.1-12]# yum install libwebp [root@localhost ImageMagick-7.1.1-12]# yum install libwebp-devel 二,yum方式安装 阅读全文
posted @ 2023-07-12 19:50 刘宏缔的架构森林 阅读(241) 评论(0) 推荐(0)
上一页 1 ··· 131 132 133 134 135 136 137 138 139 ··· 204 下一页