踩坑
灵左
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
爬虫踩坑小记
在用pyspider爬虫运行代码后出现:HTTP 599: SSL certificate problem: unable to get local issuer certificate错误错误原因:这是因为在请求https开头的网址时,SSL验证错误,证书有问题解决方法:在self.crawl(url,callback=self.index_page,validate_cert=Fa...原创 2019-07-17 00:07:36 · 299 阅读 · 0 评论 -
tensorflow踩坑小记
警告:Your CPU supports instructions that this TensorFlow binary was notcompiled to use: AVX2 FMA1.在代码中加入如下代码,忽略警告: import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' 运行tensorflow测试程序时,出现:Fut...原创 2019-07-17 00:13:11 · 222 阅读 · 0 评论 -
解决:TypeError: Expected `cwd` to be of type `string` but received type `undefined`
在npm --save 安装更新某个包的版本之后,重新启动项目报错:INFO start development server...ERROR TypeError: Expected `cwd` to be of type `string` but received type `undefined`TypeError: Expected `cwd` to be of type...原创 2019-08-08 10:25:21 · 1525 阅读 · 0 评论
分享