上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 72 下一页
摘要: linux cmake error undefined reference to symbol 'pthread_create@@GLIBC_2.2.5 在cmake脚本中增加: target_link_libraries( XXXX -lpthread -lm) XXXX为项目名字 阅读全文
posted @ 2020-10-15 11:31 水木清扬 阅读(742) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weijifen000/article/details/87904707 阅读全文
posted @ 2020-10-13 15:53 水木清扬 阅读(1020) 评论(0) 推荐(0)
摘要: 出现如下错误: Err:1 http://wiki.t-firefly.com/firefly-rk3399-repo bionic InRelease Could not resolve 'wiki.t-firefly.com'Err:2 https://download.docker.com/l 阅读全文
posted @ 2020-10-13 11:27 水木清扬 阅读(360) 评论(0) 推荐(0)
摘要: CAFFE安装(成功) 编译依赖项 sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev protobuf-compiler sudo apt-get in 阅读全文
posted @ 2020-10-05 15:37 水木清扬 阅读(131) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/futangxiang4793/article/details/85050341 一、安装依赖: sudo ap install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libh 阅读全文
posted @ 2020-10-05 14:14 水木清扬 阅读(849) 评论(0) 推荐(0)
摘要: 一、卸载cuda8.0 使用cuda自带的卸载工具进行卸载。 cd /usr/local/cuda/bin sudo ./uninstall_cuda_9.0.pl 非常好的参考博客:https://blog.csdn.net/yhaolpz/article/details/71375762其次参考 阅读全文
posted @ 2020-09-30 10:35 水木清扬 阅读(390) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/2012-dream/p/11457357.html 自己之前没有摸过服务器,就是实体的那种,远程连接的不算。才发现,服务器也是电脑主机的形状,只是更大一号,然后服务器有自己的配套输入输出设备,显示屏和键盘触摸板,外观看起来跟笔记本类似,不过后面有接口 阅读全文
posted @ 2020-09-28 14:31 水木清扬 阅读(1004) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_15192373/article/details/81536602 阅读全文
posted @ 2020-09-28 14:06 水木清扬 阅读(246) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/lightmare/p/10398805.html https://www.pianshen.com/article/3253269696/ able of Contents 一、准备 二、开始 一、准备 Ubuntu 16.04 的 ISO文件 ht 阅读全文
posted @ 2020-09-25 17:01 水木清扬 阅读(241) 评论(0) 推荐(0)
摘要: 使用的命令是: sudo mount -t cifs//ip/文件夹/mnt/文件夹 -o username=用户名,password=密码 阅读全文
posted @ 2020-09-15 09:06 水木清扬 阅读(336) 评论(0) 推荐(0)
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 72 下一页