会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dyling
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2022年9月2日
test tflops
摘要: 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
阅读(35)
评论(0)
推荐(0)
2022年7月6日
安装docker
摘要: 摘 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
阅读(9)
评论(0)
推荐(0)
2022年7月5日
取上一级目录
摘要: str=" /+++/@@@" echo ${str%/*} #结果为 aa+++ echo ${str%%/*} #结果为
阅读全文
posted @ 2022-07-05 18:07 dyling
阅读(14)
评论(0)
推荐(0)
2022年6月30日
VNC
摘要: 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
阅读(244)
评论(0)
推荐(0)
2022年3月28日
git 删除仓库
摘要: 删除远程仓库 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
阅读(149)
评论(0)
推荐(0)
2022年3月2日
ROS入门
摘要: https://sychaichangkun.gitbooks.io/ros-tutorial-icourse163/content/chapter2/2.3.html
阅读全文
posted @ 2022-03-02 16:16 dyling
阅读(15)
评论(0)
推荐(0)
cmake 入门
摘要: https://www.hahack.com/codes/cmake/
阅读全文
posted @ 2022-03-02 16:15 dyling
阅读(13)
评论(0)
推荐(0)
python whl win
摘要: https://download.pytorch.org/whl/torch_stable.html
阅读全文
posted @ 2022-03-02 16:14 dyling
阅读(24)
评论(0)
推荐(0)
ROS Message Types
摘要: http://wiki.ros.org/geometry_msgs
阅读全文
posted @ 2022-03-02 16:13 dyling
阅读(45)
评论(0)
推荐(0)
2022年2月9日
【转】双系统开机,直接进入grub rescue / win10更新,覆盖ubuntu启动项
摘要: (19条消息) 双系统开机,直接进入grub rescue / win10更新,覆盖ubuntu启动项_zuojiaxing00的博客-CSDN博客_grub rescue启动win10
阅读全文
posted @ 2022-02-09 18:09 dyling
阅读(81)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告