04 2023 档案
摘要:原因:node版本与openssl 不兼容导致的初始化失败 解决: windows执行:set NODE_OPTIONS openssl-legacy-provider mac执行:export NODE_OPTIONS openssl-legacy-provider
阅读全文
摘要:场景:pip3 install httpx[http2] 当在Mac中执行此命令时出现 zsh: no matches found: httpx[http2] 注意:此问题适用于所有相关场景 zsh: no matches found: xxx 解决办法: 1.编辑 zprofile 文件 vim
阅读全文
摘要:def getoid(): resp = requests.get("https://www.bilibili.com/video/BV1rJ411g7Mz/?p=14&spm_id_from=pageDriver&vd_source=cd6ee6b033cd2da64359bad72619ca8a
阅读全文