<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：用 Linux 命令行工具自动追踪车票信息</title>
	<atom:link href="http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html</link>
	<description>Engineering a better life, programming a great future.</description>
	<lastBuildDate>Sun, 05 Sep 2010 14:41:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>由：Simple GTalk Bot &#8212; 无限零一 &#124; 李蠡</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-4845</link>
		<dc:creator>Simple GTalk Bot &#8212; 无限零一 &#124; 李蠡</dc:creator>
		<pubDate>Thu, 22 Jul 2010 03:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-4845</guid>
		<description>[...]  《用 Linux 命令行工具自动追踪车票信息》 , 杨文博 [...]</description>
		<content:encoded><![CDATA[<p>[...]  《用 Linux 命令行工具自动追踪车票信息》 , 杨文博 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Mashup不能更疯狂一些吗？ &#124; 林健的BLOG</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-528</link>
		<dc:creator>Mashup不能更疯狂一些吗？ &#124; 林健的BLOG</dc:creator>
		<pubDate>Wed, 01 Apr 2009 09:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-528</guid>
		<description>[...] Mashup不能更疯狂一些吗？ 2009/04/01 &#124; 17:41 &#124; 分类：Web与移动平台 &#124; 标签：googleIMmashuptwitter网络 &#124; 1次阅读 　　我不知道用mashup这个词是否合适，也许有歧义吧。我这里指的是将已有的网络或本地应用无缝地整合（不编程或只写很少的程序），来实现一些有趣的应用。 　　先说几个简单的例子：我们可以用Gmail的POP3接收+过滤器+139邮箱的短信通知，实现对任意POP3邮箱来信的短信通知；使用Linux shell脚本+libfetion/Google日历/python-xmpp实现对选课人数或火车票信息的实时追踪；使用freetalk+schema脚本+X10协议实现用IM控制电器；还有基于twitter+GroupTweet+IM机器人的跨协议IM群聊等等。 　　mashup的实现模式大致可以用下图说明。对于普通用户，Gmail、Google日历、twitter等通用网络工具常常充当了邮件、IM和短信之间的网关，帮助用户实现简单的信息整合。从这里也可以看出，twitter之所以成功，很重要的一个原因是它开放了简单通用的API，允许第三方充分发挥想像来mashup它，同时鼓励第三方开放接口给“第四方”mashup。对于有开发能力的用户，运行于服务器端的脚本可以最大程度地满足各式各样的mashup需求，特别是Google App Engine等服务的推出，大大降低了提供小规模公众web服务的成本。再geek一点的朋友，有可能加入一些外设，利用网络控制或监控计算机以外的实体。但编程这件事在提升应用价值的同时，减少了mashup本身的乐趣。在简单的mashup与编程的mashup之间折衷的，就是把mashup作为一种专门的服务。例如Yahoo Pipes，它以RSS为主要的接口，允许用户使用图形化的编程方式组合各类网络资源，加以计算、过滤，最终生成用户所需的RSS输出。这类服务权衡了mashup的技术门槛与灵活性，可能是将来web应用发展的一个方向。  　　以前觉得很cool的一些mashup应用，现在看上去也有点太保守、太沉稳了，我好久没有见到什么新奇的创意了。我在想，有什么创意可以基于现有的架构但突破现有的框框？就像AJAX/web 2.0那样，开拓一片不算新也不算旧的小领域。大家也想想吧！ 相关文章闲扯Gtalk我与IE的二三事选择一个独具特色的域名——中国特色的Domain hack我也发明个概念——abandonweb杞人忧天也罢&#8211;写在我的Windows Live ID启用三周年 [...]</description>
		<content:encoded><![CDATA[<p>[...] Mashup不能更疯狂一些吗？ 2009/04/01 | 17:41 | 分类：Web与移动平台 | 标签：googleIMmashuptwitter网络 | 1次阅读 　　我不知道用mashup这个词是否合适，也许有歧义吧。我这里指的是将已有的网络或本地应用无缝地整合（不编程或只写很少的程序），来实现一些有趣的应用。 　　先说几个简单的例子：我们可以用Gmail的POP3接收+过滤器+139邮箱的短信通知，实现对任意POP3邮箱来信的短信通知；使用Linux shell脚本+libfetion/Google日历/python-xmpp实现对选课人数或火车票信息的实时追踪；使用freetalk+schema脚本+X10协议实现用IM控制电器；还有基于twitter+GroupTweet+IM机器人的跨协议IM群聊等等。 　　mashup的实现模式大致可以用下图说明。对于普通用户，Gmail、Google日历、twitter等通用网络工具常常充当了邮件、IM和短信之间的网关，帮助用户实现简单的信息整合。从这里也可以看出，twitter之所以成功，很重要的一个原因是它开放了简单通用的API，允许第三方充分发挥想像来mashup它，同时鼓励第三方开放接口给“第四方”mashup。对于有开发能力的用户，运行于服务器端的脚本可以最大程度地满足各式各样的mashup需求，特别是Google App Engine等服务的推出，大大降低了提供小规模公众web服务的成本。再geek一点的朋友，有可能加入一些外设，利用网络控制或监控计算机以外的实体。但编程这件事在提升应用价值的同时，减少了mashup本身的乐趣。在简单的mashup与编程的mashup之间折衷的，就是把mashup作为一种专门的服务。例如Yahoo Pipes，它以RSS为主要的接口，允许用户使用图形化的编程方式组合各类网络资源，加以计算、过滤，最终生成用户所需的RSS输出。这类服务权衡了mashup的技术门槛与灵活性，可能是将来web应用发展的一个方向。  　　以前觉得很cool的一些mashup应用，现在看上去也有点太保守、太沉稳了，我好久没有见到什么新奇的创意了。我在想，有什么创意可以基于现有的架构但突破现有的框框？就像AJAX/web 2.0那样，开拓一片不算新也不算旧的小领域。大家也想想吧！ 相关文章闲扯Gtalk我与IE的二三事选择一个独具特色的域名——中国特色的Domain hack我也发明个概念——abandonweb杞人忧天也罢&#8211;写在我的Windows Live ID启用三周年 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Life is different &#187; use python to track friends&#8217; status on xiaonei</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-527</link>
		<dc:creator>Life is different &#187; use python to track friends&#8217; status on xiaonei</dc:creator>
		<pubDate>Thu, 26 Mar 2009 06:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-527</guid>
		<description>[...] Although I am not very interested in xiaonei.com. I just want to write a program to know the status of my friends and classmates. Through this program, you can receive the status infomation of your friends in gtalk. The post_status section (to login to a gtalk account and send a message using xmpp) of the code is referred from solrex.(the exact post is here) [...]</description>
		<content:encoded><![CDATA[<p>[...] Although I am not very interested in xiaonei.com. I just want to write a program to know the status of my friends and classmates. Through this program, you can receive the status infomation of your friends in gtalk. The post_status section (to login to a gtalk account and send a message using xmpp) of the code is referred from solrex.(the exact post is here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Lee&#8217;s Weblog &#187; Blog Archive &#187; FUCK Banks of China</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-526</link>
		<dc:creator>Lee&#8217;s Weblog &#187; Blog Archive &#187; FUCK Banks of China</dc:creator>
		<pubDate>Tue, 16 Dec 2008 06:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-526</guid>
		<description>[...] 心肠不好的人肯定幸灾了祸地在想：“哈哈，这个倒霉的小伙儿该对着文本</description>
		<content:encoded><![CDATA[<p>[...] 心肠不好的人肯定幸灾了祸地在想：“哈哈，这个倒霉的小伙儿该对着文本</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Solrex Yang</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-525</link>
		<dc:creator>Solrex Yang</dc:creator>
		<pubDate>Sat, 15 Nov 2008 13:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-525</guid>
		<description>@Yang
哈哈，为了避免再有人在这里觉得受到侮辱，请有意见的同学看看&lt;a href=&quot;http://www.xiaolai.net/index.php/archives/1372.html&quot; rel=&quot;nofollow&quot;&gt;这篇文章&lt;/a&gt;，好好想想后再来发言。
另外，以后对这种莫名其妙对号入座并且不留下真实 Email 地址的评论，我就一个操作：删除。</description>
		<content:encoded><![CDATA[<p>@Yang<br />
哈哈，为了避免再有人在这里觉得受到侮辱，请有意见的同学看看<a href="http://www.xiaolai.net/index.php/archives/1372.html" rel="nofollow">这篇文章</a>，好好想想后再来发言。<br />
另外，以后对这种莫名其妙对号入座并且不留下真实 Email 地址的评论，我就一个操作：删除。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Yang</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-524</link>
		<dc:creator>Yang</dc:creator>
		<pubDate>Sat, 15 Nov 2008 03:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-524</guid>
		<description>前一篇博客中说到我买票失败的经历，也充分表达了我想买一张二手座票的意愿。怎么办呢？只好到网上各二手火车票信息平台去找了。心肠不好的人肯定幸灾了祸地在想：“哈哈，这个倒霉的小伙儿该对着浏览器不停地按 F5 了!” 你才 F5 呢，你们全家都 F5。那是典型的 Windows 用户的想法，不要以为 Linux User 跟你一样傻。

-----------------------

我觉得也是个盲目的狂热者，windows用户基本都是不懂计算机，是外行人，嘲笑外行人有意思吗？当你被一个物理学家嘲笑的时候你会觉得羞耻嘛？

在windows用js或者vbs脚本也是可以的，用XMLHttprequest请求网页，然后用DOM分析，分析结果后，可以再发送给QQ，或者干别的事。。也用不着按f5啊~~更用不着在电脑面前蹲点，而且也在后台工作，不会妨碍你玩游戏。只能说那位仁兄只看到了windows就是窗口而已。。</description>
		<content:encoded><![CDATA[<p>前一篇博客中说到我买票失败的经历，也充分表达了我想买一张二手座票的意愿。怎么办呢？只好到网上各二手火车票信息平台去找了。心肠不好的人肯定幸灾了祸地在想：“哈哈，这个倒霉的小伙儿该对着浏览器不停地按 F5 了!” 你才 F5 呢，你们全家都 F5。那是典型的 Windows 用户的想法，不要以为 Linux User 跟你一样傻。</p>
<p>-----------------------</p>
<p>我觉得也是个盲目的狂热者，windows用户基本都是不懂计算机，是外行人，嘲笑外行人有意思吗？当你被一个物理学家嘲笑的时候你会觉得羞耻嘛？</p>
<p>在windows用js或者vbs脚本也是可以的，用XMLHttprequest请求网页，然后用DOM分析，分析结果后，可以再发送给QQ，或者干别的事。。也用不着按f5啊~~更用不着在电脑面前蹲点，而且也在后台工作，不会妨碍你玩游戏。只能说那位仁兄只看到了windows就是窗口而已。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：麦田符号 &#187; Blog Archive &#187; XMPP有点启发</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-523</link>
		<dc:creator>麦田符号 &#187; Blog Archive &#187; XMPP有点启发</dc:creator>
		<pubDate>Fri, 07 Nov 2008 05:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-523</guid>
		<description>[...] 事实上，不要说对于不是学计算机的人来说，就算是我们所谓的学计算机的，一些基本的应用也只是拿过来用，一般情况下都不会去想哪怕稍微再深一点的背景。比如今天，在看Solrex的一篇关于linux命令行的工具的文章来实现车票更新自动查找的功能，有一个扩展的只是XMPP，因为最近经常在眼前闪过这个词，今天就扩展性的google了一下，简单的说，就是一个针对即时通讯领域，比如QQ，MSN，网易泡泡之类的通讯工具的一个通用标准。为什么要有这个标准，不是QQ用得好好的么？ [...]</description>
		<content:encoded><![CDATA[<p>[...] 事实上，不要说对于不是学计算机的人来说，就算是我们所谓的学计算机的，一些基本的应用也只是拿过来用，一般情况下都不会去想哪怕稍微再深一点的背景。比如今天，在看Solrex的一篇关于linux命令行的工具的文章来实现车票更新自动查找的功能，有一个扩展的只是XMPP，因为最近经常在眼前闪过这个词，今天就扩展性的google了一下，简单的说，就是一个针对即时通讯领域，比如QQ，MSN，网易泡泡之类的通讯工具的一个通用标准。为什么要有这个标准，不是QQ用得好好的么？ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：麦田符号</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-522</link>
		<dc:creator>麦田符号</dc:creator>
		<pubDate>Fri, 07 Nov 2008 04:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-522</guid>
		<description>好东西的说，有点意思。</description>
		<content:encoded><![CDATA[<p>好东西的说，有点意思。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：passerby</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-519</link>
		<dc:creator>passerby</dc:creator>
		<pubDate>Fri, 17 Oct 2008 14:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-519</guid>
		<description>一个评论者的名字只是个称呼而已，你可以不必在意。我没网址，电子邮件只做公用，见谅。</description>
		<content:encoded><![CDATA[<p>一个评论者的名字只是个称呼而已，你可以不必在意。我没网址，电子邮件只做公用，见谅。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Solrex Yang</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-521</link>
		<dc:creator>Solrex Yang</dc:creator>
		<pubDate>Thu, 16 Oct 2008 00:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-521</guid>
		<description>[Comment ID #275039 Will Be Quoted Here]
后面 wget 的地方之所以不用 Python 是有考虑的，因为那个发送 Gtalk 消息的可以作为一个模块单独使用，而且 Python 的 httplib 用起来也不见得比 shell 方便。

文章中的激进语句完全是噱头而已，看官可以不必在意。至于批评我不懂 Scheme，实在是本人才疏学浅，自觉汗颜 :)

我很不明白的一个问题是：为什么留言批评我的人，从来就没有一个留下过真实的 email 和网址？难道用一个真实 email 的勇气都没有吗？</description>
		<content:encoded><![CDATA[<p>[Comment ID #275039 Will Be Quoted Here]<br />
后面 wget 的地方之所以不用 Python 是有考虑的，因为那个发送 Gtalk 消息的可以作为一个模块单独使用，而且 Python 的 httplib 用起来也不见得比 shell 方便。</p>
<p>文章中的激进语句完全是噱头而已，看官可以不必在意。至于批评我不懂 Scheme，实在是本人才疏学浅，自觉汗颜 <img src='http://blog.solrex.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>我很不明白的一个问题是：为什么留言批评我的人，从来就没有一个留下过真实的 email 和网址？难道用一个真实 email 的勇气都没有吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：passerby</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-520</link>
		<dc:creator>passerby</dc:creator>
		<pubDate>Wed, 15 Oct 2008 17:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-520</guid>
		<description>既然都要动用python了，那后面用wget的地方用python不也一样吗？

觉得Windows用户的用户都比他傻，这是典型的linux宗教狂热者的想法。可是你居然连scheme都不知道是何物，也只能算个盲目的狂热者了。</description>
		<content:encoded><![CDATA[<p>既然都要动用python了，那后面用wget的地方用python不也一样吗？</p>
<p>觉得Windows用户的用户都比他傻，这是典型的linux宗教狂热者的想法。可是你居然连scheme都不知道是何物，也只能算个盲目的狂热者了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：颜小诗</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-515</link>
		<dc:creator>颜小诗</dc:creator>
		<pubDate>Fri, 26 Sep 2008 01:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-515</guid>
		<description>哇  好用 实在太赞啦</description>
		<content:encoded><![CDATA[<p>哇  好用 实在太赞啦</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：prince</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-518</link>
		<dc:creator>prince</dc:creator>
		<pubDate>Mon, 22 Sep 2008 02:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-518</guid>
		<description>这个相当牛，十分受教。</description>
		<content:encoded><![CDATA[<p>这个相当牛，十分受教。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：You Xu</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-508</link>
		<dc:creator>You Xu</dc:creator>
		<pubDate>Sat, 20 Sep 2008 03:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-508</guid>
		<description>我倒是把你的xmpp的脚本写成了从 sys.stdin 读的。这样的话，就可以管道了。

我一般要存档的程序的运行结果，都是

some_command &#124; gpipe

这样，就直接扔到gmail 聊天记录里面去了

文本文件就cat 一下也就进去了 这样， 重要的信息在gmail 里面就有备份 也非常好查找</description>
		<content:encoded><![CDATA[<p>我倒是把你的xmpp的脚本写成了从 sys.stdin 读的。这样的话，就可以管道了。</p>
<p>我一般要存档的程序的运行结果，都是</p>
<p>some_command | gpipe</p>
<p>这样，就直接扔到gmail 聊天记录里面去了</p>
<p>文本文件就cat 一下也就进去了 这样， 重要的信息在gmail 里面就有备份 也非常好查找</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：shuge.lee</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-509</link>
		<dc:creator>shuge.lee</dc:creator>
		<pubDate>Sat, 20 Sep 2008 03:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-509</guid>
		<description>&quot;你才 F5 呢，你们全家都 F5。&quot;
似乎激进了点，而且语气中带有点歧视嫌疑……不过，打破了solrex兄的一向传统风格，堪称强调句中的经典。</description>
		<content:encoded><![CDATA[<p>"你才 F5 呢，你们全家都 F5。"<br />
似乎激进了点，而且语气中带有点歧视嫌疑……不过，打破了solrex兄的一向传统风格，堪称强调句中的经典。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Chunhao</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-510</link>
		<dc:creator>Chunhao</dc:creator>
		<pubDate>Sat, 20 Sep 2008 00:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-510</guid>
		<description>[Comment ID #273883 Will Be Quoted Here]

受教了，谢谢啊！</description>
		<content:encoded><![CDATA[<p>[Comment ID #273883 Will Be Quoted Here]</p>
<p>受教了，谢谢啊！</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Solrex Yang</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-512</link>
		<dc:creator>Solrex Yang</dc:creator>
		<pubDate>Fri, 19 Sep 2008 23:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-512</guid>
		<description>[Comment ID #273880 Will Be Quoted Here]
涉及 Cookies 的话，wget 有 Cookies 的参数：
--load-cookies file
--save-cookies file
--keep-session-cookies
相信这几个参数够用了，如果不够好用的话，你也可以用 python 写
python 有 httplib，也非常好用</description>
		<content:encoded><![CDATA[<p>[Comment ID #273880 Will Be Quoted Here]<br />
涉及 Cookies 的话，wget 有 Cookies 的参数：<br />
--load-cookies file<br />
--save-cookies file<br />
--keep-session-cookies<br />
相信这几个参数够用了，如果不够好用的话，你也可以用 python 写<br />
python 有 httplib，也非常好用</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：杏林小草</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-513</link>
		<dc:creator>杏林小草</dc:creator>
		<pubDate>Fri, 19 Sep 2008 16:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-513</guid>
		<description>很好很强大！
文博兄果然是高人，学以致用！</description>
		<content:encoded><![CDATA[<p>很好很强大！<br />
文博兄果然是高人，学以致用！</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Chunhao</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-514</link>
		<dc:creator>Chunhao</dc:creator>
		<pubDate>Fri, 19 Sep 2008 15:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-514</guid>
		<description>不错啊
有一个问题，要是涉及的cookies的有什么好办法？比如需要登录的论坛之类的</description>
		<content:encoded><![CDATA[<p>不错啊<br />
有一个问题，要是涉及的cookies的有什么好办法？比如需要登录的论坛之类的</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Rei</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-511</link>
		<dc:creator>Rei</dc:creator>
		<pubDate>Fri, 19 Sep 2008 12:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-511</guid>
		<description>&quot;你才 F5 呢，你们全家都 F5。&quot;
这话有气势，哈哈！</description>
		<content:encoded><![CDATA[<p>"你才 F5 呢，你们全家都 F5。"<br />
这话有气势，哈哈！</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Iron_Feet</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-517</link>
		<dc:creator>Iron_Feet</dc:creator>
		<pubDate>Fri, 19 Sep 2008 11:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-517</guid>
		<description>呃，这篇blog让我想起了曾经的一件郁闷的事情……
当初心血来潮，做了个定时POP3自动读取邮箱新邮件，然后通过当时有个可以每天免费发50条短信的网站，一旦有新邮件，邮件头就发到我手机上。
刚还是还为自己的主意小高兴了一下……直到那年的除夕，我彻底后悔了，我的手机被一下子拥来的信春祝福邮件给搞得内存撑暴了&gt;_&lt;</description>
		<content:encoded><![CDATA[<p>呃，这篇blog让我想起了曾经的一件郁闷的事情……<br />
当初心血来潮，做了个定时POP3自动读取邮箱新邮件，然后通过当时有个可以每天免费发50条短信的网站，一旦有新邮件，邮件头就发到我手机上。<br />
刚还是还为自己的主意小高兴了一下……直到那年的除夕，我彻底后悔了，我的手机被一下子拥来的信春祝福邮件给搞得内存撑暴了&gt;_&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Solrex Yang</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-516</link>
		<dc:creator>Solrex Yang</dc:creator>
		<pubDate>Fri, 19 Sep 2008 10:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-516</guid>
		<description>哈，没想到读我博客的还更有高手呀！
这个思路蛮不错，只是 Google Calendar 的短信功能和 139 信箱我都没用过，也不知道接口该怎么做。
Anyway，就是提供一个思路嘛，其实用 Libfetion 的库也可以直接用飞信发送 sms，只是那样要写的东西就多了...</description>
		<content:encoded><![CDATA[<p>哈，没想到读我博客的还更有高手呀！<br />
这个思路蛮不错，只是 Google Calendar 的短信功能和 139 信箱我都没用过，也不知道接口该怎么做。<br />
Anyway，就是提供一个思路嘛，其实用 Libfetion 的库也可以直接用飞信发送 sms，只是那样要写的东西就多了...</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：zeaster</title>
		<link>http://blog.solrex.org/articles/auto-track-info-with-linux-cli-tools.html#comment-507</link>
		<dc:creator>zeaster</dc:creator>
		<pubDate>Fri, 19 Sep 2008 10:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.solrex.cn/articles/auto-track-info-with-linux-cli-tools.html#comment-507</guid>
		<description>哈哈，我也做过类似的
提个参考意见，可以加上短信提醒，
有2种方式可以实现：
1，通过google calendar的sms提醒。每查到一个新信息就在calendar上加个事件，提醒方式设置成sms
2，通过移动的139邮箱push功能，我现在是gmail每来个email就forward给139邮箱，然后移动发短信通知到手机上

最近2年春节买火车票时，这个短信提醒帮了我和几个朋友的大忙儿了：）
来新票了，sms上就有卖家电话，直接在手机上就拨过去了</description>
		<content:encoded><![CDATA[<p>哈哈，我也做过类似的<br />
提个参考意见，可以加上短信提醒，<br />
有2种方式可以实现：<br />
1，通过google calendar的sms提醒。每查到一个新信息就在calendar上加个事件，提醒方式设置成sms<br />
2，通过移动的139邮箱push功能，我现在是gmail每来个email就forward给139邮箱，然后移动发短信通知到手机上</p>
<p>最近2年春节买火车票时，这个短信提醒帮了我和几个朋友的大忙儿了：）<br />
来新票了，sms上就有卖家电话，直接在手机上就拨过去了</p>
]]></content:encoded>
	</item>
</channel>
</rss>
