[问题] 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键退出插入模式,回到默认的…