hanny-liu  

2021年6月5日

摘要: 1. 在vscode后台下载对应的插件包 https://marketplace.visualstudio.com/vscode 2. 使用以下命令,在命令行安装插件: code --install-extension myextension.vsix 阅读全文
posted @ 2021-06-05 16:18 hanny-liu 阅读(206) 评论(0) 推荐(0) 编辑

2020年1月3日

摘要: 转载自:https://blog.csdn.net/kingroc/article/details/86526150 在下载caffe2的时候遇到了,git断掉的问题。运行命令:~/source/$ git clone --recursive https://github.com/pytorch/p 阅读全文
posted @ 2020-01-03 15:39 hanny-liu 阅读(847) 评论(0) 推荐(0) 编辑

2019年12月20日

摘要: 转载:https://blog.csdn.net/ghostking8/article/details/74474878 sudo apt-get update && sudo apt-get install mesa-utils 阅读全文
posted @ 2019-12-20 17:40 hanny-liu 阅读(1046) 评论(0) 推荐(0) 编辑
 
摘要: 转自:https://blog.csdn.net/dell5200/article/details/81142951 由于想要使用opencv VIZ,VTK作为其依赖库需要被安装。VTK安装基本要求:VTK 支持的 C++11 编译器:Microsoft Visual Studio 2013 or 阅读全文
posted @ 2019-12-20 13:35 hanny-liu 阅读(3653) 评论(0) 推荐(0) 编辑

2019年12月9日

摘要: 1.在linux下安装matlab 2.编写程序读取mat文件 #include <mat.h> #include <iostream> #include <fstream> #include <sstream> using namespace std; int main() { MATFile * 阅读全文
posted @ 2019-12-09 11:12 hanny-liu 阅读(2011) 评论(0) 推荐(0) 编辑

2019年11月26日

摘要: 原文链接:https://www.cnblogs.com/chinas/p/4485140.html Python出问题了,卸载Python后,terminal竟然消失了。。 Ctrl + Alt + T出现的是XTerm 解决办法: 在XTerm中输入命令: # sudo apt-get inst 阅读全文
posted @ 2019-11-26 16:34 hanny-liu 阅读(621) 评论(0) 推荐(0) 编辑
 
摘要: 原文链接:https://blog.csdn.net/u012481692/article/details/78725175问题描述:今天打开电脑,与往常一样输入用户名密码登录后,发现桌面上空空如也,启动栏launch,menu bar什么的都消失了,桌面上文件可以打开,但是无法拖动位置,无法关闭。 阅读全文
posted @ 2019-11-26 16:24 hanny-liu 阅读(194) 评论(0) 推荐(0) 编辑

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 阅读全文
posted @ 2019-11-13 17:11 hanny-liu 阅读(691) 评论(0) 推荐(0) 编辑

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: 在终 阅读全文
posted @ 2019-11-04 14:57 hanny-liu 阅读(148) 评论(0) 推荐(0) 编辑

2019年7月16日

摘要: 在运行ch6中的g2ocurfitting时,出现的错误。改正方法如下: 添加如下代码: 运行: 参考网址:点击打开链接 阅读全文
posted @ 2019-07-16 17:28 hanny-liu 阅读(586) 评论(0) 推荐(0) 编辑