12 2018 档案

c++ 调用 wmi 获取数据
摘要:#define _WIN32_DCOM #include using namespace std; #include #include #include # pragma comment(lib, "wbemuuid.lib") string GetBiosSerialNumber() { string result(""); HRESULT hres; ... 阅读全文

posted @ 2018-12-18 10:59 空明流光 阅读(756) 评论(0) 推荐(0) 编辑

streamreader 和 streamwriter 以及 string 与 memorystream 使用示例
摘要:经常用到,但老记不住,备忘一下 阅读全文

posted @ 2018-12-07 10:50 空明流光 阅读(608) 评论(0) 推荐(0) 编辑

导航