本文转载自:http://blog.csdn.net/u012719256/article/details/52304273 一、MTD分区: BOOT: boot.img,Linux kernel (within normal ramdisk)MISC: bootloader message st ...
分类:
其他好文 时间:
2017-10-14 21:18:04
阅读次数:
289
Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [-2,1,-3,4,-1,2, ...
分类:
其他好文 时间:
2017-10-14 21:03:21
阅读次数:
170
There are 1000 buckets, one and only one of them contains poison, the rest are filled with water. They all look the same. If a pig drinks that poison ...
分类:
其他好文 时间:
2017-10-14 01:21:42
阅读次数:
137
Description: Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [-2 ...
分类:
其他好文 时间:
2017-10-13 23:41:59
阅读次数:
243
docker 安装参照官网一步一步来,特别简单,主要是下载比较慢; docker 需要 管理员权限; docker 相关命令: 容器生命周期管理 — docker [run|start|stop|restart|kill|rm|pause|unpause] 容器操作运维 — docker [ps|i ...
分类:
其他好文 时间:
2017-10-13 17:55:28
阅读次数:
185
Houston offers arrived at the actual postseason 3 times like a wild-card group because successful final successful it's department within 2001 -- havi ...
分类:
其他好文 时间:
2017-10-10 10:07:20
阅读次数:
217
执行命令: weex plugin add 插件名称时,报错:could not find gradle wrapper within android sdk,如图: 这是由于android的环境没装好引起的,解决方法: 执行指令: ...
分类:
移动开发 时间:
2017-09-29 17:55:31
阅读次数:
241
Sometimes it’s desired to decide within an updater function if an update to re-render should be triggered. Calling .setState with null no longer trigg ...
分类:
其他好文 时间:
2017-09-29 00:37:09
阅读次数:
164
慢查询日志概念 原文:http://www.cnblogs.com/kerrycode/p/5593204.html MySQL的慢查询日志是MySQL提供的一种日志记录,它用来记录在MySQL中响应时间超过阀值的语句,具体指运行时间超过long_query_time值的SQL,则会被记录到慢查询日 ...
分类:
数据库 时间:
2017-09-27 17:38:45
阅读次数:
427
最近在学习自动化框架appium,网上找一些API相关资料整理了一下 1.find_element_by_id find_element_by_id(self, id_): Finds element within this element's children by ID(通过元素的ID定位元素) ...
分类:
移动开发 时间:
2017-09-27 00:51:02
阅读次数:
372