上一页 1 ··· 34 35 36 37 38
摘要: 1 #Filename:game1.py 2 3 guess=10 4 running=True 5 while running: 6 try: 7 answer=int(raw_input('Guess what i think:')) 8 ... 阅读全文
posted @ 2014-08-08 15:03 熠然 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 使用eclipse启动emulator的时候,出现PANIC:Could not open emulator,模拟器无法正常的运行。 经过搜索得知,因为我的SDK的环境变量出问题,需要重新配置下环境变量。 阅读全文
posted @ 2014-07-22 19:39 熠然 阅读(501) 评论(0) 推荐(0) 编辑
摘要: Appium运行的时候,查看到log输出为: info: Welcome to Appium v1.2.0 (REV e53f49c706a25242e66d36685c268b599cc18da5)info: Appium REST http interface listener started 阅读全文
posted @ 2014-07-22 19:34 熠然 阅读(6215) 评论(0) 推荐(0) 编辑
摘要: 看过乙醇大神的博文,然后又看了一些大神的博文,自己陆陆续续的折腾了一个月,今天上午的时候,appium终于跑起来了。纪念下,在自动化路上取得的一个小胜利 Appium版本:1.2 Python版本:2.7 Windows:Windows 7 x86 阅读全文
posted @ 2014-07-22 15:23 熠然 阅读(421) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38