2014年4月6日 星期日
Integrate font from google font
source:
https://www.google.com/fonts
http://fundesigner.net/google-web-font/
2014年3月30日 星期日
mongodb Error: failed to connect to [localhost:27017]
source:
http://www.cnblogs.com/CccccYj/p/3548967.html
or might be a permission issue try sudo mongod to fix it.
2014年3月23日 星期日
2013年11月4日 星期一
2013年10月21日 星期一
The authenticity of host can't be established issue
when using ssh connect to 192.168.0.xxx would meet this issue:
ssh -o StrictHostKeyChecking=no 192.168.0.xxx
2013年10月19日 星期六
git commit 常用指令
修正 commit 過的版本歷史紀錄 : http://ithelp.ithome.com.tw/question/10138791
* git reset --hard "HEAD^"
* git reset --soft "HEAD^"
* git reset --hard ORIG_HEAD
* git commit --amend
設定 .gitignore 忽略清單: http://ithelp.ithome.com.tw/question/10138831
* git reset --hard "HEAD^"
* git reset --soft "HEAD^"
* git reset --hard ORIG_HEAD
* git commit --amend
設定 .gitignore 忽略清單: http://ithelp.ithome.com.tw/question/10138831
2013年9月27日 星期五
訂閱:
文章 (Atom)