Today, I wanna get some file changes in one commit, and then apply the changes to another branch with no commit.
Continue reading
刚接触命令行的时候,经常遇到很多命令不知道怎么写,参数是哪些。很多时候都是通过 cmd -h
或者 man cmd
查询命令的细节,但这种查阅方式不能帮助读者快速理解常用命令的参数或格式。tldr
是一个简单介绍命令并给出示例的工具,能够大大简化常用命令参数的记忆和查询。
Continue reading
Today, when I start a Rails app on local, the pg connection error was happened.
Continue reading
In Mysql, if you wanna test a row exists or not, you could also try EXISTS
:
Continue reading
Recently, my team run the business evolution in weekly. And I wanna share how to do the tasks management in my team.
Continue reading