<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[rod的微图空间]]></title> 
<link>http://www.591foto.com/index.php</link> 
<description><![CDATA[微付图片探讨]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[rod的微图空间]]></copyright>
<item>
<link>http://www.591foto.com/read.php/82.htm</link>
<title><![CDATA[PicNiche新增功能--Custom Pollers]]></title> 
<author>rod &lt;admin@yourname.com&gt;</author>
<category><![CDATA[流程攻略]]></category>
<pubDate>Sun, 21 Feb 2010 07:28:10 +0000</pubDate> 
<guid>http://www.591foto.com/read.php/82.htm</guid> 
<description>
<![CDATA[ 
	说明下，这个只是我上午瞎琢磨时的记录整理，很乱，估计对懂的兄弟太小儿科，而对没啥计算机基础的却又杂乱无章，没办法，我也不懂，只算个自学时的笔记，呵呵，抱歉了。<br/><br/>PicNiche的Contributors toolbar在微图业内是个知名的Firefox插件，功能强大且很好用（具体的介绍见我今年初的一个简单介绍）。2月份开发者推出了1.1.x版本，增加了Custom Pollers功能，即用户可以自定义要在Toolbar上显示的网站和内容，因为开发者开放了自定义分享功能，所以目前的版本已经包括了绝大部分网站的定义，我们只要选用已定义好的或在其基础上修改即可。下面的内容仅针对自己定义新的或修改他人的定义时用到的定义界面内容做简单说明。<br/><br/><br/>===============================================================================<br/>定义页面说明：<br/><br/>Titel:标题, 如 StockXpert<br/><br/>Short Titel: 缩略标题,如 SXP<br/><br/>Description: 描述,如 StockXpert Earnings (注意有字符长度限制,在&quot;Click to Test&quot;时可以自动检查)<br/><br/>Page to Parse URL: 定于用于Toolbar上截取网站金额的页面; 一般选&quot;GET&quot;<br/><br/>Open on Click URL: 定义点击Toolbar上网站图标时访问的页面,可与上一项使用相同页面也可不同,具体看个人一般常访问的页面了;<br/><br/>Failure URL: 这个是网站登陆页面的定义,注意: 一定要在Firefox上保存该网址的登陆信息;<br/><br/>Icon URL: Toolbar上网站图标的定义,如http://www.stockxpert.com/favicon.ico,一般微图网站的图标都是favicon.ico;另外如果这个不填,Toolbar上使用的是&quot;Short Title&quot;定义的<br/><br/>Repoll Timer(Mins): Toolbar定期访问网站的时间间隔，我一般用15，20，60，120这几个，不要太短，以免给网站增加不必要的负荷；<br/>Notify on Change: 一般勾选；<br/><br/>Tooltip Text: 这个是自设置Toolbar上鼠标显示内容的（一般主要是在线图片数），两个参数：<br/>Prefix：一般写为 &quot;Open &lt;页面内容〉-&quot; ; Suffix: 一般写具体的显示信息（如Approved Uploads)<br/>比如在CSP的这个定义里：Prefix我写了&quot;Opens CanStockPhoto Statistics page -&quot;;Suffix &quot;Approved Uploads&quot;。这样加上后面Secondary（Tooltip）定义为截取图片在线数，Toolbar上鼠标显示内容就为：&quot;Opens CanStockPhoto <br/><br/>Statistics page - XXX Approved Uploads&quot;, XXX为我的图片在线数。<br/><br/>Author Name：写上自己的名字；<br/>Website：自己网站的网址；<br/><br/>Primary(Button): 定义toolbar上显示内容的检索语句，包括检索语句定义和截取信息定义<br/>Secondary(Tooltip): 定义toolbar上鼠标显示内容的检索语句，包括检索语句定义和截取信息定义<br/>上面这两项的检索语句定义主要用到正则表达式，具体的定义可以参考相关网站，当然也可以参考他人的修改。比较便捷的方法是查看网页源代码中的相关内容,copy后修改即可,这样最准确.<br/><br/>=============================<br/>Picniche Custom Pollers上用的检索语句的例子：<br/>=============================<br/><br/>Account balance[^$]+&lt;td&gt;&#92;$(&#92;d+&#124;&#92;d+&#92;.&#92;d+)&lt;<br/>(&#92;d+&#124;&#92;d+&#92;.&#92;d+){1,8}<br/><br/><br/>Account balance: &lt;strong&gt;&#92;$(&#92;d+&#124;&#92;d+&#92;.&#92;d+)&lt;&#92;/strong&gt;&lt;br<br/>(&#92;d+&#124;&#92;d+&#92;.&#92;d+){1,8}<br/><br/>Images approved: &lt;strong&gt;(&#92;d+)&lt;/strong&gt;&lt;br<br/>(&#92;d+&#124;&#92;d+&#92;.&#92;d+){1,6}<br/><br/>Images approved: &lt;strong&gt;(&#92;d+)&lt;/strong&gt;&lt;br<br/>(&#92;d+&#124;&#92;d+&#92;.&#92;d+){1,6}<br/><br/>This cycle[^$]+&#92;$(&#92;d+&#124;&#92;d+&#92;.&#92;d+)&#92;s+&lt;&#92;/td&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;;&#92;d:任意一个数字，0~9 中的任意一个;&#92;s:包括空格、制表符、换页符等空白字符的其中任意一个;[^$]<br/><br/>Balance: &#92;$(&#92;d+&#124;&#92;d+&#92;.&#92;d+)&lt;&nbsp;&nbsp;&nbsp;&nbsp;;; 检索&lt;Balance: &gt;+$+数字+数字+.+数字,这是普通页面表达式<br/><br/><br/>CSP:(截取内容在表格中)<br/><br/>Account Balance[^$]+&lt;td&gt;&#92;$(&#92;d+&#124;&#92;d+&#92;.&#92;d+)&lt;&nbsp;&nbsp;&nbsp;&nbsp; ;; 检索Account Balance+字符串+表格符+$+截取数字+截取数字+.+截取数字<br/>(&#92;d+&#124;&#92;d+&#92;.&#92;d+){1,8}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;; 截取内容;(1,8),1位8次<br/>Approved Uploads:[^$]+&lt;td width=&quot;44%&quot;&gt;(&#92;d+)&lt;&nbsp;&nbsp;;; 检索Approved Uploads:+字符串+表格符+截取数字<br/>(&#92;d+){1,8}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;; 截取内容;(1,8),1位8次 <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>重点: 检索的具体内容关键还是要查看网页源代码中的相关内容,copy后修改即可,这样最准确.<br/>正则表达式的定义可以参考:http://www.regexlab.com/zh/regref.htm 和 http://www.tcl.tk/man/tcl/tutorial/Tcl20.html<br/><br/>对正则表达式和Picniche了解有限，所以只能对上午自己简单琢磨的东西做个记录，如果有误解的地方，还请高手们给与指点。PicNiche1.1.x已经发布了好几天了，大部分网站的Custom Poller定义开发者已经都放“Get more”里了，<br/><br/>我们一般只要选择‘import’后，edit测试下，就可以。如果发现不对，自己再修改即可，没必要再浪费时间去自己加个新的。<br/><br/>
]]>
</description>
</item><item>
<link>http://www.591foto.com/read.php?82&amp;guid=0#topreply</link>
<title><![CDATA[[评论] PicNiche新增功能--Custom Pollers]]></title> 
<author>roseburn &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 21 Feb 2010 07:36:19 +0000</pubDate> 
<guid>http://www.591foto.com/read.php?82&amp;guid=0#topreply</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item><item>
<link>http://www.591foto.com/read.php?82&amp;guid=1#topreply</link>
<title><![CDATA[[评论] PicNiche新增功能--Custom Pollers]]></title> 
<author>rod &lt;admin@yourname.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 21 Feb 2010 08:10:08 +0000</pubDate> 
<guid>http://www.591foto.com/read.php?82&amp;guid=1#topreply</guid> 
<description>
<![CDATA[ 
	上文里的UBB关了，所以图片只好这儿发了。<br/><br/>参数页面<br/><a href="http://www.591foto.com/attachment.php?fid=88" target="_blank"><img src="http://www.591foto.com/attachment.php?fid=88" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>定义页面<br/><a href="http://www.591foto.com/attachment.php?fid=89" target="_blank"><img src="http://www.591foto.com/attachment.php?fid=89" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>Get more页面<br/><a href="http://www.591foto.com/attachment.php?fid=90" target="_blank"><img src="http://www.591foto.com/attachment.php?fid=90" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a>
]]>
</description>
</item><item>
<link>http://www.591foto.com/read.php?82&amp;guid=2#topreply</link>
<title><![CDATA[[评论] PicNiche新增功能--Custom Pollers]]></title> 
<author>pengpeng &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 21 Feb 2010 09:23:05 +0000</pubDate> 
<guid>http://www.591foto.com/read.php?82&amp;guid=2#topreply</guid> 
<description>
<![CDATA[ 
	http://www.istockphoto.com/forum_messages.php?threadid=80029&amp;page=1<br/><br/><img src="http://www.591foto.com/template/default/images/viewimage.gif" alt=""/><a href="http://android.theasis.co.uk/livestock/screen-2_3_4-1.png" target="_blank">点击在新窗口中浏览此图片</a><br/><a href="http://android.theasis.co.uk/livestock/screen-2_3_4-1.png" target="_blank">http://android.theasis.co.uk/livestock/screen-2_3_4-1.png</a><br/><br/>这个软件支持android手机和is相当不错
]]>
</description>
</item><item>
<link>http://www.591foto.com/read.php?82&amp;guid=3#topreply</link>
<title><![CDATA[[评论] PicNiche新增功能--Custom Pollers]]></title> 
<author>sam8lsam &lt;sam0613sam@126.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 01 Sep 2010 10:37:39 +0000</pubDate> 
<guid>http://www.591foto.com/read.php?82&amp;guid=3#topreply</guid> 
<description>
<![CDATA[ 
	欢迎光临<a href="http://www.wodku.com/" target="_blank">男士内裤</a>网--让男人更酷<br/>相关的主题文章：<br/> <br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://www.yyxdd.com/cgi-bin/topic.cgi?forum=1&amp;topic=227" target="_blank">中山内衣：即将苏醒的雄狮</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://ouerde.w2.leoboard.com/cgi-bin/topic.cgi?forum=3&amp;topic=59" target="_blank">康妮雅市场总监程涛先生专访</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://nn2sf.com/bbs/boke.asp?sam0613sam.showtopic.128952.html" target="_blank">家纺市场营销：渠道多元化</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://blog.china.alibaba.com/blog/sam0dsam/article/b0-i19000817.html" target="_blank">性感威猛 Intimissimi秋冬男士内裤</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://ask.yanglao114.net/question.php?qid=50997" target="_blank">第三只眼看市场：给渠道把脉</a>
]]>
</description>
</item><item>
<link>http://www.591foto.com/read.php?82&amp;guid=4#topreply</link>
<title><![CDATA[[评论] PicNiche新增功能--Custom Pollers]]></title> 
<author>handdhel25 &lt;alexnechaev1@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 02 Sep 2010 00:16:36 +0000</pubDate> 
<guid>http://www.591foto.com/read.php?82&amp;guid=4#topreply</guid> 
<description>
<![CDATA[ 
	Air Max shoes are known for their quality,<a href="http://www.nikelebron7shoes.com/nike-air-max-lebron-vii-c-1.html" target="_blank">nike air max lebron</a><br/>Air Max shoes are known for their quality and unique Premier style.Air Max 2009 shoes,<a href="http://www.mbtshoesgo.com/nike-shox-shoes-c-127.html" target="_blank">nike shox shoes</a>, the whole world of fashion and comfort. It is made? Network and over 2009 have more leather.AIR is Flywire technology is most advanced technology.it by people who love leisure and sports, boys and girls, ladies and gentlemen, it is always faster because it Serling is a good color and good design.<br/>Nike Air Max 2009, in fact, to some significant extent, is the most beautiful model line.Their Skytop around the world,<a href="http://www.nikeshoxbuy.com/nike-shox-oz-c-98.html" target="_blank">nike shox oz</a>, and get more profits, more than any other customers there shoes. Therefore,<a href="http://www.nikelebron7shoes.com/nba-basketball-shoes-chris-paul-c-149_155.html" target="_blank">air jordan cp3</a>, the Nike Air Max shoes is really a good version of the shoe.<br/>Air Max shoes, most popular sports for young people, clothing brands, is now the largest low cost airline selling shoes on our site. But to seize this opportunity! So what are you waiting for?<br/>相关的主题文章：<br/> <br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://dh23elers381.blog.163.com/blog/static/16874411520107545721851/" target="_blank">Nike air max shoes tory burch reva flats</a>
]]>
</description>
</item><item>
<link>http://www.591foto.com/read.php?82&amp;guid=5#topreply</link>
<title><![CDATA[[评论] PicNiche新增功能--Custom Pollers]]></title> 
<author>handdhel62 &lt;jeansmith2011@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 02 Sep 2010 07:20:43 +0000</pubDate> 
<guid>http://www.591foto.com/read.php?82&amp;guid=5#topreply</guid> 
<description>
<![CDATA[ 
	The business of Air Max shoes,<a href="http://www.toryshoes.com/tory-burch-sandals-c-6.html" target="_blank">tory burch sandals</a><br/>Today is Saturday, tomorrow is the weekend,<a href="http://www.mbtshoeswalk.com/ugg-classic-bags-c-242.html" target="_blank">ugg bags</a>, and you can take holiday. I look forward to this Womens NIke Air Max 97 day for a long time. Because I have enough time to pick my favorite air max 360 shoes. I have long wanted to buy a pair of air max shoes. Air max shoes are very hot Womens Nike Air Max 2003 selling now.<br/>All of my friends have Air Max shoes for their selves. So I also want to have one. In the pedestrian street, there are many shops selling air max shoes, there Nike Air Max 97 are a lot of people,<a href="http://www.airmaxdiscount.com/nike-air-zenyth-c-106.html" target="_blank">nike air zenyth</a>, business is very good. I think it would be so good to be independent and have your own business. So I want to sell Mens Nike Air Max Ltd Air Max sale shoes,<a href="http://www.airmaxdiscount.com" target="_blank">cheap air max</a>, I think it will make me rich.<br/> <br/>相关的主题文章：<br/> <br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://www.tripmind.com/post/213/" target="_blank">The business of Air Max shoes tory burch</a>
]]>
</description>
</item><item>
<link>http://www.591foto.com/read.php?82&amp;guid=6#topreply</link>
<title><![CDATA[[评论] PicNiche新增功能--Custom Pollers]]></title> 
<author>aliuwei2 &lt;liuwei111@chongsoft.org&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 02 Sep 2010 08:28:32 +0000</pubDate> 
<guid>http://www.591foto.com/read.php?82&amp;guid=6#topreply</guid> 
<description>
<![CDATA[ 
	不错<br/> <br/>支持 百年一见的好信息 顶<br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/><a href="http://www.daxue-edu.net" target="_blank">办文凭</a>&nbsp;&nbsp;<a href="http://www.daxue-edu.net" target="_blank">代办文凭</a>&nbsp;&nbsp; <a href="http://www.daxue-edu.net" target="_blank">办理文凭</a>
]]>
</description>
</item><item>
<link>http://www.591foto.com/read.php?82&amp;guid=7#topreply</link>
<title><![CDATA[[评论] PicNiche新增功能--Custom Pollers]]></title> 
<author>luyti6r4 &lt;efete@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 02 Sep 2010 08:49:05 +0000</pubDate> 
<guid>http://www.591foto.com/read.php?82&amp;guid=7#topreply</guid> 
<description>
<![CDATA[ 
	一对新婚夫妻新婚燕尔,<a href="http://www.china-twowayradios.com" target="_blank">2 way raido</a>，准备于第二天利用婚假的剩余几北载河、秦皇岛好好玩一玩，两张火车票已经买好了， 就放在床头柜上。 <br/>&nbsp;&nbsp;&nbsp;&nbsp;然而，就在这一天的晚上，他们所在的唐山市发生了举世震惊的唐山大地震。当妻子挣扎着睁开眼睛时，周围漆黑一片仿佛整个天 空都坍塌下来一般。楼板落了下来，压在年轻的丈夫身上。 <br/>&nbsp;&nbsp;&nbsp;&nbsp;他们被困在了里面，年轻妻子绝望了。他们仰脸躺在床上用两个人的四肢手臂一起向上推那块水泥板,<a href="http://www.taobao9966.com/pinpai-guanfang/mrrs/" target="_blank">名人瑞裳旗舰店</a>，试图把它推开。然而失败了，水泥板像焊在那里一样，纹丝不动。年轻丈夫鼓励妻子别怕，过一阵子会有人来救他们的。妻子告诉年轻丈夫：只要在你身边，我什么都不怕。妻子用手向另一侧摸去，幻想能摸到一线生机的希望，但只有水泥板、 砖块……妻子几近绝望，生命的支柱一瞬间像房屋一样坍塌了。<br/>&nbsp;&nbsp;&nbsp;&nbsp;事情还没做完，今后的路应该很长，对，还有北载河、秦皇岛、还有那两张车票，放在床头柜上。 <br/>&nbsp;&nbsp;&nbsp;&nbsp;车票，使妻子产生了新动力和勇气，于是继续摸索。床头柜──车票── 妻子真的触摸到了一张硬纸板，真的是车票！妻子非常高兴，把车票握在手里，动地摇着年轻丈夫的肩膀：我找到了 车票！年轻丈夫也很高兴：是两张车票。妻子心头一沉，只有一张，原来另一张车票被水泥板牢牢地第压住了，只露出极小的一角,<a href="http://www.hqt-tech.com.cn/buyknowledge/88.html" target="_blank">防水对讲机</a>，妻子试图把它拉出来，却几次都未如愿。妻子无言答对，默默地流泪。 <br/>&nbsp;&nbsp;&nbsp;&nbsp;年轻丈夫安慰到：不要紧，可以…再买一张…沉重的水泥版一端压在年轻丈夫身上，一端压在床头柜的车票上，两个支点为妻子留下了一块赖以生存的空间，也不知道外面的世界发生了什么变化，除了一张车票和一个年轻丈夫，妻子什么都没有，就连一点点生的希望都在渐渐稀释、融化。 <br/>&nbsp;&nbsp;&nbsp;&nbsp;饥饿、渴使得妻子几乎都想放弃。似乎年轻妻子丈夫已经意识到了妻子的信念正在一点一点地崩溃，并开始向妻使述说他们未来的旅程，讲述外面的美景：美丽的北载河、迷人的西双版纳…… <br/>&nbsp;&nbsp;&nbsp;&nbsp;一种无形的力量在妻子体内涌动，一个生命的光环在眼前扩散，越来越大，越来越亮。年轻丈夫用生命的余晖，为妻子点燃一支希望的蜡烛，这支蜡烛一直照亮着妻子走出地狱之门，重返光明的人间。 <br/>&nbsp;&nbsp;&nbsp;&nbsp;一天清晨，压在他们头顶的水泥版被掀开了，妻子被救了出来。当妻子急急地爬到年轻丈夫身边，映入眼帘的一幕突然间让妻子变傻了：丈夫的右半边身体完全被砸成了肉泥，殷红的血凝固在废墟的石堆里。 <br/>&nbsp;&nbsp;&nbsp;&nbsp;年轻丈夫只看了妻子一眼，嘴角渗出了一丝浅浅的笑纹，就闭上了双眼。年轻丈夫以最顽强的精神、最坚韧的毅力和最深切的爱，陪伴和激励妻子度过了最艰苦、黑暗的三个昼夜，然后安心走了。 <br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;年轻的丈夫走了，他的一份深深的爱却让妻子享受一辈子。
]]>
</description>
</item><item>
<link>http://www.591foto.com/read.php?82&amp;guid=8#topreply</link>
<title><![CDATA[[评论] PicNiche新增功能--Custom Pollers]]></title> 
<author>sxywy9963 &lt;xiaofeifei@huiseo.cn&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 03 Sep 2010 02:28:01 +0000</pubDate> 
<guid>http://www.591foto.com/read.php?82&amp;guid=8#topreply</guid> 
<description>
<![CDATA[ 
	[list][*]有一个小山村,<a href="http://www.sportshoesclub.com/cheap-Air-Jordan-Men-Shoes-discount/cheap-Air-Jordan-2010-Men-on-sale-Fast-shipping-Discount-Air-Jordan-2010-Men-wholesale-Air-Jordan-2010-Men/" target="_blank">Nike Air Jordan 2010 Mens</a>，村后有一眼清泉，泉水清甜可口，村里人喝了泉水都少病少痛,<a href="http://www.cheapwholesalejersey.com/Wholesale-NFL-Football-Jerseys/discount-Tampa-Bay-Buccaneers-jerseys-for-sale/" target="_blank">Tampa Bay Buccaneers</a>，不久村民就合力搭了一个凉亭，摆上几张桌椅，让大家有个喝茶聊天的好去处。后来附近知道的人多了，来打泉水，来泡茶聊天的人渐渐多起来,<a href="http://www.discountbagonsale.com/Wallets-wholesale/Cheap-Prada-Wallets/" target="_blank">Prada Wallets</a>。村长见这样，为方便大家，就带着一些村民开阔了小路，再添置了桌椅,<a href="http://www.ghdhair-hot.com/GHD-IV-Styler-Mk4-Black/" target="_blank">GHD IV Styler Mk4 Black</a>。可是知道山泉,<a href="http://www.sportshoesclub.com/cheap-Air-Jordan-Men-Shoes-discount/cheap-Air-Jordan-13-Shoes-on-sale-Fast-shipping-Discount-Air-Jordan-13-Shoes-wholesale-Air-Jordan-13-Shoes/" target="_blank">Nike Air Jordan 13 Shoes</a>，来取水的人越来越多,<a href="http://www.sportjerseysforsale.com/Wholesale-NFL-Football-Jerseys/Cheap-San-Francisco-49ers/" target="_blank">San Francisco 49ers</a>，人们大多取完水就走，留下的垃圾还要村里人去料理，泉水也日渐干枯。不得以村长就在泉水周围设了围栏，声明只有为这里铺过路，买过桌椅的人才能进。一些老茶客不解，问：我们在这里喝茶聊天已久，有了感情，能照顾一下让我们进去吗？答曰：不行，要进去的话就去铺路吧。茶客曰：我们买票进去可否？答曰：不要，有一天泉水没有了，你告我如何是好？村长说他有他的难处，茶客说村里不近人情。你呢？<br/> <br/> <br/> <br/> <br/>SIGNATURE:----------------------------------------------------------------------------------------------------------<br/><a href="http://www.discountbagonsale.com/" target="_blank">Coach Wallets</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.jacket-shop.com/" target="_blank">Moncler T Shirts</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.ghdhairworlds.com/" target="_blank">ghd hair straighteners</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.cheapwholesalejersey.com/" target="_blank">cheap nfl jerseys</a>[/list]
]]>
</description>
</item><item>
<link>http://www.591foto.com/read.php?82&amp;guid=9#topreply</link>
<title><![CDATA[[评论] PicNiche新增功能--Custom Pollers]]></title> 
<author>fder84438 &lt;ypnbkoeqhxt@sina.cn&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 03 Sep 2010 04:04:18 +0000</pubDate> 
<guid>http://www.591foto.com/read.php?82&amp;guid=9#topreply</guid> 
<description>
<![CDATA[ 
	相关的主题文章：<br/> <br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://www.wilywx.com/post/108/" target="_blank">评工程师 http://www.pxzc100.com 武汉办真实文凭</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://www.wilywx.com/post/111/" target="_blank">经济师，会计师，统计师办理QQ810656488 真实学历文凭</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://www.wangji.us/read.php/63.htm" target="_blank">浙江办上网文 凭www.pxzc100.com 评工程师</a><br/>&nbsp;&nbsp;<br/> <br/>全国高端学历网,<a href="http://www.pxzc100.com" target="_blank">办理真实学 历 http://www.pxzc100.com</a>，自考讲演班，考前培训<br/>自考名校证书&amp;middot;含金量高&amp;middot;通过率高&amp;middot;疾速毕业<br/>自考独破本科专业有公司管理，名目管理，电子政务等包通过，同时招生在职工程硕士的专修方向：盘算机,<a href="http://www.pxzc100.com" target="_blank">办理真实学 历 http://www.pxzc100.com</a>，电气化工程，把持工程，项目治理等包录取。<br/>全国高端学历网附属于海淀区,长年招生并组织加入自学考试、成人高考、各类资历证考试,时光短、用度低,专业全。<br/>自学考试简介<br/>高级教育自学考试是我国20世纪80年代初创立的国度学历考试轨制,<a href="http://www.pxzc100.com" target="_blank">办理真实学 历 http://www.pxzc100.com</a>,是对自学者进行以学历测验为主的新型高等教导情势,毕业证书经全国高等教育自学考试领导委员会跟全国自学考试委员会同意,由教育部同一监制。
]]>
</description>
</item>
</channel>
</rss>