logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

android性能测试 app 实时流量获取

下面介绍几种获取app流量的统计规则:推荐使用顺序:D > E > C > A> B分析方法D①但是方法D中我们现在的华为、OPPO等高端机中proc系统文件中找不到uid_stat②如何获取uid?1.先获取进程pid (adb shell ps |findstr 包名)2.进入到proc/pid/stat 文件中C:\Users\chenhui>adb shell

#android
python中requests如何使用代理

我们将我们的项目部署到公司的服务器上,这种情况,公司的服务器一般情况下是不允许直接访问外网的,这个时候我们就需要使用代理服务器,让代理服务器去访问外网proxy='10.100.94.60:3228'proxies={'http':'http://'+proxy,'https':'http://'+proxy}res=requests.get(url=url,params=data,proxies

#python#代理模式
到底了