类time创建的对象表示本地时间,与任何特别日期没有关系。可以通过时区tzinfo来调整时间。class datetime.time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None) 所有参数都是可选的。除了tzinfo对象,其它参数都是整数表示。其中参数范围如下:l 0 l 0 l 0 l 0 当参数范围超出这些范围时,就会抛出异常V...
分类:
其他好文 时间:
2015-11-26 15:26:18
阅读次数:
193
“We will make King’s Landing within the hour.” Catelyn turned away from the rail and forced herself to smile. “Your oarmen have done well by us, Capta...
分类:
其他好文 时间:
2015-11-23 13:06:01
阅读次数:
165
unix 时间戳:从1970年1月1日0点开始到当前时间所经过的秒数。 1.将日期转换为UNIX时间戳 mktime():可以自动校正越界的输入 原型 : mktime(hour,minute,second,month,day,year); 实例:2.将英文文本的日期时间解析为unix时间戳 str...
分类:
Web程序 时间:
2015-11-20 19:54:57
阅读次数:
156
学习笔记:学习内容:sublime 3学习时间:2015-10-20预计学习时长:1 hour/3 day学习工具&资料: 官网:http://www.sublimetext.com/ 慕课学习网:http://www.imooc.com/learn/40学习目标: 1.熟练掌握sublime的安装...
分类:
其他好文 时间:
2015-11-13 06:12:25
阅读次数:
241
Get up too late10:30-12:00 school information3:00-4:20 hand writing paper4:20-6:00 computer configuration wast a lot time7:00-8:00 have an hour code8:...
分类:
其他好文 时间:
2015-11-12 23:29:09
阅读次数:
236
# -*- coding: utf-8 -*-#python 27#xiaodeng#python之模块datetime详解import datetime#data=datetime.date(2015,11,9)#表示日期的类#data=datetime.time(hour[,minute[,se...
分类:
编程语言 时间:
2015-11-09 01:37:01
阅读次数:
317
Problem StatementYou are given time in AM/PM format. Can you convert this into a 24-hour format?InputInput consists of time in the AM/PM format i.e. h...
分类:
其他好文 时间:
2015-11-08 14:28:38
阅读次数:
202
注意在进行比较如date('Y-m-d H:i:s', strtotime('+1 hour')) > $data的时候,一定要保证两边都是12小时制或者是24小时制,不然无法进行有效的比较$t=time(); echo date("Y-m-d H:i:s",$t);第一个参数的格式分别表示:a -...
分类:
Web程序 时间:
2015-11-06 22:24:35
阅读次数:
230
public static void main(String[] args) { Calendar calendar = Calendar.getInstance(); calendar.set(Calendar.HOUR_OF_DAY, calendar.get(Ca...
分类:
编程语言 时间:
2015-11-05 10:27:48
阅读次数:
183
去tr里面的内容text=driver.find_elements_by_xpath("//table[@id=‘trackTable‘]")foriintext:printi.text#下拉框#Select(driver.find_element_by_id("set_start_hour_scan")).select_by_index(3)#Select(driver.find_element_by_id("set_start_hour_scan")).select_by_value("..
分类:
其他好文 时间:
2015-10-28 19:38:12
阅读次数:
165