<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.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:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/luxu001207" type="application/rss+xml" ref="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/luxu001207" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 29 Jun 2008 22:42:00 GMT</lastBuildDate><title>卢楚风的专栏</title><item><title>C#中文分词</title><link>http://item.feedsky.com/~csdn.net/luxu001207/~1183177/88687192/1183158/1/item.html</link><wfw:comment>comments/2596663.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2596663.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2596663</trackback:ping><description>最近心血来潮，于是就写了一个中文分词的程序，先是尝试着完善原先的T-SQL语言版分词程序，后来发现，T-SQL分词的效率实在不敢恭维，因此决定换C#来写，功能不是很强悍，有兴趣的可以参考参考，顺便指教一二^_^第一次加载词典的时候会有点慢，但是加载之后(用了缓存Application做缓存)的分词速度还凑合吧？&lt;img src =&quot;aggbug/2596663.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 30 Jun 2008 06:42:00 +0800</pubDate><author>卢楚风</author><comments>http://blog.csdn.net/luxu001207/archive/2008/06/29/2596663.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/luxu001207/archive/2008/06/29/2596663.aspx</guid><dc:creator>卢楚风</dc:creator><fs:srclink>http://blog.csdn.net/luxu001207/archive/2008/06/29/2596663.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luxu001207/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/luxu001207/~1183177/88687192/1183158</fs:itemid></item><item><title>比较简单的拆词查询</title><link>http://item.feedsky.com/~csdn.net/luxu001207/~1183177/88687193/1183158/1/item.html</link><wfw:comment>comments/2270809.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2270809.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2270809</trackback:ping><description>以前没写过拆词程序，今天一时兴起，随手敲的代码，拆词效果不是很理想。 
本人对T-SQL很不了解，所以写的有些零乱，没有整理成函数，也没测试在大数据量的时候的运行速度

恩，最主要的，全文索引也没创建，估计大数据量的时候会很慢...&lt;img src =&quot;aggbug/2270809.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Apr 2008 02:02:00 +0800</pubDate><author>卢楚风</author><comments>http://blog.csdn.net/luxu001207/archive/2008/04/09/2270809.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/luxu001207/archive/2008/04/09/2270809.aspx</guid><dc:creator>卢楚风</dc:creator><fs:srclink>http://blog.csdn.net/luxu001207/archive/2008/04/09/2270809.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luxu001207/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/luxu001207/~1183177/88687193/1183158</fs:itemid></item><item><title>URL重写</title><link>http://item.feedsky.com/~csdn.net/luxu001207/~1183177/88687194/1183158/1/item.html</link><wfw:comment>comments/2210290.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2210290.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2210290</trackback:ping><description>在网上找了一些关于asp.net中实现URL重写的例子，这段代码主要参考了Discuz!NT论坛的URL重写代码，我只做了一些小修改&lt;img src =&quot;aggbug/2210290.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 23 Mar 2008 23:19:00 +0800</pubDate><author>luxu001207</author><comments>http://blog.csdn.net/luxu001207/archive/2008/03/23/2210290.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/luxu001207/archive/2008/03/23/2210290.aspx</guid><dc:creator>luxu001207</dc:creator><fs:srclink>http://blog.csdn.net/luxu001207/archive/2008/03/23/2210290.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/luxu001207/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/luxu001207/~1183177/88687194/1183158</fs:itemid></item></channel></rss>