Object Detections Posted on 2019-10-26 | Edited on 2020-10-15 | In Tutorials > deep learning 13 words | 1 mins 目标检测经典文章 Read more »
git common use commond Posted on 2019-10-23 | Edited on 2020-09-25 | In Tutorials > Linux 419 words | 1 mins Git Basic Operation 配置全局用户名和邮件名git config --global user.name "Your Name"git config --global user.email "email@example.com" 初始化仓库git init 添加远程仓库git remote add origin git@github.com:git_account_name/depositoname.git Read more »
hexo basic operation Posted on 2019-09-11 | Edited on 2020-09-25 | In Tutorials > Linux 132 words | 1 mins Common Using Commend 清除静态文件hexo clean 生成静态文件hexo generate or hexo g 部署hexo deploy or hexo d Read more »