部分手机root后,使用adb root会出现这个提示。 原因是root不彻底。 adb shell之后进入到$界面,su一下才进入到#。 这个之后可以使用root功能了。 注意到,这个时候exit的话,先是退回到$,之后才是退出shell。 如此,adb pull 系统文件夹里面的东西就不方便了。 ...
分类:
数据库 时间:
2016-07-21 17:31:44
阅读次数:
2569
性能测试常用概念及计算公式 一、概念 1、并发连接数-SBC(Simultaneous Browser Connections) 并发连接数指的是客户端向服务器发起请求,并建立了TCP连接。每秒钟服务器链接的总TCP数量,就是并发连接数。 2、请求数-QPS(Query Per Second)/RP ...
分类:
其他好文 时间:
2016-07-21 14:33:19
阅读次数:
246
一、安装swift 3.0 1. 下载 https://swift.org/download/ 找到swift-3.0 ubuntu 15.10版本下载: https://swift.org/builds/swift-3.0-preview-1/ubuntu1510/swift-3.0-previe ...
分类:
编程语言 时间:
2016-06-16 20:18:58
阅读次数:
495
通过查看android源码目录下的build/envsetup.sh文件,可知: - m: Makes from the top of the tree. - mm: Builds all of the modules in the current directory. - mmm: Builds ...
分类:
其他好文 时间:
2016-06-14 22:18:23
阅读次数:
264
android下m、mm、mmm编译命令的使用 android下m、mm、mmm编译命令的使用 通过查看android源码目录下的build/envsetup.sh文件,可知: - m: Makes from the top of the tree. - mm: Builds all of the ...
分类:
移动开发 时间:
2016-06-13 11:30:58
阅读次数:
152
Description Little Bob likes playing with his box of bricks. He puts the bricks one upon another and builds stacks of different height. “Look, I've bu ...
分类:
移动开发 时间:
2016-06-11 18:45:03
阅读次数:
263
sig论文阅读记录Let there be Color!: Joint End-to-end Learning of Global and Local Image Priorsfor Automatic Image Colorization with Simultaneous Classification ( siggraph 2016 )...
分类:
其他好文 时间:
2016-06-03 17:27:05
阅读次数:
300
IntelliSense: #error 指令: Please use the /MD switch for _AFXDLL builds error: vtkCommon.lib(vtkSmartPointerBase.obj) : error LNK2038: 检测到“_ITERATOR_DEB ...
分类:
编程语言 时间:
2016-06-02 11:09:08
阅读次数:
233
最近在arxiv上逛逛,看到一篇关于colorization的paper觉得挺有意思的:
Let there be Color!: Joint End-to-end Learning of Global and Local Image Priors for Automatic Image Colorization with Simultaneous Classification - sig -...
分类:
其他好文 时间:
2016-05-06 15:18:57
阅读次数:
161
? ?
一般来说,用gradle编译去生成apk,有两种编译设置,一种是调试用的-debug mode,一种是最终包-release mode。但是无论是哪种类型,app必须在安装到虚拟机或设备上必须签名。当编译为debug mode 的时候,用debug key。编译为release
mode时候用private key。
无论是用debug还是release...
分类:
移动开发 时间:
2016-05-06 13:05:07
阅读次数:
200