05 2024 档案
摘要:这几天在网上找了一通转换工具、网页及API,发现https://www.convertapi.com/比较合适,在官网上注册后可以免费试用一个月,也可以在https://github.com/ConvertAPI/convertapi-cli下载命令行程序,比如: convertapi --ifor
阅读全文
摘要:最近在调整typst模板,将字号与磅数对应关系放在这里备忘: 初号42磅,小初36磅,一号26磅,小一24磅,二号22磅,小二18磅,三号16磅,小三15磅,四号14磅,小四12磅,五号10.5磅,小五9磅
阅读全文
摘要:https://github.com/sirredbeard/awesome-wsl
阅读全文
摘要:专业版:TD244-P4NB7-YQ6XK-Y8MMM-YWV2J 企业版:VHF9H-NXBBB-638P6-6JHCY-88JWH
阅读全文
摘要:odin build bit.odin -file -extra-linker-flags:-static or: odin build . -extra-linker-flags:-static
阅读全文
摘要:dub.sdl: dflags "--static" "-O3" "-link-defaultlib-shared=false" 编译: dub build -b release --compiler=ldc2
阅读全文
摘要:// [v2|3][TRIAL|RELEASE][0102]_ExpiryMD5 破解步骤: 1. 注册码生成格式见上面注释 2. 在打包后的代码中搜索:_LicenseManager.RELEASE_INFORMATION 3. 将“[v3][Release][0102]_[MD5]”中的[MD5
阅读全文