【Docker Desktop】Windows11家庭版安装docker desktop和WSl2(Ubuntu22.04)并完成迁移,配置国内镜像 Windows11家庭版安装docker desktop和WSl2(Ubuntu22.04)并完成迁移,配置国内镜像
【Python爬虫】scrapy-redis使用redis-key报错TypeError: crawl() got an unexpected keyword argument ‘spider‘。 scrapy-redis使用redis-key报错TypeError: crawl() got an unexpected keyword argument 'spider'。
【Python爬虫】ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is comp ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168
【开发工具】JetBrains产品使用脚本破解后terminal显示“无法识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次” 解决脚本不允许运行问题
【python Web】解决PyCharm在终端运行django项目报错:You have 18 unapplied migration(s). 解决:You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.Run 'python manage.py migrate' to apply them.