摘要: 更多内容请访问 李兴利博客 阅读全文
posted @ 2016-05-29 10:55 李兴利 阅读(711) 评论(0) 推荐(0) 编辑
摘要: 更多内容请访问 李兴利博客 阅读全文
posted @ 2016-05-29 10:44 李兴利 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 更多内容请访问 李兴利博客 阅读全文
posted @ 2016-05-29 10:36 李兴利 阅读(526) 评论(0) 推荐(0) 编辑
摘要: - 什么是性能调优?(what) - 为什么需要性能调优?(why) - 什么时候需要性能调优?(when) - 什么地方需要性能调优?(where) - 什么人来进行性能调优?(who) - 怎么样进行性能调优?(How) - 总结 # 什么是性能调优?(what) # ![](http://i. 阅读全文
posted @ 2016-05-25 10:50 李兴利 阅读(115) 评论(0) 推荐(0) 编辑
摘要: - 什么是性能调优?(what) - 为什么需要性能调优?(why) - 什么时候需要性能调优?(when) - 什么地方需要性能调优?(where) - 什么人来进行性能调优?(who) - 怎么样进行性能调优?(How) - 总结 # 什么是性能调优?(what) # ![](http://i. 阅读全文
posted @ 2016-05-25 10:46 李兴利 阅读(370) 评论(0) 推荐(0) 编辑
摘要: <!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Version: b13fe65ca28d2e56 阅读全文
posted @ 2016-02-29 11:20 李兴利 阅读(780) 评论(0) 推荐(0) 编辑
摘要: import time,os def showFilePROPERTIES(path): for root,dirs,files in os.walk(path,True): print('位置:' + root) for filename in files: state = os.stat(os. 阅读全文
posted @ 2016-02-29 10:22 李兴利 阅读(200) 评论(0) 推荐(0) 编辑
摘要: Python之文件处理 <!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Version: b13f 阅读全文
posted @ 2016-02-29 10:18 李兴利 阅读(1095) 评论(2) 推荐(2) 编辑
摘要: 字符串 <!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Version: b13fe65ca28d 阅读全文
posted @ 2016-02-02 11:22 李兴利 阅读(265) 评论(0) 推荐(0) 编辑
摘要: #应用环境:python2.7#!/usr/bin/env python # coding=utf-8 from __future__ import print_function import os try: from urllib import urlencode, quote_plus exce 阅读全文
posted @ 2016-01-29 12:47 李兴利 阅读(1032) 评论(0) 推荐(0) 编辑