摘要: 用命令sudo pip install PIL ,报错如下 Could not find a version that satisfies the requirement PIL (from versions: )No matching distribution found for PIL 用命令s 阅读全文
posted @ 2018-08-30 21:19 啊耶 阅读(176) 评论(0) 推荐(0)
摘要: 进入终端, 先执行 import os, base64 再执行base64.b64encode(os.urandom(48)) 阅读全文
posted @ 2018-08-30 20:23 啊耶 阅读(1191) 评论(0) 推荐(0)
摘要: python3 报错:UnicodeDecodeError 'utf-8' codec can't decode byte 0xd6 in position 201: invalid continuation byte 解决: 在模块最上方加上 # -*- coding:utf-8 -*-或者#co 阅读全文
posted @ 2018-08-30 20:17 啊耶 阅读(399) 评论(0) 推荐(0)
摘要: 打开pychaarm的vcs下的git,push代码显示成功,但是码云上并没有推送记录。这是打开pycharm终端输入git add .报错如下:warning: LF will be replaced by CRLF in pom.xml.The file will have its origin 阅读全文
posted @ 2018-08-30 19:51 啊耶 阅读(155) 评论(0) 推荐(0)