skip to main
|
skip to sidebar
reversed("andelf")== "fledna"
andelf fledna Feather
2011年6月3日星期五
如何获取文件大小?
除了 stat...如果对于已经有fp的话...可以
with open(filename, 'rb') as fp:
fp.seek(0, 2)
filesize = fp.tell()
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
标签
python
(15)
code
(9)
tip
(9)
web
(4)
c
(2)
fp
(2)
haskell
(2)
math
(2)
win32
(2)
cherrypy
(1)
data_structure
(1)
emacs
(1)
git
(1)
inet6
(1)
ipv6
(1)
ironpython
(1)
neu
(1)
plone
(1)
puzzle
(1)
resource
(1)
translate
(1)
wget
(1)
zope
(1)
订阅
博文
Atom
博文
评论
Atom
评论
搜索此博客
博客归档
▼
2011
(10)
▼
六月
(5)
How to make your source code compatiable with py2....
实现 python 源码兼容 python2.4 -> python3.2 的兼容
百度贴吧如何贴代码?
使用 class ClassName: 如何创建 new-style class
如何获取文件大小?
►
五月
(2)
►
四月
(1)
►
三月
(2)
►
2010
(15)
►
十二月
(1)
►
十月
(3)
►
五月
(5)
►
四月
(6)
►
2009
(14)
►
七月
(4)
►
六月
(1)
►
四月
(6)
►
二月
(3)
►
2008
(14)
►
十月
(4)
►
九月
(4)
►
八月
(5)
►
五月
(1)
关注者
我的简介
Feather.et.ELF
查看我的完整个人资料
没有评论:
发表评论