MooGoo's Blog
2012年2月17日 星期五
[Python] 像PHP的associate array一樣初始Dict
Python的dict不能像PHP的associate array一樣"任意給值",當不知道dict有幾維時很麻煩。
有一個defaultdict可以用,只是不好看,哈哈!
cat = {} # 先初始一個dict
for k, v in foo_list:
cat.setdefault(k, []).append(v)
ref:
collections
2012年2月15日 星期三
[ssh][error] Could not open a connection to your authentication agent.
ssh-agent沒有跑,
exec ssh-agent bash
2012年2月8日 星期三
domain transfer
Godaddy -> Namecheap
1. 登入Godaddy,Domain Manager左邊Domain Information的Authorization Code:按Send by Email,
就會寄一封EPP Code的信來
2. 到Namecheap申請domain transfer, 付完錢後會寄一封信來, 給你一個認證網址, 再輸入剛才godaddy寄來的EPP code. 輸入後再等一封transfer認證信(不會馬上).
3. 收到認證信後, 點一個"terms and conditions of the Agreement"的連結, 看完按Approval, 等結果
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)