Archive for the ‘python’ Category

python time模块详解(转)

星期五, 四月 2nd, 2010

刚开始学习python
把相关的内容做上记号

python 的内嵌time模板翻译及说明

一、简介

time模块提供各种操作时间的函数
说明:一般有两种表示时间的方式:
第一种是时间戳的方式(相对于1970.1.1 00:00:00以秒计算的偏移量),时间戳是惟一的
第二种以数组的形式表示即(struct_time),共有九个元素,分别表示,同一个时间戳的struct_time会因为时区不同而不同
(全文…)

python http post数据表单

星期二, 三月 30th, 2010

学习PYTHON
(全文…)