06 2015 档案

摘要:"""A TestRunner for use with the Python unit testing framework. Itgenerates a HTML report to show the result at a glance.The simplest way to use this ... 阅读全文
posted @ 2015-06-11 15:07 sun_spring 阅读(1360) 评论(0) 推荐(0)
摘要:import osimport unittestfrom appium import webdriverfrom time import sleepimport sys,time,re,datetimeimport HTMLTestRunner# Returns abs path relative ... 阅读全文
posted @ 2015-06-11 14:52 sun_spring 阅读(174) 评论(0) 推荐(0)
摘要:写好系统后,想往system/app下push一个apk,提示remount failed: Operation not permitted。解决方案如下:1. 进入shell adb shell2. shell下输入命令shell@android:/ $ sushell@android:/ # m... 阅读全文
posted @ 2015-06-11 14:30 sun_spring 阅读(8590) 评论(1) 推荐(0)
摘要:1. 安装nodejs0.8(https://nodejs.org/download/)版本及以上, 通过官方的安装程序来安装,配置环境变量,如D:\Program Files\nodejsNode –v 来查看安装是否成功2. 安装android的sdk包,(http://developer.an... 阅读全文
posted @ 2015-06-11 14:25 sun_spring 阅读(2442) 评论(0) 推荐(0)