摘要: git clone https://ghproxy.com/https://github.com/ldqk/new-pac.git git config --global url."https://hub.fastgit.xyz/".insteadOf https://github.com/ 查看代 阅读全文
posted @ 2022-09-04 20:07 dyling 阅读(339) 评论(0) 推荐(0)
摘要: import torchvision.models as models import torch import onnx from ptflops import get_model_complexity_info # from time import sleep def get_base_info( 阅读全文
posted @ 2022-09-02 17:14 dyling 阅读(39) 评论(0) 推荐(0)
摘要: 摘 https://developer.aliyun.com/mirror/docker-ce apt_install_proc docker.io # sudo apt-get install docker-ce docker-ce-cli containerd.io 阅读全文
posted @ 2022-07-06 15:36 dyling 阅读(11) 评论(0) 推荐(0)
摘要: str=" /+++/@@@" echo ${str%/*} #结果为 aa+++ echo ${str%%/*} #结果为 阅读全文
posted @ 2022-07-05 18:07 dyling 阅读(18) 评论(0) 推荐(0)
摘要: apt install vino sudo apt install dconf-editor dconf write /org/gnome/desktop/remote-access/require-encryption false settings-> Sharing->Screen Sharin 阅读全文
posted @ 2022-06-30 18:49 dyling 阅读(247) 评论(0) 推荐(0)
摘要: 删除远程仓库 git branch -r 查看仓库 git push origin -d branch_name # 删除本地分支 git branch -d v05172000 # 删除远程分支 git push origin --delete bug7244_0518 # 同步 git remo 阅读全文
posted @ 2022-03-28 11:05 dyling 阅读(153) 评论(0) 推荐(0)
摘要: https://sychaichangkun.gitbooks.io/ros-tutorial-icourse163/content/chapter2/2.3.html 阅读全文
posted @ 2022-03-02 16:16 dyling 阅读(18) 评论(0) 推荐(0)
摘要: https://www.hahack.com/codes/cmake/ 阅读全文
posted @ 2022-03-02 16:15 dyling 阅读(16) 评论(0) 推荐(0)
摘要: https://download.pytorch.org/whl/torch_stable.html 阅读全文
posted @ 2022-03-02 16:14 dyling 阅读(27) 评论(0) 推荐(0)
摘要: http://wiki.ros.org/geometry_msgs 阅读全文
posted @ 2022-03-02 16:13 dyling 阅读(48) 评论(0) 推荐(0)