logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

mac book访问github,报错ssh: connect to host github.com port 22: Operation timed out

mac 访问github报错:ssh: connect to host github.com port 22: Operation timed out

文章图片
#macos#github#ssh
Python 提示TypeError: write() argument must be str, not bytes

在自己敲机器学习实战(Machine Learning in Action)决策树一章的代码时,准备将构造的树存储及读取时出现pickle.dump(inputTree, fw)TypeError: write() argument must be str, not bytes看着提示信息是说write()参数必须是字符,不能是字节。粗看不知道是什么意思。打开源代码后发现以下几段描述:...

到底了