码迷,mamicode.com
首页 >  
搜索关键字:monkey runner    ( 1881个结果
LeetCode – Refresh – Copy List with Random Pointer
Two methods for doing this problem:1. With extra memory, using hashtable:I made a mistake for mapping[runner->random] = mapping[runner]->random. Then ...
分类:其他好文   时间:2015-03-19 07:44:36    阅读次数:132
LeetCode – Refresh – Container With Most Water
The minimum height controls the volumns. So let two runner at two ends start to scan the array. 1 class Solution { 2 public: 3 int maxArea(vector ...
分类:其他好文   时间:2015-03-19 06:21:12    阅读次数:147
adobe audition cc2014
“adobeauditioncc2014制作伴奏”这四个字我在网上查了半个月了,但还是没查着解决方法,于是,我便自己琢磨做了做。准备:adobeauditioncc2014,歌曲(最好是无损格式)。1.打开adobeauditioncc20142.插入歌曲,以《空城》为例,我使用的是Monkey`sAudio(.ape)格式3.菜单栏-..
分类:其他好文   时间:2015-03-18 06:40:07    阅读次数:137
LeetCode-Linked List Cycle
Given a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?runner 问题,注意while循环的条件。 1 /** 2 * Definit....
分类:其他好文   时间:2015-03-18 06:27:32    阅读次数:114
SonarQube(5.0.1) 环境的安装配置
SonarQube 安装步骤确定 JDK 和 MySQL 已经成功安装。下载 SonarQube 及工具 SonarQube Runner,下载地址:http://www.sonarqube.org/downloads/解压文件,将下载的SonarQube 和SonarQube Runner 解压到...
分类:其他好文   时间:2015-03-17 00:38:14    阅读次数:167
android测试(转)
1.冒烟测试 跟web端的测试流程一样,你拿到一个你们开发做出来的apk首先得去冒烟,也就是保证他的稳定性,指定时间内不会崩溃。这款原生sdk自带的monkey可以当做我们的测试工具。就跟我之前博客所说的,monkey测试模拟了用户的按键输入,触摸屏输入等等,看设备多久时间出异常。因为它得用到ad....
分类:移动开发   时间:2015-03-16 12:43:27    阅读次数:217
Monkey学习笔记
一、查看APK包名a、用aapt命令查看包名aapt dump badging apk包的路径aapt dump badging D:\测试工作\测试包\云上城用户App\3.0\Cloud_V3.0.0_alpha12_Code2015031102.apk二、第一次使用Monkey命令测试APKm...
分类:其他好文   时间:2015-03-16 09:45:53    阅读次数:145
android自动化测试之Monkey--从参数讲解、脚本制作到实战技巧
金阳光视频:http://v.youku.com/v_show/id_XODcyMjM1MDA4.html?from=y1.2-1-87.4.4-1.1-1-2-31.安装jdk,sdk,TT2.对app进行压力测试(性能测试),模拟器和真机都可以,发送伪随机事件流(一段时间内不重复)(随机事件流:...
分类:移动开发   时间:2015-03-16 00:57:47    阅读次数:216
金阳光Android自动化测试第一季
第一季:http://www.chuanke.com/v1983382-106000-218422.html第一节:Android自动化预备课程基础(上) 1. 基于坐标点触屏:monkeyrunner, 北京播思自研工具 2. 基于随机流的单元测试:CTS,monkey 3. 基于元素图形对比:s...
分类:移动开发   时间:2015-03-15 22:47:05    阅读次数:133
【HDOJ】【1512】Monkey King
数据结构/可并堆 啊……换换脑子就看了看数据结构……看了一下左偏树和斜堆,鉴于左偏树不像斜堆可能退化就写了个左偏树。左偏树介绍:http://www.cnblogs.com/crazyac/articles/1970176.html体会:合并操作是可并堆的核心操作(就像LCT里的access),进....
分类:其他好文   时间:2015-03-15 19:46:37    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!