May 31, 2016 May 31, 2016 Calling a virtual method through an interface always was a lot slower than calling a static method through an interface. But Read More
posted @ 2019-01-29 23:47
findumars
Views(160)
Comments(0)
Diggs(0)
https://www.zhihu.com/question/19779887 Read More
posted @ 2019-01-29 23:46
findumars
Views(698)
Comments(0)
Diggs(0)
下载ADB驱动程序安装器 运行ADBDriverInstaller.exe,可以看到设备状态不正常,点击Install 可能会弹出这样的对话框,点击Got it, Restart Now,按照提示完成禁用驱动程序强制签名的操作 参考链接:How to install ADB Driver on Wi Read More
posted @ 2019-01-29 04:25
findumars
Views(2088)
Comments(0)
Diggs(0)
Nana官网地址:nanapro.org 简单示例:NanaDemo.cpp 为避免控制台窗口的弹出,可使用预处理指令#pragma comment(linker, "/SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup") 或者进入工程属性,将链接器->系统中的子系统设 Read More
posted @ 2019-01-29 04:24
findumars
Views(2673)
Comments(0)
Diggs(0)
log4cpp简单示例 log4cpp简单示例 下载地址 Sample.cpp #include <iostream> #include <log4cpp/FileAppender.hh> #include <log4cpp/PatternLayout.hh> #include <log4cpp/C Read More
posted @ 2019-01-29 04:22
findumars
Views(748)
Comments(0)
Diggs(0)
ddd Read More
posted @ 2019-01-29 04:19
findumars
Views(2601)
Comments(0)
Diggs(0)
对于这样一段json 我希望把它转换为一个Programmer对象,Programmer的声明如下 Programmer.h 在Java中,使用第三方库GSON就可以方便地实现对象和json之间的转换;而C++没有反射机制,所以没有类似的库。 于是,我只好自行编写转换代码,如下 将json转换为Pr Read More
posted @ 2019-01-29 04:08
findumars
Views(6531)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号