摘要:
对比10 从此处可以看到: timestamp with time zone 表达的是 针对 标准时区(格林尼治时间)的差。 timestamp with local time zone 表达的是 ,根据你当前所处时区,变化你和格林尼治时间的差。 如果过去相对标准时区 -8 ,那么移动到+10 时区 阅读全文
摘要:
Python的range(n) 方法就是: API定义: If you do need to iterate(迭代) over a sequence(一系列) of numbers, the built-in function range() comes in handy(方便的). It gene 阅读全文