摘要: 使用antd Image加载多张图片时,遇到网络之类的问题,导致图片加载失败,希望能重试3次,之后再展示默认图片 代码如下: const retry = {} const handleError = (e, id, url) => { let cur = retry[id] retry[id] = 阅读全文
posted @ 2024-12-18 16:05 ZerlinM 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 安装mozjpeg npm install mozjpeg -g 压缩单个文件 命令 mozjpeg -quality 75 -outfile C:\\Users\\xxx\\Downloads\\img\\press\\pump1_1.jpg C:\\Users\\xxx\\Downloads\\ 阅读全文
posted @ 2024-12-18 15:12 ZerlinM 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 问题 执行 subprocess.run(command, check=True) 时报错 File "C:\Users\xxx\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_chi 阅读全文
posted @ 2024-12-18 15:05 ZerlinM 阅读(1) 评论(0) 推荐(0) 编辑