跳至内容

桔子code

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

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

Python错误集锦:使用字符串index()方法时提示:ValueError: substring not found

发表于2020年10月11日2021年3月25日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3890 错误提示: 使用字符串i… 继续阅读 Python错误集锦:使用字符串index()方法时提示:ValueError: substring not found

Python错误集锦:TypeError: can only concatenate list (not “tuple”) to list

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

原文链接:http://www.juzicode.com/archives/3623 错误提示: list用加… 继续阅读 Python错误集锦:TypeError: can only concatenate list (not “tuple”) to list

zbar识别条形码和QR二维码

发表于2020年10月5日2020年12月20日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/1399 前几天有位朋友联系桔子哥… 继续阅读 zbar识别条形码和QR二维码

Python错误集锦:安装numpy提示ERROR: Invalid requirement: ‘numpy=1.19.3’

发表于2020年10月3日2021年1月4日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2678 错误提示: 安装nump… 继续阅读 Python错误集锦:安装numpy提示ERROR: Invalid requirement: ‘numpy=1.19.3’

Python错误集锦:if和elif语句提示:SyntaxError: invalid syntax

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

原文链接:http://www.juzicode.com/archives/3790 错误提示: 使用if和e… 继续阅读 Python错误集锦:if和elif语句提示:SyntaxError: invalid syntax

Python错误集锦:比较运算时提示TypeError: ‘>’ not supported between instances of ‘str’ and ‘int’

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

原文链接:http://www.juzicode.com/archives/3901 错误提示: 比较运算时提… 继续阅读 Python错误集锦:比较运算时提示TypeError: ‘>’ not supported between instances of ‘str’ and ‘int’

Python进阶教程m9b–网络通信–smtplib发送邮件

发表于2020年9月26日2020年10月10日 作者 juzicode00

本文链接:http://www.juzicode.com/archives/1381 在《Python进阶教程… 继续阅读 Python进阶教程m9b–网络通信–smtplib发送邮件

Python错误集锦:The repository located at pypi.douban.com is not a trusted or secure host and is being ignored.

发表于2020年9月24日2021年1月5日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2243 错误提示: 使用命令:p… 继续阅读 Python错误集锦:The repository located at pypi.douban.com is not a trusted or secure host and is being ignored.

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

发表于2020年9月24日2021年1月16日 作者 juzicode00

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

Python错误集锦:>>> python hello.py File ““, line 1 python hello.py ^ SyntaxError: invalid syntax >>>

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

原文链接:http://www.juzicode.com/archives/2223 错误提示: 运行解释器,… 继续阅读 Python错误集锦:>>> python hello.py File “<stdin>“, line 1 python hello.py ^ SyntaxError: invalid syntax >>>

Python错误集锦:对象del操作后再使用提示NameError: name ‘x’ is not defined

发表于2020年9月13日2021年1月21日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3704 错误提示: 用del删除… 继续阅读 Python错误集锦:对象del操作后再使用提示NameError: name ‘x’ is not defined

Python进阶教程m9–网络通信–socket通信

发表于2020年9月12日2020年10月10日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/819 在前面的系列文章中涉及的内… 继续阅读 Python进阶教程m9–网络通信–socket通信

Python进阶教程m8b–pyautogui–键盘鼠标截屏

发表于2020年9月10日2021年1月13日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3560 pyautogui可以用… 继续阅读 Python进阶教程m8b–pyautogui–键盘鼠标截屏

Python进阶教程m8–图形界面–tkinter

发表于2020年9月6日2020年10月10日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/1293 这篇教程到目前为止都是在… 继续阅读 Python进阶教程m8–图形界面–tkinter

Python进阶教程m4b–临时文件或目录~tempfile

发表于2020年8月25日2021年1月10日 作者 juzicode00

tempfile模块用来生成临时文件或者文件夹,关闭文件对象后,临时文件会被自动删除,程序退出时临时文件夹不会… 继续阅读 Python进阶教程m4b–临时文件或目录~tempfile

Python错误集锦:TypeError: ‘tuple’ object does not support item assignment

发表于2020年8月23日2021年1月4日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2217 错误提示: 修改tupl… 继续阅读 Python错误集锦:TypeError: ‘tuple’ object does not support item assignment

Python错误集锦:python: can’t open file ‘hello’: [Errno 2] No such file or directory

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

原文链接:http://www.juzicode.com/archives/2173 错误提示: 在命令行输入… 继续阅读 Python错误集锦:python: can’t open file ‘hello’: [Errno 2] No such file or directory

Python错误集锦:IndentationError: unexpected indent

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

原文链接:http://www.juzicode.com/archives/2201 错误提示: 运行py文件… 继续阅读 Python错误集锦:IndentationError: unexpected indent

Python错误集锦:File “hello.py”, line 3 SyntaxError: Non-UTF-8 code starting with ‘\xbd’ in file hello.py on line 3, but no encoding declared

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

原文链接:http://www.juzicode.com/archives/2189 错误提示: 运行py文件… 继续阅读 Python错误集锦:File “hello.py”, line 3 SyntaxError: Non-UTF-8 code starting with ‘\xbd’ in file hello.py on line 3, but no encoding declared

Python错误集锦:’pip’ 不是内部或外部命令,也不是可运行的程序 或批处理文件。

发表于2020年8月17日2021年1月6日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2167 错误提示: 在cmd窗口… 继续阅读 Python错误集锦:’pip’ 不是内部或外部命令,也不是可运行的程序 或批处理文件。

文章导航

上一页< 分页 1 … 分页 5 分页 6 分页 7 … 分页 10 下一页>
跳至页脚

分门别类

  • C与C++ (21)
    • C与C++错误集锦 (14)
  • Python (167)
    • Python教程 (46)
    • Python笔记 (10)
    • Python错误集锦 (93)
    • 好冷的Python (9)
    • 好玩的Python (7)
  • 图像处理 (3)
    • OpenCV (2)
  • 工具 (3)
  • 数据分析 (9)
    • 数据可视化 (7)
  • 网络通信 (4)
  • 计算机基础 (7)

近期文章

  • 桔子菌和楼下超市田大爷的角色互换经历–Python做的商品价格语音播报器 2021年4月20日
  • Python进阶教程m15–random伪随机数模块 2021年4月16日
  • Python进阶教程m14–日志记录logging 2021年4月15日
  • 非工作路径、非入口路径导入Python自定义模块 2021年4月13日
  • Python进阶教程m13–打包工具pyinstaller 2021年4月9日
  • 字符输入函数getchar(),scanf(),getche(),getch()的比较 2021年4月6日
  • Python进阶教程m12–sqlite3数据库 2021年4月2日
  • 好冷的Python~别再说标识符只能用字母数字下划线了 2021年4月1日
  • Python错误集锦:sqlite3建表时提示:sqlite3.OperationalError: table table_juzicode already exists 2021年3月28日
  • Python错误集锦:AttributeError: partially initialized module ‘numpy’ has no attribute ‘ones’ (most likely due to a circular import) 2021年3月16日

关于我们

桔子code同你一起体验编程世界的精彩

联系我们

欢迎在微信公众号“桔子code”后台留言撩我。

2021年4月
一 二 三 四 五 六 日
 1234
567891011
12131415161718
19202122232425
2627282930  
« 3月    
粤ICP备20044773 |