会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lixinhang
小白,小白白
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2019年5月6日
准备Appium环境
摘要: 一、先安装Appium Python Client包。此操作需要先安装Selenium。 pip install Appium-Python-Client 二、下载安装Appium Desktop的安装包 https://github.com/appium/appium-desktop/releas
阅读全文
posted @ 2019-05-06 09:51 lixinhang
阅读(195)
评论(0)
推荐(0)
2019年3月28日
Python SyntaxError: invalid token
摘要: python命名不能以数字开头,import时会报错
阅读全文
posted @ 2019-03-28 10:30 lixinhang
阅读(4168)
评论(0)
推荐(0)
2019年3月27日
Python使用requests库,requests.post格式会引发参数不存在问题
摘要: 找了一圈问题,发现问题出在body中的value格式上
阅读全文
posted @ 2019-03-27 17:40 lixinhang
阅读(1248)
评论(0)
推荐(0)
Python使用requests库,requests.post格式会引发参数不存在问题
摘要: Content-Type: application/json #############↓↓↓成功↓↓↓############# import requestsurl = 'http://localhost/api/mgr/sq_mgr/'payload = { 'action': 'add_co
阅读全文
posted @ 2019-03-27 17:38 lixinhang
阅读(399)
评论(0)
推荐(0)
上一页
1
2
3
4
公告