摘要:
String^ to std::string #include <msclr\marshal_cppstd.h> marshal_as<string>(String^) 阅读全文
摘要:
使用Lz4: public class Lz4Tool { public static byte[] CompressBytes(byte[] bytes) { return LZ4Codec.Wrap(bytes); } public static byte[] Decompress(byte[] 阅读全文