常用命令
看文件大小 du -h --max-depth=1
定时任务:*/1 * * * * cp -r /home/sunxuen/test /home/sunxuen/test_$(date +"%H:%M")
创建时间文件夹 mkdir test$(date +"%Y-%m-%d%H:%M")
只保留/data/下最新的3个文件 ls -t /data/* |awk ‘NR>=3’ |xargs rm -rf
data['天气归类'] = data['天气'].astype(str).apply(lambda x: get_label(x))
entropoint和cmd们相当于commoad 和args
pip install tensorflow==1.10 -i http://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com(py3.8只能2.0tf)
fastapi 教程翻译 https://blog.csdn.net/xuqingskywolf/category_10022295.html
fastapi https://blog.csdn.net/weixin_40156487/category_9385226.html
算法手册 https://www.bookstack.cn/read/huaxiaozhuan-ai/README.md#ge2xak
python技术博客 http://www.justdopython.com/2019/11/04/python-thread-048/
sudo docker run -p 8088:8085 --name car2.0 maintenance_car:v2 /home/appl/up.sh
pip install -U --ignore-installed PyYAML
https://www.bilibili.com/video/BV1yA411M7L2?from=search&seid=5009935515196777140