2023年5月23日

c++ base64 编码

摘要: #include <iostream> #include <string> #include <vector> #include <cryptopp/base64.h> #include <cryptopp/filters.h> std::string BinaryToBase64(const st 阅读全文

posted @ 2023-05-23 21:51 空明流光 阅读(178) 评论(0) 推荐(0)

java ImageIO 不支持 TIF 图像的问题

摘要: 使用插件 GitHub - haraldk/TwelveMonkeys: TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO 代码不用变,只要引入这些相应的 jar,就自动支持了 阅读全文

posted @ 2023-05-23 17:57 空明流光 阅读(145) 评论(0) 推荐(0)

导航