上一页 1 2 3 4 5 6 7 ··· 37 下一页
摘要: source:http://www.blog.pythonlibrary.org/2009/08/25/wxpython-using-wx-timers/ This past couple of weeks, I’ve seen multiple peop... 阅读全文
posted @ 2022-04-29 22:37 WORDLESS 阅读(34) 评论(0) 推荐(0)
摘要: source:http://ciniao.me/article.php?id=17 range 函数说明:range([start,] stop[, step]),根据start与stop指定的范围以及step设定的步长,生成一个序列。 range示例... 阅读全文
posted @ 2022-04-29 22:37 WORDLESS 阅读(14) 评论(0) 推荐(0)
摘要: source:http://blog.donews.com/limodou/archive/2005/02/06/270573.aspx 今天才学到的两个wxPython中的函数:wx.CallAfter和wx.FutureCall。这是两个无关的函数,但... 阅读全文
posted @ 2022-04-29 22:37 WORDLESS 阅读(158) 评论(0) 推荐(0)
摘要: source:http://www.cnblogs.com/fengmk2/archive/2008/04/21/1163766.html 先来看个例子: def foo(*args, **kwargs): print 'args = ', ar... 阅读全文
posted @ 2022-04-29 22:37 WORDLESS 阅读(58) 评论(0) 推荐(0)
摘要: source:http://blog.csdn.net/a0you/article/details/7666735 python中对文件、文件夹的操作需要涉及到os模块和shutil模块。 创建文件: 1) os.mknod("test.txt"... 阅读全文
posted @ 2022-04-29 22:37 WORDLESS 阅读(3753) 评论(0) 推荐(1)
摘要: source:http://blog.csdn.net/jin868/article/details/5961263 一般数据采用的固定的静态数据类型,而SQLite采用的是动态数据类型,会根据存入值自动判断。SQLite具有以下五种数据类型: 1.NU... 阅读全文
posted @ 2022-04-29 22:37 WORDLESS 阅读(2175) 评论(0) 推荐(0)
摘要: http://blog.sina.com.cn/s/blog_4e1354b10101a5ub.html >>> import os >>> os.path.exists('d:/assist') True >>> os.path.e... 阅读全文
posted @ 2022-04-29 22:37 WORDLESS 阅读(21) 评论(0) 推荐(0)
摘要: source:http://blog.sina.com.cn/s/blog_3f48cbd50101b5pe.html 见例子: import sys def example1(): print sys.path from ... 阅读全文
posted @ 2022-04-29 22:37 WORDLESS 阅读(28) 评论(0) 推荐(0)
摘要: source:http://www.51testing.com/?uid-43909-action-viewspace-itemid-219473 当我在windows vista和Windows 7安装RobotFramework时,在安装结果后出现了如下对... 阅读全文
posted @ 2022-04-29 22:37 WORDLESS 阅读(54) 评论(0) 推荐(0)
摘要: source:http://blog.csdn.net/zklth/article/details/8117207 安装第三方库出现 Python version 2.7 required, which was not found in the regis... 阅读全文
posted @ 2022-04-29 22:37 WORDLESS 阅读(66) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 37 下一页