12 2022 档案
摘要:VCAP 接4.7uf电容, 2.2uf都不太稳定,单片机跑起来就卡死了。
阅读全文
摘要:echo 密码 | sudo -S sh /home/xiaobo/Desktop/runcode/GetThermal.sh echo mima | sudo -S sh /home/xiaobo/Desktop/runcode/GetThermal.sh 将这条添加到启动首选项里 gnome-t
阅读全文
摘要:ubuntu系统自带的Qt和我自己安装Qt冲突了。卸载掉Qt自带的即可。 2、卸掉系统自带的Qt 卸载 sudo apt remove libqt5core* 名字记不清楚,把系统自带相关Qt全部卸载掉。
阅读全文
摘要:安装VMware tools之后从windows复制文件到ubuntu发现没有成功 重新执行vmware-uninstall-tools.pl脚本提示之前已经安装了版本,需要卸载重装 解决方案: 1)不需要卸载 2)命令行执行sudo apt-get install open-vm-tools-de
阅读全文
摘要:https://github.com/groupgets/GetThermal 1.安装命令: Ubuntu 测试 其他linux应该是一样的 sudo apt-get install libusb-1.0-0-dev sudo apt-get install libusb-dev 2.如果需要卸载
阅读全文