
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
python requests.get爬虫时,跑几个数据后,报错:requests.exceptions.ConnectionError: HTTPConnectionPool(host='****, port=80): Max retries exceeded with url: /beijing/file/4023E7D190674D26934AED5F4306DBC0/B76E1E3D9DF
问题1:新安装的ubuntu 20.04系统,在 windows上 用xhell连接普通用户,ssh xll@192.168.2.30,报错:‘服务器发送了一个意外的数据包。’解决办法:参考:https://blog.csdn.net/Lawliet1993/article/details/107052958查看ssh服务状态:systemctl status ssh发现出现很多红色的error解
ubuntu 20.04 连不上网,没有网络图标,只有127.0.0.1问题:新装的ubuntu 20.04桌面端系统, 开机后无法上网、没有ip、右上角没有网络图标命令行输入ip a:只有127.0.0.1,没有eno1,没有ip解决办法一、参考:https://blog.csdn.net/c1149884598/article/details/1070558431、删除NetworkManag
python requests.get爬虫时,跑几个数据后,报错:requests.exceptions.ConnectionError: HTTPConnectionPool(host='****, port=80): Max retries exceeded with url: /beijing/file/4023E7D190674D26934AED5F4306DBC0/B76E1E3D9DF
post请求参数赋给data变量时,返回400参数赋给json变量后,正常200# coding:utf-8import requestsurl = r'http://**/**'data = {'fq': 'false','limit': 10,'page': 1}headers = {'User-Agent': 'Mozilla/5.0 (Linux; Android 4.0.4; Galax
linux安装gdal在容器中安装gdaldocker run -itd --name test3 -v /data/test:/data centos:centos7.5.1804 /bin/bashdocker exec -it test3 /bin/bashyum安装gdalyum install -y epel-releaseyum install -y gdal gdal-python检







