hanny-liu |
|
||
2021年6月5日
摘要:
1. 在vscode后台下载对应的插件包 https://marketplace.visualstudio.com/vscode 2. 使用以下命令,在命令行安装插件: code --install-extension myextension.vsix 阅读全文
2020年1月3日
摘要:
转载自:https://blog.csdn.net/kingroc/article/details/86526150 在下载caffe2的时候遇到了,git断掉的问题。运行命令:~/source/$ git clone --recursive https://github.com/pytorch/p 阅读全文
2019年12月20日
摘要:
转载:https://blog.csdn.net/ghostking8/article/details/74474878 sudo apt-get update && sudo apt-get install mesa-utils 阅读全文
摘要:
转自:https://blog.csdn.net/dell5200/article/details/81142951 由于想要使用opencv VIZ,VTK作为其依赖库需要被安装。VTK安装基本要求:VTK 支持的 C++11 编译器:Microsoft Visual Studio 2013 or 阅读全文
2019年12月9日
摘要:
1.在linux下安装matlab 2.编写程序读取mat文件 #include <mat.h> #include <iostream> #include <fstream> #include <sstream> using namespace std; int main() { MATFile * 阅读全文
2019年11月26日
摘要:
原文链接:https://www.cnblogs.com/chinas/p/4485140.html Python出问题了,卸载Python后,terminal竟然消失了。。 Ctrl + Alt + T出现的是XTerm 解决办法: 在XTerm中输入命令: # sudo apt-get inst 阅读全文
摘要:
原文链接:https://blog.csdn.net/u012481692/article/details/78725175问题描述:今天打开电脑,与往常一样输入用户名密码登录后,发现桌面上空空如也,启动栏launch,menu bar什么的都消失了,桌面上文件可以打开,但是无法拖动位置,无法关闭。 阅读全文
2019年11月13日
摘要:
编译报错: make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libproj.so', needed by 'joinMap'. Stop. CMakeFiles/Makefile2:67: recipe for targe 阅读全文
2019年11月4日
摘要:
1.安装中文输入法 https://www.cnblogs.com/excellentlhw/p/10925749.html 2.安装IDE(clion) https://www.cnblogs.com/excellentlhw/p/10925817.html 3.安装第三方库: eigen: 在终 阅读全文
2019年7月16日
error while loading shared libraries: libg2o_core.so: cannot open shared object file: No such file o
摘要:
在运行ch6中的g2ocurfitting时,出现的错误。改正方法如下: 添加如下代码: 运行: 参考网址:点击打开链接 阅读全文
|
Copyright © 2024 hanny-liu
Powered by .NET 9.0 on Kubernetes |