One for all,all for one.
2013年6月25日 星期二
VI search and replace in multiple tabs / buffers / windows
›
Reference : Search and replace in multiple buffers - Vim Tips Wiki
Bottle SimpleTemplate Engine if... else... condition
›
{{ 'checked' if (user.activited == 1) else '' }} Reference : python - handling undefined values in bottle's Si...
2013年6月24日 星期一
日文促音(小字)怎麼打
›
在前面加上x 或 l (little) っ (ltu, xtu) ゃ (lya, xya) ゅ (lyu, xyu) ょ (lyo, xyo) ー (注音ㄦ鍵)
2013年6月19日 星期三
Python check if string is JSON format
›
def isJSON(s): import json try: json_object = json.loads(s) except ValueError, e: # invalid json ...
2013年6月18日 星期二
remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'.
›
在套件庫端設定 $ git config receive.denyCurrentBranch ignore or $ git config --global receive.denyCurrentBranch ignore
Linux 使用 sshfs 連結 Android 4.0
›
Android : (WIFI 順暢狀態) 安裝 SSHelper 啟動後會監聽在 WIFI 界面上 Username : root Password : admin Post : 2222 Linux : // mount $ sshfs ...
2013年6月14日 星期五
Xen with IPv6
›
請先確認 Dom0 已經建立好 IPv6 連線 Dom0 : 已建立好與 Server 連接的端點 (sit0、sit1),另外有另外可以使用的網段,把他設定在 DomU 網路的共用接口 # ifconfig eth0 inet6 add 2001:470:...
‹
›
首頁
查看網路版