02 2010 档案
摘要:什么是 Python 语言 Python 语言是一种计算机编程语言,作用类似于 c/c++/java/perl/VB/Delphi 等等计算机编程语言,据有非常清晰易读的语法特点,并且是一种高级面向...
阅读全文
摘要:想把xgcalendar的demo迁移到Google App Engine上,但是杯具的是它的存储竟然不支持 类似 SELECT * FROM Calendar WHERE (start_date>=:1 and start_date<:2) or (end_date>=:1 and end_date<:2) or (start_date<:1 and end_d...
阅读全文
摘要:在我的demo中我尝试将字符串转换成datetime.datetime类型,如下所示 start_time =datetime.datetime.strptime('2010-2-4 07:30',"%Y-%m-%d %H:%M")该语句按理没有任何问题,在命令行下都是OK的,但是一旦放入我的工程就报错了AttributeError: 'module' object has ...
阅读全文