跳转底部

随笔分类 -  工具

linux下的shell脚本
摘要:推荐博客:https://www.cnblogs.com/handsomecui/p/5869361.html 阅读全文

posted @ 2018-12-12 17:57 afly666 阅读(91) 评论(0) 推荐(0)

markdown的使用
摘要:推荐博客:https://blog.csdn.net/zhaokaiqiang1992/article/details/41349819 标题 ### (越多越小) 列表标记 - 图片 ![Alt text](/path/to/img.jpg) *强调* 斜体 **加重强调** 粗体 ***特别强调 阅读全文

posted @ 2018-12-11 17:42 afly666 阅读(108) 评论(0) 推荐(0)

linux迅雷下载
摘要:不知道为什么要执行两次这个命令,一次下载不了 使用 youtube 下载 https://blog.csdn.net/hajungong007/article/details/79210792 youtube-dl "http://www.youtube.com/watch?v=-wNyEUrxzF 阅读全文

posted @ 2018-12-04 10:00 afly666 阅读(266) 评论(0) 推荐(0)

git的使用
摘要:管理工作目录 -- mkdir xxx -- cd xxxx -- git init (.git) -- git status 查看工作树状态 -- git log 查看提交记录 -- git reflog 查看之前所有的操作记录 Git 三个状态切换 工作区 暂存区 本地仓库 -- git add ./ 工作区到暂存区 -- git commit -m ... 阅读全文

posted @ 2018-11-26 18:06 afly666 阅读(101) 评论(0) 推荐(0)

opencv
摘要:推荐博客:https://blog.csdn.net/wwxy1995/article/details/79735283 客户端 服务端 使用js调用摄像头:https://www.cnblogs.com/weixing/p/6555681.html 阅读全文

posted @ 2018-11-18 08:36 afly666 阅读(171) 评论(0) 推荐(0)

导航

回到顶部