摘要: #Author by Andy#_*_ coding:utf-8 _*_import sysimport timePath="E:\my python study\\files\haproxy.txt"Path_new="E:\my python study\\files\haproxy_new.t 阅读全文
posted @ 2016-12-11 18:52 想自由 阅读(584) 评论(0) 推荐(0)
摘要: #Author by Andy#_*_ coding:utf-8 _*_import timefrom collections import Iterable#列表生成式def func(): list=[] for i in range(10000000): list.append(i) prin 阅读全文
posted @ 2016-12-11 10:31 想自由 阅读(230) 评论(0) 推荐(0)