会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
开发回忆录
知识点太杂了,写些记下来
博客园
首页
新随笔
联系
订阅
管理
01 2022 档案
C++ CLI string
摘要:String^ to std::string #include <msclr\marshal_cppstd.h> marshal_as<string>(String^)
阅读全文
posted @
2022-01-27 17:42
supersdar
阅读(74)
评论(0)
推荐(0)
Byte流的压缩小技巧
摘要:使用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
阅读(347)
评论(0)
推荐(0)
公告