摘要:
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如: error while loading shared libraries: libGCBase_gcc421_v3_0.so cannot open shared object file: No such file 阅读全文
摘要:
ubuntu安装Sophus报错(系统版本:18.04) 遇到的问题: /Sophus/sophus/so2.cpp:32:26: error: lvalue required as left operand of assignment unit_complex_.real() = 1.; /Sop 阅读全文
摘要:
主要参考: https://www.cnblogs.com/lfri/p/10769144.html 搜狗输入法候选区乱码问题解决办法: https://blog.csdn.net/huayunhualuo/article/details/103722937 https://www.cnblogs. 阅读全文
摘要:
步骤: 1、第一个命令:下载man帮助的中文包 2、第二个命令:用vi编辑man的配置文件 3、第三个命令:将所有的/usr/share/man替换为/usr/share/man/zh_CN 具体操作: 1、直接输入命令: apt-get install manpages-zh 2、直接输入命令: 阅读全文
摘要:
主要步骤: https://blog.csdn.net/cocoaqin/article/details/78163171 依赖包libjasper-dev无法安装的问题解决办法参考: https://blog.csdn.net/weixin_41053564/article/details/812 阅读全文