摘要:
GCHandle objHandle = GCHandle.Alloc(Globals.Instance.BlackBoard, GCHandleType.WeakTrackResurrection); int address = GCHandle.ToIntPtr(objHandle).ToInt 阅读全文
posted @ 2021-06-10 19:25
Hey,Coder!
阅读(1800)
评论(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!
阅读(600)
评论(0)
推荐(0)