随笔分类 -  question

摘要:NameError: name “ ” is not defined 问题一:name ‘name’ is not defined "name"两端是双下划线"_",不是只有一个""。 问题二:name 'messagebox' is not defined “ ” 内为某个数据库的子module。 阅读全文
posted @ 2019-11-27 15:52 迪迦奥特曼1 阅读(3519) 评论(0) 推荐(0)
摘要:解决UnicodeDecodeError: 'utf-8' codec can't decode byte..问题 问题描述: 问题分析: 该情况是由于出现了无法进行转换的 二进制数据 造成的,可以写一个小的脚本来判断下,是整体的字符集参数选择上出现了问题,还是出现了部分的无法转换的二进制块: 问题 阅读全文
posted @ 2019-11-27 15:52 迪迦奥特曼1 阅读(1290) 评论(0) 推荐(0)
摘要:jupyter安装出现问题:安装后无法打开 traitlets.traitlets.TraitError: Could not decode 'C:\Users\\xce\xa2\xcc\xf0\xd0\xc4\xd3\xef\.jupyter' for unicode trait 'config_ 阅读全文
posted @ 2019-11-27 15:51 迪迦奥特曼1 阅读(306) 评论(0) 推荐(0)
摘要:问题一:git warning: LF will be replaced by CRLF in 解决办法 在Git Bash中输入git add .时出现上述语句。 解决办法: 输入以下语句: $ git config core.autocrlf false ,这样设置git的配置后在执行add操作 阅读全文
posted @ 2019-11-27 15:50 迪迦奥特曼1 阅读(236) 评论(0) 推荐(0)
摘要:1.输入自己的用户名和邮箱 为注册GitHub账号时所用的用户名和邮箱;我的用户名为“1997ST2016”,邮箱为“1324971964@qq.com ”. $ git config --global user.name "1997ST2016" $ git config --global use 阅读全文
posted @ 2019-11-27 15:48 迪迦奥特曼1 阅读(215) 评论(0) 推荐(0)