
工具使用
Eason_qyl
......
展开
-
lerna 入门学习
lerna 是一个工具,它优化了使用git和npm管理多包存储库的工作流。https://segmentfault.com/a/1190000019350611?utm_source=tag-newesthttps://www.jianshu.com/p/2f9c05b119c9原创 2020-11-10 10:18:27 · 496 阅读 · 0 评论 -
Cmder替换cmd 是开发更高效
首先附上cmder官网地址:http://cmder.net/cmder,中文引申为:命令者cmder从字面意义上来讲解就是使用命令行的人,但是里面却蕴含了另外的一层含义:面对困难而不放弃具体的下载使用可参考此博客感觉写的很详细:https://www.jianshu.com/p/5b7c985240a7...原创 2020-10-24 11:50:52 · 143 阅读 · 0 评论 -
git 如何快速切换回上一个分支
//快速切换回上一个分支git checkout -//查看所有分支git branch -a//查看当前分支git branch//设置你本地分支的上游分支git branch --set-upstream-to=origin/master your_local_branch//拉去主分支最新代码git pull//commit后不要忘了再推送至maste...原创 2020-04-27 09:39:54 · 7901 阅读 · 0 评论 -
15个必须知道的,基本的Chrome开发技巧
https://github.com/dwqs/blog/issues/29原创 2019-10-22 16:37:42 · 273 阅读 · 0 评论 -
VScode修改默认快捷键
修改keybindings.jsonwindows:1、快捷键:Alt+F --> p --> k2、C:\Users\Administrator\AppData\Roaming\Code\User\keybindings.json//覆盖默认值// Place your key bindings...转载 2018-11-21 14:07:36 · 2421 阅读 · 0 评论 -
git 学习。。。
git 系统学习手册https://git-scm.com/book/zh/v2原创 2018-12-08 20:41:41 · 191 阅读 · 0 评论 -
MAC 笔记本快捷键使用总结
最近公司用MAC 笔记本来开发项目,之前因为是Windows 用的比较多,所以初次使用MAC感觉自己笨手笨脚的,所以,总结下使用过程中的一些快捷操作,提高使用效率。shift+command+3来截全屏,还可以使用shift+command+4来截取屏幕上的选定区域哦!苹果笔记本可以使用快捷键fn+F11快速回到系统桌面,再按一次就又回到刚才操作的程序界面了。苹果笔记本可以使用快捷键cont...原创 2019-05-07 14:12:21 · 875 阅读 · 0 评论