2020年1月29日

Windows UPnP APIs

摘要: 查找设备 <C++> #include <iostream> #include <Windows.h> #include <UPnP.h> #pragma comment(lib, "ole32.lib") #pragma comment(lib, "oleaut32.lib") using nam 阅读全文

posted @ 2020-01-29 21:06 JebediahKerman 阅读(312) 评论(0) 推荐(0)

编译Android技术总结

摘要: 下载源代码 https://source.android.google.cn/setup/build/downloading?hl=zh-cn https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ 编译 https://source.android.goog 阅读全文

posted @ 2020-01-29 10:38 JebediahKerman 阅读(146) 评论(0) 推荐(0)

导航