摘要: 原文链接:http://www.juzicode.com/archives/2344 某些命令在windows cmd命令行下提示“请求的操作需要提升”: 发生这种错误一般是因为启动cmd是以普通用户打开的,需要用管理员身份启动命令行,可以新建”启动命令... 阅读全文
posted @ 2020-12-01 21:35 桔子code 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 在《编码: 一个隐藏了30多年的bug,Windows含蓄说过某通不行?》一文中我们简单讨论了Unicode和UTF-8的关系,UTF-8本身并不是一种字符集,而是实现Unicode字符集的一种编码方式。RFC3629规定的Unicode字符集和UTF-8编码... 阅读全文
posted @ 2020-12-01 12:37 桔子code 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/948 桔子菌:你听说过微软30多年前推出Windows的时候,隐晦表达过联通不行移动行么?橙子妹瞟了一眼桔子菌:瞎扯,我只听葛优说过“神州行我看行”。桔子菌有点炫耀:不可思... 阅读全文
posted @ 2020-11-26 19:50 桔子code 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2258 错误提示: 提示在次级语句中和外层的缩进不匹配:IndentationError: unindent does not match any outer indentati... 阅读全文
posted @ 2020-11-25 19:36 桔子code 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2238 错误提示: 在安装模块过程中提示:socket.timeout: The read operation timed out,并连续发生错误,pip._vendor.urlli... 阅读全文
posted @ 2020-11-25 18:58 桔子code 阅读(695) 评论(0) 推荐(1) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2243 错误提示: 使用命令:pip install numpy -i http://pypi.douban.com/simple/ 安装模块时提示不是安全的主机: The repo... 阅读全文
posted @ 2020-11-25 18:57 桔子code 阅读(508) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2225 错误提示: 使用numpy.eye()函数时报NameError: name ‘numpy’ is not defined D:\juzicode>python mod.py... 阅读全文
posted @ 2020-11-24 21:50 桔子code 阅读(635) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2228 错误提示: 导入numpy模块,调用模块内的eye()函数,提示: Traceback (most recent call last): File “test.py”, ... 阅读全文
posted @ 2020-11-24 21:20 桔子code 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2223 错误提示: 运行解释器,在提示符下面输入“python py文件名称”,提示“SyntaxError: invalid syntax”。 >>> python hello.p... 阅读全文
posted @ 2020-11-24 21:12 桔子code 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2217 错误提示: 修改tuple时,提示TypeError: ‘tuple’ object does not support item assignment 可能原因: 1、tu... 阅读全文
posted @ 2020-11-24 21:06 桔子code 阅读(3253) 评论(0) 推荐(0) 编辑