10 2018 档案
摘要:LOCAL_PRIVATE_PLATFORM_APIS := true设置后,会使用sdk的hide的api來编译 在Android.mk中如果有LOCAL_SDK_VERSION 这个编译配置,就会使编译的应用不能访问hide的api,有时一些系统的class被import后编译时说找不到这个类,
阅读全文
摘要:https://www.jianshu.com/p/fd6cdbaf8b26 查询设备 adb devices 查询手机中的用户 adb shell pm list users 查看设备上的应用包名: adb shell pm list packages adb shell pm list pack
阅读全文
摘要:meminfo: basic memory status-adb shell cat proc/meminfo -- 内存系统信息-adb shell cat proc/pid/maps -- 指定进程内存地址映射-adb shell cat proc/pid/smaps -- 指定进程内存详细使用
阅读全文
摘要:http://zs.91.com/
阅读全文
摘要:http://get.adobe.com/cn/reader/otherversions/ 点击“立即下载”按钮,即可开始下载到PC端
阅读全文
摘要:参考地址:https://linuxconfig.org/how-to-install-wine-on-ubuntu-linux-64bit The following linux command procedure can be used to install Wine the Microsoft
阅读全文
摘要:直接在“ubuntu软件中心”进行搜索安装 为什么说它是最好用?很简单!可同时显示目录和内容,中文没乱码!能实现这两点的竞争对手已经不多了,至少我是没发现。什么chmsee,gnochm,都有乱码。虽然这是个KDE下的软件,但是GNOME下同样可用。
阅读全文
摘要:内存条 DDR4 DDR4相比DDR3最大的区别有: 1)处理器:每次内存升级换代时,必须支持的就是处理器。Haswell-E平台的内存同IVB-E/SNB-E一样为四通道设计,DDR4内存频率原生支持2133MHz,这相较IVB-E的DDR3原生1866MHz,起始频率有不小的提升。Haswell
阅读全文