08 2023 档案
摘要:demo gunicorn main:app -b 0.0.0.0:11223 -w 10 -k uvicorn.workers.UvicornH11Worker --daemon # 在线上先这样才能看到报错信息 uvicorn main:app --reload --host 0.0.0.0 u
阅读全文
摘要:1. 图片下载的设置 class ClawernameSpider(scrapy.Spider): # 定制化设置 custom_settings = { 'LOG_LEVEL': 'DEBUG', # Log等级,默认是最低级别debug 'ROBOTSTXT_OBEY': False, # de
阅读全文