🌈
欢迎访问我的博客,又是美好的一天!
执行 brew install 命令长时间卡在 Updating Homebrew 的解决方法
在国内的网络环境下使用 Homebrew 安装软件的过程中可能会长时间卡在 Updating Homebrew 这个步骤。
brew
install
slow
慢
长时间
Python语言学习:@staticmethod 与 @classmethod
python 里的静态方法(@staticmethod)与类方法(@classmethod)
python
staticmethod
classmethod
scrapy学习:如果出现异常情况,让 scrapy 的任务自动重启/retry
有时候,scrapy 会因为一些不可遇知的情况下终止任务,这时候,我们可以利用 middleare 来完成重启
scrapy
python3
爬虫
重试
retry
restart
+1