2012-04-05
http://abloz.com author:ablozhou date:2012.4.5
python 如果打印到秒,可以用如下语句:
>>> import time
>>> time.localtime(time.time())
time.struct_time(tm_year=2012, tm_mon=4, tm_mday=5, tm_hour=16, tm_min=0, tm_sec=29, tm_wday=3, tm_yday=96, tm_isdst=0)
>>> time.strftime('%m-%d %H:%M:%S',time.localtime(time.time()))
'04-05 16:02:04'
但如果需要打印到毫秒呢? localtime里面没有精确到毫秒。 在python 2.6以后,strftime有%f参数可以打印毫秒,不过应该用datetime模块,而不是time模块
>>> import datetime
>>> datetime.datetime.now().strftime("%H:%M:%S.%f")
'16:24:07.346000'
如果直接用time.strftime,则%f不会打印正确的毫秒,而是打印%f
如非注明转载, 均为原创. 本站遵循知识共享CC协议,转载请注明来源
FEATURED TAGS
css
vc6
http
automake
linux
make
makefile
voip
乱码
awk
flash
vista
vi
vim
javascript
pietty
putty
ssh
posix
subversion
svn
windows
删除
编译
多线程
wxwidgets
ie
ubuntu
开源
c
python
bash
备份
性能
scp
汉字
log
ruby
中文
bug
msn
nginx
php
shell
wordpress
mqueue
android
eclipse
java
mac
ios
html5
js
mysql
protobuf
apache
hadoop
install
iocp
twisted
centos
mapreduce
hbase
thrift
tutorial
hive
erlang
lucene
hdfs
sqoop
utf8
filter
草原
yarn
ganglia
恢复
scrapy
django
fsimage
flume
tail
flume-ng
mining
scala
go
kafka
gradle
cassandra
baas
spring
postgres
maven
mybatis
mongodb
https
nodejs
镜像
心理学
机器学习
Keras
theano
anaconda
docker
spark
akka-http
json
群论
区块链
加密
抽象代数
离散对数
同余
欧拉函数
扩展欧几里德算法
ES6
node-inspect
debug
win10
vscode
挖矿