07 2023 档案
摘要:[toc] ## rsync ``` rsync -avp --exclude "*.bin" --exclude "*raw.jpg" /data/your_path algo@192.168.192.38:/admin/data_1/project/send/ ``` ## scp ``` sc
阅读全文
摘要:## 1.显示器名字 ``` xrandr -q | grep " connected" ``` HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 527mm x 297mm DP-4
阅读全文
摘要:参考https://blog.csdn.net/Aliven888/article/details/122428668 ``` ./bin/horizon: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by
阅读全文
摘要:未经允许,本文不得转载,vx:837007389 [toc] ##step1:下载专业版本的pycharm ![](https://img2023.cnblogs.com/blog/1047308/202307/1047308-20230724163108987-208982300.png) htt
阅读全文
摘要:不含有888的返回 ``` list_str = ["11_888_12", "11_888_2", "11_777_12"] bb = [x for x in list_str if '888' not in x] ``` ``` list_str = ["11_888_12", "11_888_
阅读全文