摘要: 基于4.2的SDK导出来的MonkeyRunner的最新帮助,这个版本对MonkeyView和MonkeyRect有了很大的加强,在MonkeyRunner的易用性上有了很大的提高。对于导出MonkeyRunner帮助文件的方法也顺便说一下fromcom.android.monkeyrunnerimportMonkeyRunner,MonkeyDevicecontent=MonkeyRunner.help("html"); f=open('help.html','w');f.write(content); f.close(); 文件会生成在S 阅读全文
posted @ 2014-01-22 17:43 Rosepotato 阅读(574) 评论(0) 推荐(0) 编辑
摘要: importjava.awt.image.BufferedImage;importjava.io.File;importjavax.imageio.ImageIO;/***比较两张图片的相似度*@authorGuihua**/publicclassBMPLoader{//改变成二进制码publicstaticString[][]getPX(Stringargs){int[]rgb=newint[3];Filefile=newFile(args);BufferedImagebi=null;try{bi=ImageIO.read(file);}catch(Exceptione){e.printSt 阅读全文
posted @ 2014-01-22 17:26 Rosepotato 阅读(1414) 评论(1) 推荐(0) 编辑