摘要: 1. from...import vs import2. 元组,列表,字典T=('a','b')L=['a','b']D=3. 一位数组,二维数组4. 函数,方法,返回值,参数(默认参数)def fun(): return 05. 和mysql打交道3部曲def getConnection(): return Connect(host=getDbConf("xx_host"), port=getDbIntConf("xx_port"), user=getDbConf("xx_use 阅读全文
posted @ 2013-10-09 09:30 akingseu 阅读(184) 评论(0) 推荐(0) 编辑