2005年12月20日 星期二 19:41
1、wxPython 的 ComBox ,偶用 addItems() 一次性插入2000 条数据 需要4秒钟…… ,不知道是偶方法不对还是其他问题。 另外 ComBox 与 Choicer 很像,有什么区别呢?? 2、新建一个 File 实例后,如何才能判断它是目录还是文件 以及这个 目录or文件 是否存在?? 谢谢 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051220/6e95aa77/attachment-0001.html
2005年12月27日 星期二 15:35
在 05-12-20,ONE_Fox<onefox.fox at gmail.com> 写道: > 1、wxPython 的 ComBox ,偶用 addItems() 一次性插入2000 条数据 > > 需要4秒钟…… ,不知道是偶方法不对还是其他问题。 > 可以试一试在插入前和插入后分别执行: obj.Freeze() [插入操作] obj.Thaw() > 另外 ComBox 与 Choicer 很像,有什么区别呢?? > 没比较过,看文档吧。 > > 2、新建一个 File 实例后,如何才能判断它是目录还是文件 > > 以及这个 目录or文件 是否存在?? > > os.path.isdir() os.path.isfile() os.path.exists() -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit
2005年12月27日 星期二 17:50
谢谢! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051227/22a28ea3/attachment.htm
Zeuux © 2025
京ICP备05028076号