ubuntu-配置
精灵小弟
计算机编程AIVR图像模式识别
展开
-
Ubuntu 使用crontab定时备份log
Ubuntu 使用crontab定时备份log1. 使用crontab -e命令这个命令的使用比较简单。直接输入 ~# crontab -e 就会打开一个编辑窗口,第一行会有内容格式的提示: m h dom mon dow command 具体意义表示:分钟 小时 日期 月份 星期 命令,在某月(mon)的某天(dom)或者星期几(dow)的几点(h,24小时制)几分(m)执行某个命令原创 2017-04-24 00:09:04 · 961 阅读 · 0 评论 -
ubuntu14.04编译opencv2.4.9
fatal error: gst/gst.h: No such file or directory 由于cuda升级的原因,要把opencv重新编译 总是到9%的时候出现该错误rm CMakeCache.txt make clean cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON -DWITH_CUPS=on -DWITH_WAYLAND=off -D原创 2017-04-27 22:01:12 · 872 阅读 · 0 评论 -
tensorflow依赖库的问题
ImportError: libiomp5.so: cannot open shared object file: No such file or directorysource /opt/intel/bin/compilervars.sh intel64原创 2017-04-27 22:01:54 · 1816 阅读 · 0 评论