摘要: String^ to std::string #include <msclr\marshal_cppstd.h> marshal_as<string>(String^) 阅读全文
posted @ 2022-01-27 17:42 supersdar 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 使用Lz4: public class Lz4Tool { public static byte[] CompressBytes(byte[] bytes) { return LZ4Codec.Wrap(bytes); } public static byte[] Decompress(byte[] 阅读全文
posted @ 2022-01-27 14:27 supersdar 阅读(282) 评论(0) 推荐(0) 编辑