摘要:
def getCurrentSec(self): return time.time()-8*60*60 def getCurrentDate(self): ISOTIMEFORMAT='%Y-%m-%d' ... 阅读全文
摘要:
source:http://anony3721.blog.163.com/blog/static/5119742010716104442536/ Python SQLITE数据库是一款非常小巧的嵌入式开源数据库软件,也就是说没有独立的维护进程,所有的维护都... 阅读全文
摘要:
source:http://blog.csdn.net/JGood/article/details/5457284 Python提供了多个内置模块用于操作日期时间,像calendar,time,datetime。time模块我在之前的文章已经有所介绍,它提... 阅读全文
摘要:
source:http://hi.baidu.com/johnnycode/item/d40d7172dace9d29d6a89c25 1. 配置每行数据显示最大长度为 200 . 个人不太喜欢 Eclipse 默认长度,弄得代码很容易折行反而不利于查看代... 阅读全文
摘要:
source:http://hi.baidu.com/yuhc123/item/6086d6dc32092b53d63aae14 默认参数值 对于一些函数,你可能希望它的一些参数是可选的,如果用户不想要为这些参数提供值的话,这些参数就使用默认值。这个功能... 阅读全文
摘要:
#coding=utf8#登录注册功能齐了import wximport sqlite3class MyFrame(wx.Frame): def __init__(self): wx.Frame.__init__(self, None, -... 阅读全文
摘要:
source:http://www.cnblogs.com/dolphin0520/archive/2013/03/08/2950223.html Python中的字符串 可能大多数人在学习C语言的时候,最先接触的数据类型就是字符... 阅读全文
摘要:
source:http://blog.csdn.net/jiyucn/article/details/2002604 初学wxPython,搭建起来了Python2.5+wxPython2.8+BOA Construcotr0.6.1的环境,开发变得很方便... 阅读全文
摘要:
source:http://man.lupaworld.com/content/manage/ringkee/module.htm#id2811889 Python模块篇 整理:Jims of 肥肥世家 ... 阅读全文
摘要:
source:http://hi.baidu.com/54wangjun/item/8ef232dec9f7fff792a974a5 简单点说: 阻塞就是干不完不准回来, 非组赛就是你先干,我现看看有其他事没有,完了告诉我一声 我们拿最常用的se... 阅读全文