自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 收藏
  • 关注

原创 用Python wkhtmltopdf将html转化为pdf时图片无法加载的问题:pdfkit.from_file() pdfkit.from_string()

Warning: Blocked access to file D:/Python/Spyder/venv/Include/Operater/2.jpgError: Failed to load about:blank, with network status code 301 and http status code 0 - Protocol “about” is unknownimport pdfkitpdfkit.from_file("1.html", 'E:\HTML\out1.pdf')

2021-01-23 16:24:47 4209

原创 Python 爬虫报错AttributeError: __enter__

代码:import requestsr = requests.get('https://github.com/favicon.ico')print(r.text)print(r.content)报错:Traceback (most recent call last): File "D:/Python/untitled/venv/Include/爬虫/Test0015.py", line 3, in <module> r = requests.get('https://

2021-01-16 13:18:04 1226 6

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除