logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

docker部署 standard_init_linux.go:228: exec user process caused: no such file or directory

使用cmder或git bash工具用vim打开启动脚本entrypoint.sh,设置文件编码格式set ff=unix。原文链接:https://blog.csdn.net/Numb_ZL/article/details/124566468。但是由于启动脚本entrypoint.sh实在Windows环境下编写的,文件编码方式不是unix,所以无法执行。在Dockerfile中使用了启动脚本e

文章图片
#docker#linux#golang
大文件清理 C盘被占满清理pycharm清理内存content.dat.storageData

可以用360软件管家,删除content.dat.storageDatanvidia tx2上容量有限,如果装有pycharm或clion,记得定时删除content.dat.storageData文件,一般位于home下隐藏文件.pycharm或.clion,cache目录下。删除也没用,下一次打开clion,还是会生成同样大的content.dat.storageData缓存文件。解决办法:打

#pycharm#c语言#ide
深度学习算法的点云分割-PointNet(一)

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation(点云分割)

到底了