<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feedsky.blogbus.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><link atom:type="text/html">http://fayaa.blogbus.com/</link><fs:self_link href="http://feeds.feedsky.com/blogbus.com/fayaa_blogbus_com" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 30 Jun 2008 18:36:44 GMT</lastBuildDate><title>测试代码发芽网发帖功能</title><description>测试代码发芽网（ http://www.fayaa.com/code/ ），无需插件在blog上面做代码高亮！</description><atom:link href="http://feedsky.blogbus.com/fayaa_blogbus_com" type="application/rss+xml" ref="self"></atom:link><generator xmlns="http://www.w3.org/2005/Atom" uri="http://www.blogbus.com/">博客大巴</generator><id xmlns="http://www.w3.org/2005/Atom">http://fayaa.blogbus.com/atom.xml</id><link xmlns="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://fayaa.blogbus.com/atom.xml"></link><pubDate>Mon, 30 Jun 2008 18:40:54 GMT</pubDate><dc:date>2008-06-30T18:40:54Z</dc:date><image><title>测试代码发芽网发帖功能</title><url>http://public.blogbus.com/images/head.gif</url><link>http://fayaa.blogbus.com/</link></image><item><title>尝试代码发芽网 无需插件实现blog代码高亮功能</title><link atom:type="text/html">http://fayaa.blogbus.com/logs/23891688.html</link><author xmlns="http://www.w3.org/2005/Atom"><name>fayaa</name></author><id xmlns="http://www.w3.org/2005/Atom">http://fayaa.blogbus.com/logs/23891688.html</id><description>&lt;div id=&quot;codee_html&quot; style=&quot;background-color: #f9f7ed; font-family: 'Comic Sans MS','Consolas','Lucida Console','Courier New','Bitstream Vera Sans Mono','monospace','Fixedsys','Monaco','Tahoma'&quot;&gt;
    
      &lt;u&gt;Python代码&lt;/u&gt;: &lt;a href=&quot;http://www.fayaa.com/code/view/15/&quot;&gt;抓取糗事百科前100页的Python脚本&lt;/a&gt;
    
    &lt;div class=&quot;source&quot;&gt;&lt;span class=&quot;lineno&quot;&gt;01&lt;/span&gt; &lt;span style=&quot;color: #808080&quot; class=&quot;_c&quot;&gt;#coding=utf-8&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;02&lt;/span&gt; &lt;span style=&quot;color: #808080&quot; class=&quot;_c&quot;&gt;#需要BeautifulSoup（美丽的汤）支持:http://crummy.com/software/BeautifulSoup&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;03&lt;/span&gt; &lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;04&lt;/span&gt; &lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;import&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #0e84b5; font-weight: bold&quot; class=&quot;_nn&quot;&gt;urllib&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno special&quot;&gt;05&lt;/span&gt; &lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;import&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #0e84b5; font-weight: bold&quot; class=&quot;_nn&quot;&gt;urllib2&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;06&lt;/span&gt; &lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;from&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #0e84b5; font-weight: bold&quot; class=&quot;_nn&quot;&gt;xml.sax.saxutils&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;import&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;unescape&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;07&lt;/span&gt; &lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;from&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #0e84b5; font-weight: bold&quot; class=&quot;_nn&quot;&gt;BeautifulSoup&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;import&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;BeautifulSoup&lt;/span&gt;&lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #808080&quot; class=&quot;_c&quot;&gt;# For processing HTML&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;08&lt;/span&gt; &lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;09&lt;/span&gt; &lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #0060b0; font-weight: bold&quot; class=&quot;_nf&quot;&gt;formalize&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;):&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno special&quot;&gt;10&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;''&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;11&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;lines&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;text&lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;split&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;u'&lt;/span&gt;&lt;span style=&quot;color: #606060; font-weight: bold; background-color: #fff0f0&quot; class=&quot;_se&quot;&gt;\n&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;'&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;12&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;line&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold&quot; class=&quot;_ow&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;lines&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;:&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;13&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;line&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;line&lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;strip&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;()&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;14&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #007020&quot; class=&quot;_nb&quot;&gt;len&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;line&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #6000e0; font-weight: bold&quot; class=&quot;_mf&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;:&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno special&quot;&gt;15&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;continue&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;16&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;result&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;+=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;line&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;u'&lt;/span&gt;&lt;span style=&quot;color: #606060; font-weight: bold; background-color: #fff0f0&quot; class=&quot;_se&quot;&gt;\n\n&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;'&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;17&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;result&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;18&lt;/span&gt; &lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;19&lt;/span&gt; &lt;span class=&quot;_n&quot;&gt;outfile&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #007020&quot; class=&quot;_nb&quot;&gt;open&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot;qiushi.txt&amp;quot;&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot;w&amp;quot;&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno special&quot;&gt;20&lt;/span&gt; &lt;span class=&quot;_n&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #6000e0; font-weight: bold&quot; class=&quot;_mf&quot;&gt;0&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;21&lt;/span&gt; &lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold&quot; class=&quot;_ow&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #007020&quot; class=&quot;_nb&quot;&gt;range&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #6000e0; font-weight: bold&quot; class=&quot;_mf&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #6000e0; font-weight: bold&quot; class=&quot;_mf&quot;&gt;101&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;):&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;22&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot;http://qiushibaike.com/qiushi/best/all/page/&lt;/span&gt;&lt;span style=&quot;background-color: #e0e0e0&quot; class=&quot;_si&quot;&gt;%d&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;i&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;23&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;urllib2&lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;urlopen&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;readlines&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;()&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;24&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;soup&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;BeautifulSoup&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;join&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;))&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno special&quot;&gt;25&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;contents&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;soup&lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;findAll&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;'div'&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot;content&amp;quot;&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;26&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;stories&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #007020&quot; class=&quot;_nb&quot;&gt;str&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold&quot; class=&quot;_ow&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;contents&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;]&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;27&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;story&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold&quot; class=&quot;_ow&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;stories&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;:&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;28&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;+=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #6000e0; font-weight: bold&quot; class=&quot;_mf&quot;&gt;1&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;29&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot;processing page &lt;/span&gt;&lt;span style=&quot;background-color: #e0e0e0&quot; class=&quot;_si&quot;&gt;%d&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;background-color: #e0e0e0&quot; class=&quot;_si&quot;&gt;%d&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt; items added&amp;quot;&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;i&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno special&quot;&gt;30&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;minisoup&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;BeautifulSoup&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;story&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;31&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;''&lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;join&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;([&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;for&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold&quot; class=&quot;_ow&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;minisoup&lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;recursiveChildGenerator&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;()&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #007020&quot; class=&quot;_nb&quot;&gt;isinstance&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #007020&quot; class=&quot;_nb&quot;&gt;unicode&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;)])&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;32&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;urllib&lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;unquote&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;unescape&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;{&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;'&amp;amp;quot;'&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;'&amp;quot;'&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;}))&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;33&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;formalize&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;)&lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;encode&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot;utf-8&amp;quot;&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;34&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;outfile&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;'-'&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #6000e0; font-weight: bold&quot; class=&quot;_mf&quot;&gt;20&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot; &lt;/span&gt;&lt;span style=&quot;background-color: #e0e0e0&quot; class=&quot;_si&quot;&gt;%05d&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt; &amp;quot;&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;%&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;count&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;'-'&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #6000e0; font-weight: bold&quot; class=&quot;_mf&quot;&gt;20&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #606060; font-weight: bold; background-color: #fff0f0&quot; class=&quot;_se&quot;&gt;\n&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno special&quot;&gt;35&lt;/span&gt; &lt;span class=&quot;_&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #008000; font-weight: bold&quot; class=&quot;_k&quot;&gt;print&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;outfile&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;text&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;+&lt;/span&gt;&lt;span class=&quot;_&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #606060; font-weight: bold; background-color: #fff0f0&quot; class=&quot;_se&quot;&gt;\r\n&lt;/span&gt;&lt;span style=&quot;background-color: #fff0f0&quot; class=&quot;_s&quot;&gt;&amp;quot;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;lineno&quot;&gt;36&lt;/span&gt; &lt;span class=&quot;_n&quot;&gt;outfile&lt;/span&gt;&lt;span style=&quot;color: #303030&quot; class=&quot;_o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;_n&quot;&gt;close&lt;/span&gt;&lt;span class=&quot;_p&quot;&gt;()&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;

  &lt;/div&gt;&lt;!--sp--&gt;&lt;div class=&quot;relpost&quot;&gt;&lt;br/&gt;&lt;h3&gt;随机文章：&lt;/h3&gt;&lt;div&gt;&lt;a href=&quot;http://hqbying.blogbus.com/logs/23891718.html&quot;&gt;小卡捧起德劳内&lt;/a&gt; 2008-07-01&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://nicenadia.blogbus.com/logs/23890920.html&quot;&gt;听君一席话&lt;/a&gt; 2008-07-01&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://cosmos.blogbus.com/logs/23889858.html&quot;&gt;来生书&lt;/a&gt; 2008-07-01&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://upsidedownsmile.blogbus.com/logs/23889303.html&quot;&gt;在某个晚上。。&lt;/a&gt; 2008-07-01&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;addfav&quot;&gt;收藏到：&lt;span class= &quot;delicious&quot;&gt;&lt;a href=&quot;http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Ffayaa.blogbus.com%2Flogs%2F23891688.html&amp;title=%E5%B0%9D%E8%AF%95%E4%BB%A3%E7%A0%81%E5%8F%91%E8%8A%BD%E7%BD%91+%E6%97%A0%E9%9C%80%E6%8F%92%E4%BB%B6%E5%AE%9E%E7%8E%B0blog%E4%BB%A3%E7%A0%81%E9%AB%98%E4%BA%AE%E5%8A%9F%E8%83%BD&quot;&gt;Del.icio.us&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;</description><category domain="http://fayaa.blogbus.com/c/">未分类</category><pubDate>Tue, 01 Jul 2008 02:36:44 +0800</pubDate><guid isPermaLink="false">http://fayaa.blogbus.com/logs/23891688.html</guid><dc:creator>fayaa</dc:creator><fs:srclink>http://fayaa.blogbus.com/logs/23891688.html</fs:srclink><fs:srcfeed>http://fayaa.blogbus.com/atom.xml</fs:srcfeed><fs:itemid>blogbus.com/fayaa_blogbus_com/~7077643/95856281/5185948</fs:itemid></item></channel></rss>