
Debugging
16TLLUO
清风徐来
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Opencv Tutorials (Python)Errors & Solutions(LTS)
1. AttributeError: module ‘cv2’ has no attribute ‘SIFT’Traceback (most recent call last): File "F:/PyCharm/pydir/t3.py", line 4, in <module> sift = cv2.SIFT()AttributeError: m原创 2018-07-31 15:18:17 · 1416 阅读 · 0 评论 -
ubuntu常用软件包deb的安装与卸载
快速使用安装软件 apt-get install softname1 softname2 softname3…… 卸载软件 apt-get remove softname1 softname2 softname3…… 卸载并清除配置 apt-get remove –purge softname1 更新软件信息数据库 apt-get update 进行系统升级 apt-get upgra...原创 2018-08-01 16:08:32 · 3644 阅读 · 0 评论 -
Ubuntu 异常修复
文章目录Ubuntu 开机默认亮度grub rescue 引导修复Ubuntu 开机默认亮度Ubuntu14.04 开机默认最大亮度,可通过以下方式修改开机默认亮度:首先,将电脑调节到合适的亮度;然后,通过命令行查看当前亮度:sudo ls /sys/class/backlight/intel_backlight/sudo cat /sys/class/backlight/inte...原创 2018-11-17 13:01:24 · 334 阅读 · 0 评论 -
Jupyter ImportError: cannot import name 'create_prompt_application' ubuntu 18.04
Traceback (most recent call last): File "/usr/local/bin/jupyter-console", line 6, in <module> from jupyter_console.app import main File "/usr/local/lib/python3.6/dist-packages/jupyter_co...原创 2019-10-05 23:59:59 · 646 阅读 · 0 评论