摘要: def bigSum(inputNumList): retList=[] jinwei=0 for item in inputNumList: jinwei=0 #print(retList) #print("item:%s" % item) item=str(item) baseLen=len(retList) itemLen=len(item) maxLoopLen=itemLen minLoopLen=baseLen if itemLen= 10... 阅读全文
posted @ 2014-01-17 17:32 唠叨阁大学士 阅读(712) 评论(2) 推荐(0) 编辑
摘要: INSERT INTO mysql.user set Host='%',user='alipay',password=password('alipay'),Select_priv='Y',Insert_priv='N',Update_priv='N',Delete_priv='N',Create_priv='N',Drop_priv='N',Reload_priv='N',Shutdown_priv='N',Proces 阅读全文
posted @ 2014-01-17 13:36 唠叨阁大学士 阅读(283) 评论(0) 推荐(0) 编辑