关于 Google Voice 过期提示相关问题
2022年03月03日 ,作者: 黄兵
最近有一个 Google Voice 号码无法使用,经过检查时号码过期,具体邮件内容如下:Hello, We noticed that you haven’t used your Google Voice number in a while. Because phone numbers are a limited resource, it is our policy to reclaim u...
Python 日志记录使用体验
2022年03月03日 ,作者: 黄兵
最近写的服务,部署到服务器上,使用 Python 编写的代码,下面是日志记录的示例:03-02 17:33 process_country_asn ERROR 调用API的过程出现错误,具体错误内容: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed ...
SQLAlchemy 级联删除示例
2022年03月01日 ,作者: 黄兵
最近在使用 SQLAlchemy 新建模型的时候,用到了级联删除,下面是示例代码:# 文章类别class CycleBlogCategory(db.Model): __tablename__ = 'cycle_categories' id = db.Column(db.Integer, primary_key=True) name = db.Column(db.String(64...
使用 WordPress mShots 截图 API
2022年03月01日 ,作者: 黄兵
WordPress 的 mShots 是一个屏幕截图工具,有时候也被称为:屏幕快照工具。WordPress mShots 工作原理是:获取网站链接:https://www.pdflibr.comURL 编码:https%3A%2F%2Fwww.pdflibr.com将其添加到此 URL 的末尾:https://s0.wordpress.com/mshots/v1/最后 ?w=1000 到最后:ht...
dpkg: error processing package initramfs-tools
2022年02月26日 ,作者: 黄兵
今天在系统升级的时候出现了如下提示: Reading package lists... Building dependency tree... Reading state information... 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade. 2 not fully installed or ...
Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
2022年02月25日 ,作者: 黄兵
最近在更新系统的时候出现了如下提示:W: GPG error: http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D68F...