"));
python
python os.path模块      摘要: os和os.path模块
os.listdir(dirname):列出dirname下的目录和文件
os.getcwd():获得当前工作目录
os.curdir:返回但前目录('.')
os.chdir(dirname):改变工作目录到dirname
os.path.isdir(name):判断name是不是一个目录,name不是目录就返回false
os.path.isfile(name):判断name是不是一个文件,不存在name也返回false
os.path.exists(name):判断是否存在文件或目录name
os.path.getsize(name):获得文件大小,如果name是目录返回0l
os.path.abspath(name):获得绝对路径
os.path.normpath(path):规范path字符串形式
os.path.split(name):分割文件名与目录(事实上,如果你完全使用目录,它也会将最后一个目录作为文件名而分离,同时它不会判断文件或目录是否存在)
  阅读全文
posted @ 2012-05-03 00:10 -274°c 阅读(1580) | 评论 (1)  编辑
     摘要: 发现手边有个python 写来做测试http的小脚本,还是发出来。很简单,很方便。  
posted @ -274°c 阅读(3816) |  
     摘要: 算是补充前面的。  
posted @ -274°c 阅读(614) |  
     摘要: 都是一些简单记录,高手莫入。  
posted @ -274°c 阅读(535) |  
     摘要: 记录最简单的压缩  
posted @ -274°c 阅读(877) |  
     摘要: 可群发可抄送可匿名可假冒  
posted @ -274°c 阅读(5685) |  
     摘要: 常见代码总结。  
posted @ -274°c 阅读(15365) |  
posted @ -274°c 阅读(2586) |  
     摘要: ftp 功能封装。  
posted @ -274°c 阅读(724) |  
     摘要: 这里只是写了dom的简单使用。日后用到更复杂的应用的时候再补充。  
posted @ -274°c| 
     摘要: 删除目录下文件  
posted @ -274°c| 
     摘要: logging的使用  
posted @ -274°c| 
     摘要: 类  
posted @ -274°c 阅读(615) |  
网站地图