[问题] MongoDB的客户端robo3t在,Ubuntu 16.04中启动时报一个QT的错误: This application failed to start because it could not find or load the Qt platform plugin "xcb" in "". Available platform plugins are: xcb. Reinstalling the application may fix this pro…
第一步:安装numlockx,输入命令 sudo apt-get install numlockx 第二步:用 vim 打开 rc.local 文件,输入命令 sudo vim /etc/rc.local 第三步:修改文件内容,在exit 0前增加以下内容并保存 if [-x /usr/bin/numlockx ]; then numlockx on fi vim怎么插入内容呢? 1.快捷键 i:切换到插入模式 2.方向键调整光标到插入位置 3.复制粘贴代码 4:Esc键退出插入模式,回到默认的…
1.安装 sudo apt-get install libeigen3-dev 2. 解决 fatal error: Eigen/Core: No such file or directory 当调用 eigen 库时,会报错:fatal error: Eigen/Core: No such file or directory 这是因为 eigen 库默认安装在了 /usr/include/eigen3/Eigen 路径下,需使用下面命令映射到 /usr/include 路径下 sudo ln…