全部
总排名: 2508
 和你贴心的流浪
Close To You
作者:始作俑者
RSS地址: http://feeds.feedburner.com/miss
共有2篇文章被收藏推荐
始作俑者 的频道 收录于2007-11-26
报错 推荐
最新文章
精华文章
40位订阅者
还没有评论
Python时间差计算   2008-10-09 11:30
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 #!/usr/bin/env python #coding:utf-8 import datetime #一般的时间计算 d1 = datetime.datetime(2008, 10, 05,15,50) d2 = datetime.datetime(2008, 10, 03,21,9,0,0) d3 = datetime.timedelta(microseconds=5000) print (d1-d2).microseconds print (d1-d2).seconds print (d1-d2).days print d3 #时区转换,当前系统所在时区+1 d = datetime.datetime.now() d =...
ZeroJudge, an Online Judge System For Beginners   2008-10-09 11:30
...
Ubuntu 查看当前IP地址   2008-10-09 11:30
为了省事起见,直接在终端输入如下指令即可: 1 ifconfig 但是这种情况下是显示所有的信息,如果你只是想要查看到IP,并且不闲麻烦的话,也可以输入下面的命令: 1 ifconfig eth0 |awk '/inet/ {split($2,x,":");print x[2]}' 特别要注意,是ifconfig而不是ipconfig,后者是Windows下的终端命令。...
Google日历手机版   2008-10-09 11:30
Google Calendar 手机版是早出来的事了吧,我的手机之前无妨访问。不过,就在昨天半夜被窝里捣鼓手机的时候发现我的手机也能够访问了,如果你之前也无法访问,那么现在可以试试了。 地址:http://calendar.google.com/m 或者:http://www.google.com/calendar/m Related PostsGoogle...
错误的定位   2008-10-09 11:30
我在Google...
相似频道

鲜果日志  工具箱  帮助  | 联系我们  英雄帖   隐私保护  合作伙伴
Copyright©2004-2008 XianGuo.com 天健出品 京ICP备07018601号