数组中重复项的去除一维数组的重复项:使用array_unique函数即可,使用实例如下:结果如下:Array ( [0] => apple [1] => banana [2] => pear [4] => wail [5] => watermalon ) 。二维数组的重复项:对于二维数组咱们分两种情...
分类:
Web程序 时间:
2014-09-24 13:29:26
阅读次数:
212
1、android aapt
aapt 是android assert packaging tool的缩写,采用aapt可以查看apk的信息和列出apk包的内容
2、monkey runner 和chimpchat
The monkeyrunner tool provides an API for writing programs that control an Android de...
分类:
移动开发 时间:
2014-09-23 22:32:55
阅读次数:
288
python 遍历字典几种方法脚本:#!/usr/bin/python dict={"a":"apple","b":"banana","o":"orange"} print "##########dict######################" for i in dict: ...
分类:
编程语言 时间:
2014-09-23 19:12:15
阅读次数:
308
章节:自动化基础篇——Monkey原理初步和改良优化(第四讲)网易云课堂:http://study.163.com/course/courseLearn.htm?courseId=712011#/learn/video?lessonId=876095&courseId=712011主要讲解内容与笔记...
分类:
移动开发 时间:
2014-09-22 00:38:11
阅读次数:
297
Problem Description
《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during the Ming Dynasty. In this novel, Monkey ...
分类:
其他好文 时间:
2014-09-21 11:56:50
阅读次数:
398
Problem Description
《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during the Ming Dynasty. In this novel, Monkey...
分类:
其他好文 时间:
2014-09-20 21:31:39
阅读次数:
247
Problem Description
《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during the Ming Dynasty. In this novel, Monke...
分类:
其他好文 时间:
2014-09-20 20:18:49
阅读次数:
215
用wget指令直接下载libevent:# wget http://www.monkey.org/~provos/libevent-1.2.tar.gz 然后,在配置时需要指定一个安装路径,即./configure –prefix=/usr;然后make;然后make install; 详细的方法如下: ...
分类:
系统相关 时间:
2014-09-19 22:38:26
阅读次数:
256
python3.0以上,print函数应为print(),不存在dict.iteritems()这个函数。在python中写中文注释会报错,这时只要在头部加上# coding=gbk即可#字典的添加、删除、修改操作dict = {"a" : "apple", "b" : "banana", "g" ...
分类:
编程语言 时间:
2014-09-17 20:14:52
阅读次数:
389
因项目需要,开始研究Android自动化测试方法,对其中的一些工具、方法和框架做了一些简单的整理,其中包括Monkey、Monkeyrunner、Athrun、appium,目前仍在了解学习android测试框架、CTS等。本文主要为前段时间学习总结,由于刚接触不久,故本文难免会有些肤浅,大神请绕走...
分类:
移动开发 时间:
2014-09-16 22:02:31
阅读次数:
504