2004年03月17日 星期三 12:25
python-chinese at lists.python.cn,您好! python中解析xml大家使用的是什么包,我看到网上有个4suite,不知怎样? 致 礼! zhao bear_sh at eastday.com 2004-03-17 -------------- next part -------------- A non-text attachment was scrubbed... Name: fox.gif Type: image/gif Size: 9519 bytes Desc: not available Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20040317/658810d9/fox.gif
2004年03月17日 星期三 12:36
Hello zhao, 可爱的 Python系列 http://www-900.ibm.com/developerWorks/cn/linux/theme/special/index.shtml#python "可爱的 Python: 重温 Python 的 XML 工具 -- 为您带来最新工具和代码信息 " 根据自个儿的情况选择工具吧! === [ 12:25 ; 04-03-17 ] you wrote: z> python-chinese at lists.python.cn,您好! z> python中解析xml大家使用的是什么包,我看到网上有个4suite,不知怎样? z> 致 z> 礼! z> zhao z> bear_sh at eastday.com z> 2004-03-17 === === === === === === === === === === -- Best regards, Zoom.Quiet /=======================================\ ]Time is unimportant, only life important![ \=======================================/
2004年03月17日 星期三 13:31
如何比较方便的获得"\xff\xff\xff\xff\xff.....\xff\xff"这种很多重复字符的 字符串? 我现在的用法是 s = ''.zfill(length_of_string).replace('0', the_sub_string) 可以用,但想知道有没有更直接、更高效的用法? 谢谢! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040317/71165d50/attachment.html
2004年03月17日 星期三 13:42
呵呵,这只是个算法问题,和Python关系不大,不过打算用Python实现,所以向各 位求教。 def write_file(sck, f, flag_str): """从sck中获取数据,同时写到文件f中,直至遇到flag_str为止。 @param sck 一个已连接的socket @param f 一个已用'wb'模式打开的文件 @param flag_str 一个字符串 由于数据量非常大(数GB),不能采用全部读入内存再存盘的方法。 flag_str不能存入文件。 """ 如何实现比较好? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040317/fdcf874a/attachment.htm
2004年03月22日 星期一 09:14
先查一下子列表为好习惯是也乎! 简单的讲: Python 发行版就已经包含了从 Expat,SAX,到DOM 各种XML 处理的支持! 依然有 Python 的 XML 特殊兴趣组 (XML-SIG) 维护着一个活跃的 Py 处理XML 的解决社区! 为更加高效的 XML 应用的Py 进行开发! http://www.cnforyou.com/query/bookdetail.asp?viBookCode=5995 XML与Perl、Python和PHP编程指南 网上已经有专门的书进行讨论,先看一下子吧! === forwarded message === From: Zoom.Quiet <zoomq at infopro.cn> To: bear_sh at eastday.com, python-chinese at lists.python.cn Date: Wednesday, March 17, 2004, 12:36:45 PM Subject: [python-chinese] xml解析 =============Original message text============ *_* Hello zhao, 可爱的 Python系列 http://www-900.ibm.com/developerWorks/cn/linux/theme/special/index.shtml#python "可爱的 Python: 重温 Python 的 XML 工具 -- 为您带来最新工具和代码信息 " 根据自个儿的情况选择工具吧! === [ 12:25 ; 04-03-17 ] you wrote: z> python-chinese at lists.python.cn,您好! z> python中解析xml大家使用的是什么包,我看到网上有个4suite,不知怎样? z> 致 z> 礼! z> zhao z> bear_sh at eastday.com z> 2004-03-17 === === === === === === === === === === -- Best regards, Zoom.Quiet /=======================================\ ]Time is unimportant, only life important![ \=======================================/ ========End of original message text========== *_* >>> Forward There and Here, Life always going <<< ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (^_^) Best regards, Zoom.Quiet /=======================================\ ]Time is unimportant, only life important![ \=======================================/
Zeuux © 2024
京ICP备05028076号