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日 星期五
2013年9月25日 星期三
2013年9月24日 星期二
Use BackBone.js and Node.js to build web application
2013年9月22日 星期日
Deploy your web app on heroku
Sources1:
http://casear.blogspot.tw/2012/06/heroku-nodejs.html
Source2:
http://embeddedfun.blogspot.tw/2011/11/heroku-nodejs-mongolab.html
How to use mongoDB on heroku
2013年9月16日 星期一
2013年9月13日 星期五
2013年9月12日 星期四
2013年9月7日 星期六
AddThis Sharing Button API
新增social button:
http://support.addthis.com/customer/portal/articles/381263-addthis-client-api#.UiwFXMZmiSo
2013年9月4日 星期三
2013年9月2日 星期一
2013年7月27日 星期六
2013年7月26日 星期五
2013年7月5日 星期五
2013年6月28日 星期五
2013年6月25日 星期二
2013年6月7日 星期五
Use java tool to generate class and jni header file
1. cd source folder of java:
type: "javac xxx.java" => generate xxx.class
2. change folder to package folder:
type "javah -jni yyy.xxx" => generate yyy_xxx.h
2013年6月3日 星期一
2013年5月13日 星期一
訂閱:
意見 (Atom)