摘要:
1. """ 可以插入多行文字. print """ abC 123' 456''" #单引号, 双引号, 也没有关系 """ 2. 使用中文 utf-8编码 #coding=utf-8 #处理中文 x = "中文".decode('utf-8') y = u"中文" print len(x) # 阅读全文
摘要:
1. 有道词典 https://github.com/justzx2011/openyoudao 阅读全文
摘要:
1. 更新軟件源 sudo cp /etc/apt/sources.list /etc/apt/sources.list_bak #備份 sudo vi /etc/apt/sources.list /etc/apt/sources.list 文件內容 # # deb cdrom:[Debian GN 阅读全文