- 博客(1)
- 资源 (3)
- 收藏
- 关注
原创 【SVG】【前端优化】SVG 压缩技术与 SVGO:优化前端性能的利器
SVG 压缩是提升前端性能的重要手段,SVGO作为专业工具可有效优化SVG文件。设计工具导出的SVG常含冗余元数据、高精度数值和重复定义,通过SVGO的插件系统可智能移除这些内容,压缩率可达50%以上。文章介绍了SVGO的安装使用方法和推荐了多个在线优化工具,帮助开发者减小文件体积,提高页面加载速度。掌握SVG优化技巧对构建高性能Web应用至关重要。
2025-07-02 00:23:59
521
install-lept.zip
使用tesseract的时候慧要求使用leptonica这个库,我整理资源,自己在开发的过程中经常遇到leptonica库依赖不完整的问题,所以自己将常见的所需要的库文件整理出了一份。
2020-07-29
tasm.zip工具包
It is very simple to use:
Don't be deterred by the number of files in the zip - you only need two (yes, 2!)
Give it your code: Look in the BIN directory, okay now put your .asm file in there
Compile your code: Run tasm /l /zi your_file.asm, but replace your_file with the name of your .asm file
Link your code: Run tlink /v your_file.obj io.obj, and replace your_file with the same name you used in step 3
Run your code: Run your_file.exe, and again replace your_file with the same name
注意:tasm为win32版本,高版本需配合DOSBox使用
2020-04-09
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人