会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
轻幻
博客园
园子
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
2017年3月13日
python编码
摘要: 不同的编辑器,如VIM,IDLE,Eclipse使用的输出编码都是不一致的。 所以,在一个地方能正常输出中文,在另外一个地方就未必。所以还必须做编码解码设置! encode:编码 decode:解码 必须保证编码、解码的对象是同一个。比如说UTF-8方式编码, 必须再用UTF-8进行解码即可。 所以
阅读全文
posted @ 2017-03-13 00:16 轻幻
阅读(136)
评论(0)
推荐(0)
2017年3月10日
selenium3打开chrome浏览器,firefox
摘要: import osfrom selenium import webdriver chromedriver = "C:\Program Files (x86)\Google\Chrome\Application\chromedriver.exe"os.environ["webdriver.chrome
阅读全文
posted @ 2017-03-10 13:14 轻幻
阅读(3954)
评论(0)
推荐(0)
2017年3月9日
查看app包名,activity名
摘要: 打开app输入: adb shell dumpsys window w |findstr \/ |findstr name=
阅读全文
posted @ 2017-03-09 10:32 轻幻
阅读(198)
评论(0)
推荐(0)
2017年3月6日
beyond compare 数据对比工具
摘要: beyond compare
阅读全文
posted @ 2017-03-06 13:51 轻幻
阅读(185)
评论(0)
推荐(0)
2017年3月3日
Genymotion安装教程
摘要: 1.下载安装虚拟机virtualbox 2.下载安装genymotion 3.重启电脑方f12开启虚拟化 账号:qinghuanhuana 由于Genymotion是基于X86的,它并不支持ARM架构,这时候我们需要往模拟器中拖拽安装Genymotion-ARM-Translation_v1.1.z
阅读全文
posted @ 2017-03-03 11:05 轻幻
阅读(219)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
公告