2019年11月28日

摘要: Could not find a package configuration file provided by "pcl_conversions" with any of the following names: pcl_conversionsConfig.cmake pcl_conversions 阅读全文
posted @ 2019-11-28 13:42 gris 阅读(341) 评论(0) 推荐(0) 编辑

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 阅读(127) 评论(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 阅读(301) 评论(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 阅读(666) 评论(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 阅读(273) 评论(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 阅读(2065) 评论(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 阅读(310) 评论(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 阅读(96) 评论(0) 推荐(0) 编辑

2019年5月11日

摘要: 1.sudo apt install shadowsocks2.在/etc目录下有shadowsocks,其中有config.json.examplelocal.jsonserver.json3.sudo touch config.jsonsudo gedit config.json4.编辑配置文件 阅读全文
posted @ 2019-05-11 00:00 gris 阅读(97) 评论(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 阅读(86) 评论(0) 推荐(0) 编辑

导航