跳至内容

桔子code

Python,C/C++,网络编程,Python教程

  • Python桔子教程
  • 网络通信
  • C/C++

作者:juzicode00

数据可视化~matplotlib默认配置修改(可解决中文、负号等显示问题)

发表于2020年12月8日2020年12月29日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2421 用matplotlib画… 继续阅读 数据可视化~matplotlib默认配置修改(可解决中文、负号等显示问题)

Python错误集锦:TypeError: unsupported operand type(s) for +: ‘int’ and ‘str’

发表于2020年12月8日2020年12月21日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2411 错误提示: 进行加减法运… 继续阅读 Python错误集锦:TypeError: unsupported operand type(s) for +: ‘int’ and ‘str’

好冷的Python~ 那些同名的家伙们(Python作用域)

发表于2020年12月7日2020年12月21日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/1466 前两天桔子菌在调试代码的… 继续阅读 好冷的Python~ 那些同名的家伙们(Python作用域)

Python错误集锦:NameError: name ‘a’ is not defined

发表于2020年12月6日2020年12月29日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2364 错误提示: 使用变量时提… 继续阅读 Python错误集锦:NameError: name ‘a’ is not defined

Python错误集锦:pandas绘制多个子图时报错:AttributeError: ‘list’ object has no attribute ‘get_figure’

发表于2020年12月3日2020年12月30日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3273 错误提示: 利用pand… 继续阅读 Python错误集锦:pandas绘制多个子图时报错:AttributeError: ‘list’ object has no attribute ‘get_figure’

windows命令行提权方法

发表于2020年12月1日2021年1月20日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2344 某些命令在windows… 继续阅读 windows命令行提权方法

奇文共欣赏~UTF-8设计与源码实现

发表于2020年12月1日2021年1月22日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2272 在《编码: 一个隐藏了3… 继续阅读 奇文共欣赏~UTF-8设计与源码实现

Python错误集锦:开启线程时提示TypeError: func() argument after * must be an iterable, not int

发表于2020年11月30日2020年12月29日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2756 错误提示: thread… 继续阅读 Python错误集锦:开启线程时提示TypeError: func() argument after * must be an iterable, not int

Python错误集锦:with方法打开文件提示:ValueError: I/O operation on closed file.

发表于2020年11月30日2021年1月4日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2749 错误提示: 使用with… 继续阅读 Python错误集锦:with方法打开文件提示:ValueError: I/O operation on closed file.

Python错误集锦:修改字符串时提示TypeError: ‘str’ object does not support item assignment

发表于2020年11月30日2021年1月30日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3799 错误提示: 修改字符串时… 继续阅读 Python错误集锦:修改字符串时提示TypeError: ‘str’ object does not support item assignment

Python错误集锦:IDLE运行多进程程序时,主进程正常运行、子进程不能正常运行

发表于2020年11月29日2021年1月28日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3749 错误提示: 用IDLE运… 继续阅读 Python错误集锦:IDLE运行多进程程序时,主进程正常运行、子进程不能正常运行

Python错误集锦:set计算并集时TypeError: unsupported operand type(s) for +: ‘set’ and ‘set’

发表于2020年11月29日2020年12月21日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2720 错误提示: 可能原因: … 继续阅读 Python错误集锦:set计算并集时TypeError: unsupported operand type(s) for +: ‘set’ and ‘set’

Python错误集锦:使用list.index()提示ValueError: 20 is not in list

发表于2020年11月29日2021年1月19日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2701 错误提示: 使用list… 继续阅读 Python错误集锦:使用list.index()提示ValueError: 20 is not in list

Python错误集锦:matplotlib imshow()方法显示图像提示:TypeError: Invalid shape (100, 100, 5) for image data

发表于2020年11月29日2021年1月6日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3502 错误提示: matplo… 继续阅读 Python错误集锦:matplotlib imshow()方法显示图像提示:TypeError: Invalid shape (100, 100, 5) for image data

Python错误集锦:除法运算时提示ZeroDivisionError: division by zero

发表于2020年11月28日2021年1月4日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2669 错误提示: 进行除法运算… 继续阅读 Python错误集锦:除法运算时提示ZeroDivisionError: division by zero

Python错误集锦:multiprocessing没有真正启动多进程,子进程pid等于主进程

发表于2020年11月28日2021年1月30日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3768 错误提示: 在使用Pyt… 继续阅读 Python错误集锦:multiprocessing没有真正启动多进程,子进程pid等于主进程

Python错误集锦:venv安装虚拟环境后再更改路径报错:Fatal error in launcher: Unable to create process using

发表于2020年11月28日2021年1月18日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3051 错误提示: 在当前目录下… 继续阅读 Python错误集锦:venv安装虚拟环境后再更改路径报错:Fatal error in launcher: Unable to create process using

Python错误集锦:调用列表的元素时提示IndexError: list assignment index out of range

发表于2020年11月28日2021年1月13日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2692 错误提示: 调用列表的元… 继续阅读 Python错误集锦:调用列表的元素时提示IndexError: list assignment index out of range

Python错误集锦:读写文件时提示UnsupportedOperation: not readable

发表于2020年11月27日2021年1月16日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2745 错误提示: 读写文件时提… 继续阅读 Python错误集锦:读写文件时提示UnsupportedOperation: not readable

Python错误集锦:字符串转换成浮点数据时报错:ValueError: could not convert string to float: ‘5.ab’

发表于2020年11月26日2020年12月29日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2741 错误提示: 字符串转换成… 继续阅读 Python错误集锦:字符串转换成浮点数据时报错:ValueError: could not convert string to float: ‘5.ab’

文章导航

上一页< 分页 1 分页 2 分页 3 … 分页 7 下一页>
跳至页脚

分门别类

  • C与C++ (15)
    • C与C++错误集锦 (9)
  • Python (125)
    • Python教程 (40)
    • Python笔记 (8)
    • Python错误集锦 (61)
    • 好冷的Python (7)
    • 好玩的Python (6)
  • 图像处理 (3)
    • OpenCV (2)
  • 工具 (2)
  • 数据分析 (9)
    • 数据可视化 (7)
  • 网络通信 (4)
  • 计算机基础 (6)

近期文章

  • 计算机基础~Windows工作路径、相对路径、绝对路径 2021年1月22日
  • 数据可视化~matplotlib阶梯图,直方图 2021年1月18日
  • numpy数组的变形方法 2021年1月15日
  • 好冷的Python~默认参数、可变对象和不可变对象 2021年1月6日
  • 数据可视化~matplotlib显示二维图像 2021年1月5日
  • NumPy数组的属性和常用创建方法 2021年1月3日
  • 数据可视化~pandas绘图(熊猫会画图?) 2020年12月30日
  • 数据可视化~matplotlib饼图、柱状图 2020年12月28日
  • 数据可视化~matplotlib显示多个子图 2020年12月25日
  • 数据可视化~matplotlib基本绘图方法 2020年12月24日

关于我们

桔子code带你体验编程世界精彩

联系我们

欢迎在微信公众号“桔子code”后台留言撩我,我会尽我所能为你解惑Python,C等编程知识

2021年三月
一 二 三 四 五 六 日
« 1月    
1234567
891011121314
15161718192021
22232425262728
293031  
粤ICP备20044773 |