<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>bubei的专栏</title><link>http://blog.csdn.net/bubei/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 22 Jul 2008 17:06:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>bubei</dc:creator><title>ice文档选择性翻译 icepatch2</title><link>http://blog.csdn.net/bubei/archive/2008/07/22/2691601.aspx</link><pubDate>Tue, 22 Jul 2008 16:52:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/07/22/2691601.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2691601.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/07/22/2691601.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2691601.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2691601</trackback:ping><description>icepatch2&lt;img src ="http://blog.csdn.net/bubei/aggbug/2691601.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>临时记录</title><link>http://blog.csdn.net/bubei/archive/2008/07/03/2609890.aspx</link><pubDate>Thu, 03 Jul 2008 23:39:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/07/03/2609890.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2609890.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/07/03/2609890.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2609890.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2609890</trackback:ping><description>temp&lt;img src ="http://blog.csdn.net/bubei/aggbug/2609890.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>ZeroC ICE之旅------java</title><link>http://blog.csdn.net/bubei/archive/2008/06/04/2509624.aspx</link><pubDate>Wed, 04 Jun 2008 09:27:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/06/04/2509624.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2509624.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/06/04/2509624.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2509624.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2509624</trackback:ping><description>关于Ice请见,&lt;br /&gt;ICE之轻量级分布式通讯中间件&lt;br /&gt;&lt;a href="http://masterkey.javaeye.com/blog/182954" target="_blank"&gt;http://masterkey.javaeye.com/blog/182954&lt;/a&gt;&lt;br /&gt;ZeroC ICE之旅------C++ &lt;br /&gt;&lt;a href="http://masterkey.javaeye.com/blog/183307" target="_blank"&gt;http://masterkey.javaeye.com/blog/183307&lt;/a&gt;&lt;br /&gt;ZeroC ICE之旅------Slice&lt;br /&gt;&lt;a href="http://masterkey.javaeye.com/blog/184064" target="_blank"&gt;http://masterkey.javaeye.com/blog/184064&lt;/a&gt;&lt;br /&gt;ZeroC ICE之旅------多语言互通互联&lt;br /&gt;&lt;a href="http://masterkey.jav&lt;img src ="http://blog.csdn.net/bubei/aggbug/2509624.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>ICE 学习笔记</title><link>http://blog.csdn.net/bubei/archive/2008/06/04/2509576.aspx</link><pubDate>Wed, 04 Jun 2008 09:13:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/06/04/2509576.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2509576.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/06/04/2509576.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2509576.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2509576</trackback:ping><description>Hello.ice #ifndef SIMPLE_ICE&lt;br /&gt;　　#define SIMPLE_ICE&lt;br /&gt;　　//名字空间 or 包名&lt;br /&gt;　　module demo.slice.Hello&lt;br /&gt;　　{&lt;br /&gt;　　interface Hello{&lt;br /&gt;　　 void printString(string s);&lt;br /&gt;　　};&lt;br /&gt;　　};#endif&lt;br /&gt;　　服务器：&lt;br /&gt;　　HelloI.java&lt;br /&gt;　　package demo.ice.Hello.server;&lt;br /&gt;　　import demo.slice.Hello._HelloDisp;&lt;br /&gt;　　import Ice.Current;&lt;br /&gt;　　/**&lt;br /&gt;　　* @author MudfishCN&lt;br /&gt;　　*&lt;br /&gt;　　* servant class: HelloI&lt;br /&gt;　　* _HelloDisp 基类由slice2java编译器生成，它是一个抽象类。&lt;br /&gt;　　* _HelloDisp 抽象类包含一个printSt&lt;img src ="http://blog.csdn.net/bubei/aggbug/2509576.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>Apache Axis系统架构及Axis设计基本原理</title><link>http://blog.csdn.net/bubei/archive/2008/04/12/2287723.aspx</link><pubDate>Sat, 12 Apr 2008 21:57:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/04/12/2287723.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2287723.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/04/12/2287723.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2287723.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2287723</trackback:ping><description>Apache Axis系统架构及Axis设计基本原理&lt;img src ="http://blog.csdn.net/bubei/aggbug/2287723.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>模式窗口showModalDialog的用法总结</title><link>http://blog.csdn.net/bubei/archive/2008/03/31/2232328.aspx</link><pubDate>Mon, 31 Mar 2008 10:48:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/03/31/2232328.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2232328.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/03/31/2232328.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2232328.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2232328</trackback:ping><description>模式窗口showModalDialog的用法总结&lt;img src ="http://blog.csdn.net/bubei/aggbug/2232328.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>showModalDialog和showModelessDialog使用心得</title><link>http://blog.csdn.net/bubei/archive/2008/03/14/2181491.aspx</link><pubDate>Fri, 14 Mar 2008 10:59:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/03/14/2181491.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2181491.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/03/14/2181491.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2181491.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2181491</trackback:ping><description>showModalDialog和showModelessDialog使用心得&lt;img src ="http://blog.csdn.net/bubei/aggbug/2181491.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>js中多层关系窗口之间访问</title><link>http://blog.csdn.net/bubei/archive/2008/03/14/2181301.aspx</link><pubDate>Fri, 14 Mar 2008 10:34:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/03/14/2181301.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2181301.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/03/14/2181301.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2181301.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2181301</trackback:ping><description>js中多层关系窗口之间访问&lt;img src ="http://blog.csdn.net/bubei/aggbug/2181301.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>AJAX实例入门</title><link>http://blog.csdn.net/bubei/archive/2008/02/22/2112824.aspx</link><pubDate>Fri, 22 Feb 2008 11:18:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/02/22/2112824.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2112824.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/02/22/2112824.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2112824.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2112824</trackback:ping><description>ajax实例&lt;img src ="http://blog.csdn.net/bubei/aggbug/2112824.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>servlet事件监听器</title><link>http://blog.csdn.net/bubei/archive/2008/02/20/2109633.aspx</link><pubDate>Wed, 20 Feb 2008 16:05:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/02/20/2109633.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2109633.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/02/20/2109633.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2109633.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2109633</trackback:ping><description>servlet事件监听器&lt;img src ="http://blog.csdn.net/bubei/aggbug/2109633.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>lucene的中文分词器 </title><link>http://blog.csdn.net/bubei/archive/2008/02/20/2109227.aspx</link><pubDate>Wed, 20 Feb 2008 14:03:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/02/20/2109227.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2109227.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/02/20/2109227.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2109227.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2109227</trackback:ping><description>lucene的中文分词器 &lt;img src ="http://blog.csdn.net/bubei/aggbug/2109227.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>lucene入门合集</title><link>http://blog.csdn.net/bubei/archive/2008/02/20/2109223.aspx</link><pubDate>Wed, 20 Feb 2008 14:02:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/02/20/2109223.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2109223.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/02/20/2109223.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2109223.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2109223</trackback:ping><description>lucene介绍
lucene简单实例
lucene核心类
lucene建立索引时用到一些文档操作
lucene中文分词&lt;img src ="http://blog.csdn.net/bubei/aggbug/2109223.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>web请求字符编码转换的filter代码</title><link>http://blog.csdn.net/bubei/archive/2008/02/20/2108933.aspx</link><pubDate>Wed, 20 Feb 2008 11:42:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/02/20/2108933.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2108933.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/02/20/2108933.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2108933.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2108933</trackback:ping><description>filter 字符编码&lt;img src ="http://blog.csdn.net/bubei/aggbug/2108933.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>简单接触SQL注入</title><link>http://blog.csdn.net/bubei/archive/2008/02/20/2108895.aspx</link><pubDate>Wed, 20 Feb 2008 11:37:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/02/20/2108895.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2108895.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/02/20/2108895.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2108895.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2108895</trackback:ping><description>简单接触SQL注入&lt;img src ="http://blog.csdn.net/bubei/aggbug/2108895.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>bubei</dc:creator><title>TOMCAT源码分析(消息处理)</title><link>http://blog.csdn.net/bubei/archive/2008/02/20/2108862.aspx</link><pubDate>Wed, 20 Feb 2008 11:29:00 GMT</pubDate><guid>http://blog.csdn.net/bubei/archive/2008/02/20/2108862.aspx</guid><wfw:comment>http://blog.csdn.net/bubei/comments/2108862.aspx</wfw:comment><comments>http://blog.csdn.net/bubei/archive/2008/02/20/2108862.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/bubei/comments/commentRss/2108862.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2108862</trackback:ping><description>TOMCAT 源码分析 (消息处理)&lt;img src ="http://blog.csdn.net/bubei/aggbug/2108862.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>