搜尋此網誌

網頁

2014年7月24日 星期四

2014年7月12日 星期六

自行車賽事下載點

最近cyclingtorrent的帳號出問題,救不回來只好靠其他車友幫忙了:

    http://sync.hamicloud.net/cadoublen/share/53mk6

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日 星期日

Use node.js to handle image by gm

resource:

  http://aheckmann.github.io/gm/docs.html

2013年11月4日 星期一

MongoDB shell usage


1. Install mongodb.

2. excute mongo

        ==>   show dbs.

3. mongo xxx  ==> connect to xxx database.

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