`
thinblue
  • 浏览: 2293 次
  • 性别: Icon_minigender_1
  • 来自: 长沙
文章分类
社区版块
存档分类
最新评论
文章列表
我曾经爱过你 普希金 爱情,也许 在我的心灵里还没有完全消亡, 但愿它不会再打扰你, 我也不想再使你难过悲伤。 我曾经默默无语、 毫无指望地爱过你, 我既忍受着羞怯, 又忍受着嫉妒的折磨, 我曾经那样真诚、 那样温柔地爱过你, 但愿上帝保佑你, 另一个人也会象我爱你一样。
#!/usr/bin/env python #coding=utf-8 import os import re import shutil #修改目录下文件名 def TestRename(Dir): for files in os.listdir("d:\work"): if files =='tester.log': filePath = os.path.join( Dir, files ) print filePath os.rename(os.path.join('d:\\ ...
Global site tag (gtag.js) - Google Analytics