2018年:
-
DRY(Don't repeat youself) 不要重复你自己。
-
YAGNI(You aret't Gonna need it) 你不需要它。这是一种设计原则,旨在告诉设计人员不要添加任何不必要的功能。
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
// 手动添加到 ~/.bash_profile
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
command -v nvm
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
# 文件格式说明 | |
# ——分钟(0 - 59) | |
# | ——小时(0 - 23) | |
# | | ——日(1 - 31) | |
# | | | ——月(1 - 12) | |
# | | | | ——星期(0 - 7,星期日=0或7) | |
# | | | | | | |
# * * * * * 被执行的命令 | |
# Codeing 时长 |
- css 布局: http://zh.learnlayout.com/
- perl 教程: https://qntm.org/files/perl/perl_cn.html