OS
ikinest
The more you struggle and even fail while you're trying to learn new information ,the better you're likely to recall and apply that information later.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
已解决“pkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem”
关于使用apt-get install 时报“E: dpkg was interrupted, you must manually run ‘sudo dpkg –configure -a’ to correct the problem.”错误的解决方案 按照一下步骤依次完成即可解决上述问题: (1) 切换到如下目录cd /var/lib/dpkg/updates(2)查看该目录下的文件 ls(原创 2017-06-19 13:42:44 · 12349 阅读 · 4 评论 -
Ubuntu系统中Python2/Python3下安装openCV
安装依赖包 此步骤请移步参考博文http://www.jianshu.com/p/67293b547261,本文不再赘述。 完整克隆openCV “` cd Downloads git clone https://github.com/Itseez/opencv.git cd opencv git checkout 3.0.0 3. 编译 ``` cd ~/opencv mkdir转载 2017-06-20 14:22:50 · 2226 阅读 · 0 评论
分享