2019年11月19日

摘要: 查看硬盘信息:#fdisk -l卸载挂载 sudo umount /dev/sda*创建挂载到的/home/xxx/data目录:#mkdir /home/xxx/data配置开机自动挂载(因为mount挂载在重启服务器后会失效,所以需要将分区信息写到/etc/fstab文件中让它永久挂载):#ge 阅读全文
posted @ 2019-11-19 10:14 gris 阅读(154) 评论(0) 推荐(0)

2019年11月17日

摘要: sudo apt-get install -y \ libglew-dev \ libtiff5-dev \ zlib1g-dev \ libjpeg-dev \ libpng-dev \ libjasper-dev \ libavcodec-dev \ libavformat-dev \ liba 阅读全文
posted @ 2019-11-17 11:54 gris 阅读(332) 评论(0) 推荐(0)

2019年11月16日

摘要: Reading package lists... DoneBuilding dependency tree Reading state information... DoneYou might want to run 'apt --fix-broken install' to correct the 阅读全文
posted @ 2019-11-16 13:12 gris 阅读(704) 评论(0) 推荐(0)

2019年11月5日

摘要: 先使用 mathpix 将图片转为 latex。mathpix 软件下载地址:https://mathpix.com/mathpix 的使用是 ctrl+alt+m。 再将latex 转为 word 公式。 可以将latex 公式代码复制到 https://www.mathjax.org/#demo 阅读全文
posted @ 2019-11-05 12:39 gris 阅读(286) 评论(0) 推荐(0)

2019年11月4日

摘要: 在VSCode setting中搜索python.linting.pylintPath改为pylint的路径,如/home/xxx/.local/lib/python3.5/site-packages/pylint 阅读全文
posted @ 2019-11-04 19:22 gris 阅读(2101) 评论(1) 推荐(0)

2019年7月3日

摘要: git clone https://github.com/lewes6369/TensorRT-Yolov3.git 修改./TensorRT-Yolov3/tensorRTWrapper/code/CMakeLists.txt 在find_path(TENSORRT_INCLUDE_DIR之上添加 阅读全文
posted @ 2019-07-03 16:18 gris 阅读(325) 评论(0) 推荐(0)

2019年5月12日

摘要: openssh服务 请在需要链接的两台电脑上都安装openssh服务 sudo apt-get install openssh-clientsudo apt-get install openssh-server12 2.启动服务: sudo /etc/init.d/ssh start 连接 查看服务 阅读全文
posted @ 2019-05-12 14:58 gris 阅读(105) 评论(0) 推荐(0)

2019年5月9日

摘要: 解决方法: ImportError: cannot import name main sudo vim /usr/bin/pip把下面的三行 from pip import main if __name__ == '__main__': sys.exit(main())换成下面的三行 from pi 阅读全文
posted @ 2019-05-09 16:17 gris 阅读(107) 评论(0) 推荐(0)

2019年5月8日

摘要: collect2: error: ld returned 1 exit statussamples/gpu/CMakeFiles/example_gpu_driver_api_multi.dir/build.make:125: recipe for target 'bin/example_gpu_d 阅读全文
posted @ 2019-05-08 20:51 gris 阅读(306) 评论(0) 推荐(0)

导航