-
work
- react dev
- Gyazo
- Grammarly
- Mailtrack
- github contributions
- Octotree
- Toby for Chrome
-
personal
https://stackoverflow.com/questions/134882/undoing-a-git-rebase
git reflog
git reset --hard HEAD@{5}
CSS Reset 目的是消除不同浏览器上样式不统一的问题。
但是,并不是所有项目都需要 CSS Reset。
- CSS Reset 可能会影响性能,并大量冗余。
武侠的最高境界是什么? - 无招胜有招
- 设计的最高境界是什么? - 减少设计
- 最少的 CSS 代码,最少的渲染,最少的重置就是最好的 CSS 样式代码,这反映了 CSS 层次。 说句不好听的话,CSS reset是用来让那些CSS菜鸟,对CSS不太了解的人准备的。
npm install -g commitizen cz-conventional-changelog
echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require("[email protected]") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> Premature optimization is the root of all evil — DonaldKnuth | |
过早优化是万恶之源。 | |
不需要在 Code Review 时,过早挑剔性能。 |