
疑难杂症
奶油芝士汉堡包
有问题直接留言,看到会回复~~谢谢
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
go编译报错
解决go编译报错问题原创 2024-06-26 11:01:01 · 240 阅读 · 0 评论 -
gcc -m32 一堆报错:No such file or directory
gcc -m32编译32位指令报错原创 2024-05-27 16:23:38 · 402 阅读 · 0 评论 -
解决报错Error:Flash Download failed - “Cortex-M3”
解决报错Error:Flash Download failed - "Cortex-M3”原创 2024-04-06 21:51:57 · 9354 阅读 · 3 评论 -
Klipper解决问题汇总
解决Klipper下位机ID获取失败问题解决限位开关连接问题原创 2024-03-12 22:02:34 · 2489 阅读 · 0 评论 -
sudo rosdep init 报错 ERROR:cannot download default sources list from:raw.githubusercontent.com
ERROR:cannot download default sources list from:https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.listWebsit may be down.原创 2022-01-10 21:42:33 · 657 阅读 · 0 评论 -
jetson nano 报错Illegal instruction(core dumped)
sudo vi ~/.bashrc添加一行export OPENBLAS_CORETYPE=ARMV8source ~/.bashrc原创 2021-11-08 21:19:30 · 416 阅读 · 0 评论 -
Could not find a package configuration file provided by “gazebo“ with any of the following names:
运行make px4_sitl_default gazebo仿真报错 Could not find a package configuration file provided by "gazebo" with any of the following names: gazeboConfig.cmake gazebo-config.cmake Add the installation prefix of "gazebo" to CMAKE_PREFIX_PATH or set...原创 2021-10-27 08:28:46 · 2010 阅读 · 0 评论 -
ERROR: error loading sources list: (‘The read operation timed out‘,)
修改处(“DOWNLOAD_TIMEOUT=15”原创 2021-10-25 17:25:37 · 833 阅读 · 0 评论 -
internal symbol ‘pthreadpool_deallocate‘ isn‘t defined
树莓派4B NNPACK中ninja编译报错使用cmake,不用ninjamkdir buildcd buildcmake -G "Unix Makefiles" ..make原创 2021-07-24 14:42:48 · 226 阅读 · 0 评论 -
AttributeError:‘module‘ object has no attribute ‘Serial‘
python调用serial.Serial报错解决办法:sudo pip3 uninstall serial 卸载serial然后调用加sudosudo python3 serial_test.py注意:文件名不能为serial.py原创 2021-07-13 20:59:13 · 364 阅读 · 0 评论 -
Error running ‘app‘: Gradle project sync failed. Please fix your project and try again
File -> Invalidate caches / Restart 确认Invalidate caches Restart关闭Android Studio在C:/User/administrator/路径下,修改.gradle文件名为.gradle_bak打开Android Studio,自动下载gradleSync Project with Gradle FilesRun 'app'...原创 2021-03-22 08:34:31 · 3958 阅读 · 2 评论 -
测试ap值的时候ap=0.00%
不要慌,检查测试集里是否包含对应类别的数据原创 2021-03-15 09:15:46 · 892 阅读 · 2 评论 -
FATAL ERROR: No supported authentication methods available (server sent: publickey)
Filezilla报错:FATAL ERROR: No supported authentication methods available (server sent: publickey)进入服务器实例重置esc服务器密码(改为密码登录,不使用公钥),然后重启,使用sftp协议登陆原创 2021-03-15 08:08:52 · 1199 阅读 · 0 评论 -
wordpress忘记密码,使用phpMyAdmin修改
下载phpMyAdmin,通过ftp传输到wordpress目录下在浏览器中输入http://ip/phpMyAdmin打开界面输入用户名:root,密码:mysql的密码找到wp_user,进行编辑user_pass的值,然后执行。原创 2021-03-15 08:08:13 · 412 阅读 · 0 评论 -
pip添加清华镜像
方法一添加参数为 -i https://pypi.tuna.tsinghua.edu.cn/simple例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy方法二windows下,在C:\Users\Administrator\AppData\Roaming\新建文件夹pip,在pip文件夹中新建pip.ini文件,内容为:[global]index-url = http://pypi.douban.com/s原创 2021-03-14 10:52:02 · 2132 阅读 · 0 评论 -
AttributeError: module ‘tensorflow_core._api.v2.train’ has no attribute ‘GradientDescentOptimizer’
TensorFlow2.1.0版本运行程序报错AttributeError: module 'tensorflow_core._api.v2.train' has no attribute 'GradientDescentOptimizer'解决办法:import tensorflow as tf改为import tensorflow.compat.v1 as tftf.disable_v2_behavior()原创 2021-03-14 10:50:41 · 1536 阅读 · 0 评论 -
OBS Studio显示器捕获黑屏
笔记本win10的OBS Studio不能使用,解决方法如下方法1:去设备管理器找到显示适配器,禁用其中一个显卡,再打开方法2:打开NVIDIA控制面板->管理3D设置->程序设置->找到Open Broadcaster Software->设置为集成图形显示方法2:设置->图形设置->浏览->obs-studio\bin\64bit\obs64.exe->选项->节能...原创 2021-03-14 10:48:07 · 269 阅读 · 0 评论 -
include called with wrong number of arguments. include() only takes one file.
编写CMakeLists.txtinclude(${QT_USE_FILE})编译cmake .出错解决办法:include改成include_directories原创 2021-03-14 10:47:01 · 717 阅读 · 0 评论 -
NameError: name ‘imread’ is not defined
添加代码from pylab import *1、pylab 模块是一款由python提供的可以绘制二维,三维数据的工具模块,其中包括了绘图软件包 matplotlib,其可以生成matab绘图库的图像;2、* 代表所有,就是从pylab中导入所有的非私有类,函数,全局变量等。...原创 2021-03-14 10:46:29 · 5112 阅读 · 0 评论 -
Gtk-Message: Failed to load module “canberra-gtk-module”
sudo apt-get install libcanberra-gtk-module原创 2021-03-14 10:45:00 · 1087 阅读 · 2 评论 -
ERROR:root:Internal Python error in the inspect module.
Google Colab运行终端命令报错!python xxxxxERROR:root:Internal Python error in the inspect module.Below is the traceback from this internal error.多刷新几次切换服务器即可原创 2021-03-14 10:43:16 · 4620 阅读 · 4 评论 -
UnicodeDecodeError: ‘gbk’ codec can’t decode byte 0xae in position 615: illegal multibyte sequence
python3.7添加open('xxxxx','r',encoding='UTF-8')原创 2021-03-14 10:41:19 · 181 阅读 · 0 评论 -
ESP8266 ERROR:cut here for exception decoder
在使用ESP8266获取网站的json信息时,串口输出错误信息,cut here for exception decoder。解决办法:获取json的格式不正确,检查json格式的括号[] {}是否缺少原创 2021-03-14 10:40:01 · 4690 阅读 · 3 评论