<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>庄主专栏</title><link>http://blog.csdn.net/fyan888/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 28 Nov 2006 10:26:22 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>风焰庄主</dc:creator><title>我收藏的图书</title><link>http://blog.csdn.net/fyan888/archive/2006/11/28/1418074.aspx</link><pubDate>Tue, 28 Nov 2006 10:26:00 GMT</pubDate><guid>http://blog.csdn.net/fyan888/archive/2006/11/28/1418074.aspx</guid><wfw:comment>http://blog.csdn.net/fyan888/comments/1418074.aspx</wfw:comment><comments>http://blog.csdn.net/fyan888/archive/2006/11/28/1418074.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fyan888/comments/commentRss/1418074.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1418074</trackback:ping><description>收藏的图书&lt;img src ="http://blog.csdn.net/fyan888/aggbug/1418074.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风焰庄主</dc:creator><title>正则表达式--递归匹配与非贪婪匹配</title><link>http://blog.csdn.net/fyan888/archive/2006/09/21/1260675.aspx</link><pubDate>Thu, 21 Sep 2006 12:32:00 GMT</pubDate><guid>http://blog.csdn.net/fyan888/archive/2006/09/21/1260675.aspx</guid><wfw:comment>http://blog.csdn.net/fyan888/comments/1260675.aspx</wfw:comment><comments>http://blog.csdn.net/fyan888/archive/2006/09/21/1260675.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fyan888/comments/commentRss/1260675.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1260675</trackback:ping><description>本文将逐步讨论一些正则表达式的使用话题。本文为本站基础篇之后的扩展，在阅读本文之前，建议先阅读正则表达式参考文档一文。&lt;img src ="http://blog.csdn.net/fyan888/aggbug/1260675.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风焰庄主</dc:creator><title>Make Peace with Imperfection</title><link>http://blog.csdn.net/fyan888/archive/2006/09/21/1260573.aspx</link><pubDate>Thu, 21 Sep 2006 12:17:00 GMT</pubDate><guid>http://blog.csdn.net/fyan888/archive/2006/09/21/1260573.aspx</guid><wfw:comment>http://blog.csdn.net/fyan888/comments/1260573.aspx</wfw:comment><comments>http://blog.csdn.net/fyan888/archive/2006/09/21/1260573.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fyan888/comments/commentRss/1260573.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1260573</trackback:ping><description>I've yet to meet an absolute perfectionist whose life was filled with inner peace. The need for perfection and the desire for inner tranquility conflict with each other. Whenever we are attached to having ……&lt;img src ="http://blog.csdn.net/fyan888/aggbug/1260573.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风焰庄主</dc:creator><title>CMPP和SMPP协议比较 (转）</title><link>http://blog.csdn.net/fyan888/archive/2006/09/21/1256370.aspx</link><pubDate>Thu, 21 Sep 2006 00:03:00 GMT</pubDate><guid>http://blog.csdn.net/fyan888/archive/2006/09/21/1256370.aspx</guid><wfw:comment>http://blog.csdn.net/fyan888/comments/1256370.aspx</wfw:comment><comments>http://blog.csdn.net/fyan888/archive/2006/09/21/1256370.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fyan888/comments/commentRss/1256370.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1256370</trackback:ping><description>CMPP和SMPP协议比较
 

并非同类型协议
CMPP和SMPP都是短信协议中的一种，但它们不是同一类型的协议。SMPP和ESME和SMC（短信中心）之间的协议，而CMPP是SP和中国移动ISMG之间的通讯协议。
……&lt;img src ="http://blog.csdn.net/fyan888/aggbug/1256370.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风焰庄主</dc:creator><title>深入浅出之正则表达式（一）（转）</title><link>http://blog.csdn.net/fyan888/archive/2006/09/20/1254126.aspx</link><pubDate>Wed, 20 Sep 2006 17:06:00 GMT</pubDate><guid>http://blog.csdn.net/fyan888/archive/2006/09/20/1254126.aspx</guid><wfw:comment>http://blog.csdn.net/fyan888/comments/1254126.aspx</wfw:comment><comments>http://blog.csdn.net/fyan888/archive/2006/09/20/1254126.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fyan888/comments/commentRss/1254126.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1254126</trackback:ping><description>前言：
       半年前我对正则表达式产生了兴趣，在网上查找过不少资料，看过不少的教程，最后在使用一个正则表达式工具RegexBuddy时发现他的教程写的非常好，可以说是我目前见过最好的正则表达式教程。于是一直想把他翻译过来。这个愿望直到这个五一长假才得以实现，结果就有了这篇文章。关于本文的名字，使用“深入浅出”似乎已经太俗。但是通读原文以后，觉得只有用“深入浅出”才能准确的表达出该教程给我的感受，所以也就不能免俗了。
       本文是Jan Goyvaerts为RegexBuddy写的教程的译文，版权归原作者所有，欢迎转载。但是为了尊重原作者和译者的劳动，请注明出处！谢谢！
&lt;img src ="http://blog.csdn.net/fyan888/aggbug/1254126.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风焰庄主</dc:creator><title>我的Google主页</title><link>http://blog.csdn.net/fyan888/archive/2006/04/26/678087.aspx</link><pubDate>Wed, 26 Apr 2006 14:01:00 GMT</pubDate><guid>http://blog.csdn.net/fyan888/archive/2006/04/26/678087.aspx</guid><wfw:comment>http://blog.csdn.net/fyan888/comments/678087.aspx</wfw:comment><comments>http://blog.csdn.net/fyan888/archive/2006/04/26/678087.aspx#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://blog.csdn.net/fyan888/comments/commentRss/678087.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=678087</trackback:ping><description>http://fyan888.googlepages.com/home&lt;img src ="http://blog.csdn.net/fyan888/aggbug/678087.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>风焰庄主</dc:creator><title>发现Microsoft帮助错误</title><link>http://blog.csdn.net/fyan888/archive/2006/04/20/670585.aspx</link><pubDate>Thu, 20 Apr 2006 16:02:00 GMT</pubDate><guid>http://blog.csdn.net/fyan888/archive/2006/04/20/670585.aspx</guid><wfw:comment>http://blog.csdn.net/fyan888/comments/670585.aspx</wfw:comment><comments>http://blog.csdn.net/fyan888/archive/2006/04/20/670585.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fyan888/comments/commentRss/670585.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=670585</trackback:ping><description>查找SQL帮助，找Having的帮助，
HAVING 子句, 相同查询中包含 WHERE 子句

居然发现一个错误……
&lt;img src ="http://blog.csdn.net/fyan888/aggbug/670585.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>