会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
帅胡
2022年4月21日
Python requests 响应内容中文乱码问题解决方案
摘要: 方案一:requests请求成功时,设置它的编码 1 def get_one(ur1): 2 res = requests.get(ur1) 3 res.encoding = '2312' #编码格式 4 if res.status_code == 200: 5 return res.text 6
阅读全文
posted @ 2022-04-21 14:42 帅胡
阅读(2323)
评论(0)
推荐(0)
Python中使用base64
摘要: 1 import base64 2 import requests 3 import json 4 import os.path 5 from io import BytesIO 6 7 # Python3 base64官方API:https://docs.python.org/3/library/
阅读全文
posted @ 2022-04-21 13:50 帅胡
阅读(2737)
评论(0)
推荐(0)
APP自动化测试工具合集
摘要: 在本篇文章中,将给大家推荐14款日常工作中经常用到的测试开发工具神器,涵盖了自动化测试、APP性能测试、稳定性测试、抓包工具等。 一、UI自动化测试工具 1. uiautomator2 Github地址 https://github.com/openatx/uiautomator2介绍: opena
阅读全文
posted @ 2022-04-21 13:45 帅胡
阅读(2252)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告