摘要: GCHandle objHandle = GCHandle.Alloc(Globals.Instance.BlackBoard, GCHandleType.WeakTrackResurrection); int address = GCHandle.ToIntPtr(objHandle).ToInt 阅读全文
posted @ 2021-06-10 19:25 Hey,Coder! 阅读(1663) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <fstream> #include <sstream>std::stringstream ss; std::ifstream fileStream{ filePath, std::ios::binary }; std::stringstre 阅读全文
posted @ 2021-06-10 17:40 Hey,Coder! 阅读(583) 评论(0) 推荐(0) 编辑