摘要: 方法一:top之后按1,能看到各个CPU的使用情况,截图中能看到有6个CPU方法二:shell命令 查看物理CPU数grep 'physical id' /proc/cpuinfo | sort -u |wc -l方法三cat /proc/cpuinfo 不推荐 ... 阅读全文
posted @ 2015-07-30 10:37 mooreliu 阅读(2622) 评论(0) 推荐(1) 编辑
摘要: 以下内容由飞雪无情提供翻译原文地址http://tools.android.com/tech-docs/new-build-system/user-guide目录1 介绍1.1 新构建系统的目标1.2 Gradle是什么?2 要求3 基础工程3.1 基本的build文件3.2 工程结构3.2.1 配... 阅读全文
posted @ 2015-07-30 09:53 mooreliu 阅读(487) 评论(0) 推荐(0) 编辑
摘要: Support AnnotationsAs of version 19.1 of the Android support library, there is a new annotations package which includes a number of useful metadata an... 阅读全文
posted @ 2015-07-30 09:09 mooreliu 阅读(1364) 评论(0) 推荐(0) 编辑