11 2019 档案

摘要:安装依赖 sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libhdf5-serial-dev protobuf-compile sudo apt-get install --no-install-recommend 阅读全文

posted @ 2019-11-29 12:25 gris 阅读(170) 评论(0) 推荐(0)

摘要: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 阅读(389) 评论(0) 推荐(0)

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

posted @ 2019-11-19 10:14 gris 阅读(144) 评论(0) 推荐(0)

摘要: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 阅读(315) 评论(0) 推荐(0)

摘要: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 阅读(696) 评论(0) 推荐(0)

摘要:先使用 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 阅读(281) 评论(0) 推荐(0)

摘要:在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)

导航