2009年10月8日

Python Cookbook 13.3. Filtering a List of FTP Sites

摘要: Credit: Mark Nenadov Problem 问题 Several of the FTP sites on your list of sites could be down at any time. You want to filter that list and obtain the list of those sites that are currently up. 你的站点... 阅读全文

posted @ 2009-10-08 15:55 triStone 阅读(310) 评论(0) 推荐(0)

Python Cookbook 13.1. Passing Messages with Socket Datagrams

摘要: Credit: Jeff Bauer Problem 问题 You want to communicate small messages between machines on a network in a lightweight fashion, without needing absolute assurance of reliability. 你想以一种轻量级的且不需要保证绝对的传输质... 阅读全文

posted @ 2009-10-08 13:52 triStone 阅读(343) 评论(0) 推荐(0)

导航