<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/billy_zh" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/billy_zh" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 07 May 2010 01:51:00 GMT</lastBuildDate><title>张老三的专栏</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=billy_zh</link><item><title>Lucene分布式构想</title><link>http://blog.csdn.net/billy_zh/archive/2010/05/07/5565737.aspx</link><description>&lt;br /&gt;当数据量越来越大时，就必须要考虑分布式方案了，网上关于c#上的lucene分布式方案目前基本上还没有，&lt;br /&gt;&lt;br /&gt;我在分布式索引和检索的设想如下：&lt;br /&gt;&lt;br /&gt;索引&lt;br /&gt;&lt;br /&gt;类似于数据库的分区表，我们也可建立分区节点,&lt;br /&gt;如将ID为1-1000000 放到 节点1 上&lt;br /&gt;将1000001-2000000 放到 节点2 上，以至类推可以很容易进行扩展，&lt;br /&gt;由主程序根据id往各节点进行写入.&lt;br /&gt;如果要均衡的分布到各节点，可采用hash值进行分区，&lt;br /&gt;&lt;br /&gt;检索&lt;br /&gt;&lt;br /&gt;由主程序将检索条件发往各节点，各节点将检索结果TopN返回，&lt;br /&gt;主程序对m x TopN 进行重新 排序后 返回给调用方&lt;br /&gt;&lt;br /&gt;问题&lt;br /&gt;&lt;br /&gt;索引方面存在问题是一旦分区范围确定下来，后面要调整会比较麻烦&lt;br /&gt;检索方面的问题是各节点如何包装结果数据返回，&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/363006223/billy_zh/csdn.net/s.gif?r=http://blog.csdn.net/billy_zh/archive/2010/05/07/5565737.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/billy_zh/363006223/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/billy_zh/363006223/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 07 May 2010 09:51:00 +0800</pubDate><author>张老三</author><guid isPermaLink="false">http://blog.csdn.net/billy_zh/archive/2010/05/07/5565737.aspx</guid><dc:creator>张老三</dc:creator><fs:srclink>http://blog.csdn.net/billy_zh/archive/2010/05/07/5565737.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/billy_zh/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/billy_zh/~1141184/363006223/1141172</fs:itemid></item><item><title>一些说明</title><link>http://blog.csdn.net/billy_zh/archive/2010/05/07/5565708.aspx</link><description>构建了一个VLDB系统，采用SQLServer2005存储主记录数据，硬盘存储内容数据，Lucene进行检索，主记录数据目前采用按时间的分区表方案，Lucene目前采用的是按时间进行分离存储，计划采用分布式方案。&lt;img src=&quot;http://www1.feedsky.com/t1/362972074/billy_zh/csdn.net/s.gif?r=http://blog.csdn.net/billy_zh/archive/2010/05/07/5565708.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/billy_zh/362972074/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/billy_zh/362972074/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 07 May 2010 09:45:00 +0800</pubDate><author>张老三</author><guid isPermaLink="false">http://blog.csdn.net/billy_zh/archive/2010/05/07/5565708.aspx</guid><dc:creator>张老三</dc:creator><fs:srclink>http://blog.csdn.net/billy_zh/archive/2010/05/07/5565708.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/billy_zh/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/billy_zh/~1141184/362972074/1141172</fs:itemid></item><item><title>Red5中的调用与回调</title><link>http://blog.csdn.net/billy_zh/archive/2009/09/22/4581281.aspx</link><description>在red5中，服务端Application类需要实现IApplication接口，默认的做法是继承ApplicationAdapter，ApplicationAdapter实现了很多接口，它提供一些典型的代码，使我们只需要重写关注的方法，&lt;img src=&quot;http://www1.feedsky.com/t1/362972109/billy_zh/csdn.net/s.gif?r=http://blog.csdn.net/billy_zh/archive/2009/09/22/4581281.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/billy_zh/362972109/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/billy_zh/362972109/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 22 Sep 2009 19:51:00 +0800</pubDate><author>张老三</author><guid isPermaLink="false">http://blog.csdn.net/billy_zh/archive/2009/09/22/4581281.aspx</guid><dc:creator>张老三</dc:creator><fs:srclink>http://blog.csdn.net/billy_zh/archive/2009/09/22/4581281.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/billy_zh/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/billy_zh/~1141184/362972109/1141172</fs:itemid></item><item><title>贾君鹏，你妈妈喊你回家吃饭！</title><link>http://blog.csdn.net/billy_zh/archive/2009/07/30/4393636.aspx</link><description>如果这两天有人对你说：XXX，你妈妈喊你回家吃饭！不要惊慌，不要欣喜，更不要抓狂。如果你觉得莫名其妙，那么说明你已经Out了。这句话，连同贾君鹏这个名字，这几天热爆互联网。&lt;img src=&quot;http://www1.feedsky.com/t1/362972124/billy_zh/csdn.net/s.gif?r=http://blog.csdn.net/billy_zh/archive/2009/07/30/4393636.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/billy_zh/362972124/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/billy_zh/362972124/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 30 Jul 2009 13:01:00 +0800</pubDate><author>张老三</author><guid isPermaLink="false">http://blog.csdn.net/billy_zh/archive/2009/07/30/4393636.aspx</guid><dc:creator>张老三</dc:creator><fs:srclink>http://blog.csdn.net/billy_zh/archive/2009/07/30/4393636.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/billy_zh/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/billy_zh/~1141184/362972124/1141172</fs:itemid></item><item><title>长城Portal社区开源版发布</title><link>http://blog.csdn.net/billy_zh/archive/2009/05/11/4168617.aspx</link><description>长城Portal特点如下：页面自定义页面、模块所见即所得调整、全静态化支持、布局模板支持、主题支持、内置CMS系统、易于二次开发。&lt;img src=&quot;http://www1.feedsky.com/t1/362972135/billy_zh/csdn.net/s.gif?r=http://blog.csdn.net/billy_zh/archive/2009/05/11/4168617.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/billy_zh/362972135/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/billy_zh/362972135/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 11 May 2009 18:01:00 +0800</pubDate><author>张老三</author><guid isPermaLink="false">http://blog.csdn.net/billy_zh/archive/2009/05/11/4168617.aspx</guid><dc:creator>张老三</dc:creator><fs:srclink>http://blog.csdn.net/billy_zh/archive/2009/05/11/4168617.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/billy_zh/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/billy_zh/~1141184/362972135/1141172</fs:itemid></item><item><title>在IIS环境之外运行ASPNET程序</title><link>http://blog.csdn.net/billy_zh/archive/2009/05/04/4148463.aspx</link><description>有时候，我们需要在IIS环境之外运行ASPNET程序，如向用户提供ASPNET的程序（别指望用户都安装了IIS），在WinForm程序中提供WebService接口（这种场合比较少，但我恰好遇到了，实际就是在C/S的基础上加入了WebService）。&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/billy_zh/362972147/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/billy_zh/362972147/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 04 May 2009 14:48:00 +0800</pubDate><author>张老三</author><guid isPermaLink="false">http://blog.csdn.net/billy_zh/archive/2009/05/04/4148463.aspx</guid><dc:creator>张老三</dc:creator><fs:srclink>http://blog.csdn.net/billy_zh/archive/2009/05/04/4148463.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/billy_zh/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/billy_zh/~1141184/362972147/1141172</fs:itemid></item><item><title>由于应用程序的配置不正确，应用程序未能启动，重新安装应用程序可能会纠正这个问题</title><link>http://blog.csdn.net/billy_zh/archive/2008/12/03/3439868.aspx</link><description>由于应用程序的配置不正确，应用程序未能启动，重新安装应用程序可能会纠正这个问题&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/billy_zh/362972152/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/billy_zh/362972152/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 03 Dec 2008 20:00:00 +0800</pubDate><author>张老三</author><guid isPermaLink="false">http://blog.csdn.net/billy_zh/archive/2008/12/03/3439868.aspx</guid><dc:creator>张老三</dc:creator><fs:srclink>http://blog.csdn.net/billy_zh/archive/2008/12/03/3439868.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/billy_zh/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/billy_zh/~1141184/362972152/1141172</fs:itemid></item><item><title>.Net Remoting应用中的回调(callback)</title><link>http://blog.csdn.net/billy_zh/archive/2008/11/26/3380562.aspx</link><description>在c/s应用中，有时需要从服务端回调客户端的程序，在.Net下，通过事件委托机制可以很简单的进行实现。&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/billy_zh/362972153/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/billy_zh/362972153/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 26 Nov 2008 16:14:00 +0800</pubDate><author>张老三</author><guid isPermaLink="false">http://blog.csdn.net/billy_zh/archive/2008/11/26/3380562.aspx</guid><dc:creator>张老三</dc:creator><fs:srclink>http://blog.csdn.net/billy_zh/archive/2008/11/26/3380562.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/billy_zh/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/billy_zh/~1141184/362972153/1141172</fs:itemid></item><item><title>开源应用框架 ccWebFx 1.3 发布</title><link>http://blog.csdn.net/billy_zh/archive/2008/11/26/3380409.aspx</link><description>在v1.3版本中，我们做了几个很大的调整：1.组件的配置描述进行了统一2.新增了组件依赖注入功能3.新增了一个数据访问服务4.新增了一个注入拦截器InjectionInterceptor&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/billy_zh/362972159/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/billy_zh/362972159/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 26 Nov 2008 15:56:00 +0800</pubDate><author>张老三</author><guid isPermaLink="false">http://blog.csdn.net/billy_zh/archive/2008/11/26/3380409.aspx</guid><dc:creator>张老三</dc:creator><fs:srclink>http://blog.csdn.net/billy_zh/archive/2008/11/26/3380409.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/billy_zh/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/billy_zh/~1141184/362972159/1141172</fs:itemid></item><item><title>使用IBatisNet对NText类型的字段插入超长文本</title><link>http://blog.csdn.net/billy_zh/archive/2008/10/11/3058979.aspx</link><description>使用IBatisNet当对NText类型的字段插入超长的文本时，报错误&quot;当前命令发生了严重错误。应放弃任何可能产生的结果&quot;查了一下资料，当使用命名参数式sql语句时，对于NText类型的参数，如指定length，则可避免上面的问题,&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/billy_zh/362972171/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/billy_zh/362972171/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 11 Oct 2008 22:25:00 +0800</pubDate><author>张老三</author><guid isPermaLink="false">http://blog.csdn.net/billy_zh/archive/2008/10/11/3058979.aspx</guid><dc:creator>张老三</dc:creator><fs:srclink>http://blog.csdn.net/billy_zh/archive/2008/10/11/3058979.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/billy_zh/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/billy_zh/~1141184/362972171/1141172</fs:itemid></item></channel></rss>
