<?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/mayabin" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/mayabin" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 20 Dec 2008 20:51:00 GMT</lastBuildDate><title>想飞的马</title><link>http://blog.csdn.net/mayabin/</link><item><title>lightbox---在web页面中添加图片浏览功能</title><link>http://blog.csdn.net/mayabin/archive/2008/12/20/3566619.aspx</link><wfw:comment>http://blog.csdn.net/mayabin/comments/3566619.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mayabin/comments/commentRss/3566619.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3566619</trackback:ping><description>lightbox&lt;img src =&quot;http://blog.csdn.net/mayabin/aggbug/3566619.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 21 Dec 2008 04:51:00 +0800</pubDate><author>pegasus</author><comments>http://blog.csdn.net/mayabin/archive/2008/12/20/3566619.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mayabin/archive/2008/12/20/3566619.aspx</guid><dc:creator>pegasus</dc:creator><fs:srclink>http://blog.csdn.net/mayabin/archive/2008/12/20/3566619.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mayabin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/mayabin/~1069857/212284655/1069857</fs:itemid></item><item><title>设计优良的API</title><link>http://blog.csdn.net/mayabin/archive/2008/12/20/3566610.aspx</link><wfw:comment>http://blog.csdn.net/mayabin/comments/3566610.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mayabin/comments/commentRss/3566610.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3566610</trackback:ping><description>api&lt;img src =&quot;http://blog.csdn.net/mayabin/aggbug/3566610.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 21 Dec 2008 04:49:00 +0800</pubDate><author>pegasus</author><comments>http://blog.csdn.net/mayabin/archive/2008/12/20/3566610.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mayabin/archive/2008/12/20/3566610.aspx</guid><dc:creator>pegasus</dc:creator><fs:srclink>http://blog.csdn.net/mayabin/archive/2008/12/20/3566610.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mayabin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/mayabin/~1069857/212284656/1069857</fs:itemid></item><item><title>String型变量的定义与引用</title><link>http://blog.csdn.net/mayabin/archive/2008/10/10/3051537.aspx</link><wfw:comment>http://blog.csdn.net/mayabin/comments/3051537.aspx</wfw:comment><slash:comments>8</slash:comments><wfw:commentRss>http://blog.csdn.net/mayabin/comments/commentRss/3051537.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3051537</trackback:ping><description>String型变量的定义与引用大家都在讲， 在Java中，变量是按引用传递，除了基本数据类型和String。基本数据类型没有什么可讲的，那么String到底有什么特殊的地方。提到String，就得提StringBuffer，下面通过几个例子来说明他们的区别。public class Test {    public static void main(String[] args) {     String A=&quot;aaa&quot;;     String B=&quot;bbb&quot;;     System.out.println(A.equals(B));     System.out.println(A==B);     System.out.println(A.hashCode());     System.out.println(B.hashCode());     B=A;     System.out.println(A.t&lt;img src =&quot;http://blog.csdn.net/mayabin/aggbug/3051537.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 11 Oct 2008 00:41:00 +0800</pubDate><author>pegasus</author><comments>http://blog.csdn.net/mayabin/archive/2008/10/10/3051537.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mayabin/archive/2008/10/10/3051537.aspx</guid><dc:creator>pegasus</dc:creator><fs:srclink>http://blog.csdn.net/mayabin/archive/2008/10/10/3051537.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mayabin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/mayabin/~1069857/212284657/1069857</fs:itemid></item><item><title>quartz和hibernate集成</title><link>http://blog.csdn.net/mayabin/archive/2007/07/31/1719676.aspx</link><wfw:comment>http://blog.csdn.net/mayabin/comments/1719676.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/mayabin/comments/commentRss/1719676.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1719676</trackback:ping><description>quartz调度如何调用hibernate session&lt;img src =&quot;http://blog.csdn.net/mayabin/aggbug/1719676.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 01 Aug 2007 02:31:00 +0800</pubDate><author>pegasus</author><comments>http://blog.csdn.net/mayabin/archive/2007/07/31/1719676.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mayabin/archive/2007/07/31/1719676.aspx</guid><dc:creator>pegasus</dc:creator><fs:srclink>http://blog.csdn.net/mayabin/archive/2007/07/31/1719676.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mayabin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/mayabin/~1069857/212284658/1069857</fs:itemid></item><item><title>quartz配置总结</title><link>http://blog.csdn.net/mayabin/archive/2007/07/31/1719673.aspx</link><wfw:comment>http://blog.csdn.net/mayabin/comments/1719673.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/mayabin/comments/commentRss/1719673.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1719673</trackback:ping><description>如何使用quartz在spring中&lt;img src =&quot;http://blog.csdn.net/mayabin/aggbug/1719673.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 01 Aug 2007 02:29:00 +0800</pubDate><author>pegasus</author><comments>http://blog.csdn.net/mayabin/archive/2007/07/31/1719673.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mayabin/archive/2007/07/31/1719673.aspx</guid><dc:creator>pegasus</dc:creator><fs:srclink>http://blog.csdn.net/mayabin/archive/2007/07/31/1719673.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mayabin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/mayabin/~1069857/212284659/1069857</fs:itemid></item><item><title>使用domapi做ajax开发</title><link>http://blog.csdn.net/mayabin/archive/2007/03/24/1539667.aspx</link><wfw:comment>http://blog.csdn.net/mayabin/comments/1539667.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mayabin/comments/commentRss/1539667.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1539667</trackback:ping><description>介绍一个超好的javascript项目，包含了ajax,json等组件....&lt;img src =&quot;http://blog.csdn.net/mayabin/aggbug/1539667.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 24 Mar 2007 20:41:00 +0800</pubDate><author>pegasus</author><comments>http://blog.csdn.net/mayabin/archive/2007/03/24/1539667.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mayabin/archive/2007/03/24/1539667.aspx</guid><dc:creator>pegasus</dc:creator><fs:srclink>http://blog.csdn.net/mayabin/archive/2007/03/24/1539667.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mayabin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/mayabin/~1069857/212284660/1069857</fs:itemid></item><item><title>从一个url字符串里提取参数值</title><link>http://blog.csdn.net/mayabin/archive/2007/03/21/1536221.aspx</link><wfw:comment>http://blog.csdn.net/mayabin/comments/1536221.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mayabin/comments/commentRss/1536221.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1536221</trackback:ping><description>从一个url字符串里提取参数值&lt;img src =&quot;http://blog.csdn.net/mayabin/aggbug/1536221.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 21 Mar 2007 20:47:00 +0800</pubDate><author>pegasus</author><comments>http://blog.csdn.net/mayabin/archive/2007/03/21/1536221.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mayabin/archive/2007/03/21/1536221.aspx</guid><dc:creator>pegasus</dc:creator><fs:srclink>http://blog.csdn.net/mayabin/archive/2007/03/21/1536221.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mayabin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/mayabin/~1069857/212284661/1069857</fs:itemid></item><item><title>Log4j和common-logging的使用</title><link>http://blog.csdn.net/mayabin/archive/2007/01/22/1489830.aspx</link><wfw:comment>http://blog.csdn.net/mayabin/comments/1489830.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/mayabin/comments/commentRss/1489830.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1489830</trackback:ping><description>介绍java项目中，log4j和commons-logging的使用，以及几个需要注意的地方...&lt;img src =&quot;http://blog.csdn.net/mayabin/aggbug/1489830.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 22 Jan 2007 19:42:00 +0800</pubDate><author>pegasus</author><comments>http://blog.csdn.net/mayabin/archive/2007/01/22/1489830.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mayabin/archive/2007/01/22/1489830.aspx</guid><dc:creator>pegasus</dc:creator><fs:srclink>http://blog.csdn.net/mayabin/archive/2007/01/22/1489830.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mayabin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/mayabin/~1069857/212284662/1069857</fs:itemid></item><item><title>xml文件解析办法</title><link>http://blog.csdn.net/mayabin/archive/2007/01/18/1486724.aspx</link><wfw:comment>http://blog.csdn.net/mayabin/comments/1486724.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mayabin/comments/commentRss/1486724.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1486724</trackback:ping><description>用sax解析xml文档...&lt;img src =&quot;http://blog.csdn.net/mayabin/aggbug/1486724.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 18 Jan 2007 23:21:00 +0800</pubDate><author>pegasus</author><comments>http://blog.csdn.net/mayabin/archive/2007/01/18/1486724.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mayabin/archive/2007/01/18/1486724.aspx</guid><dc:creator>pegasus</dc:creator><fs:srclink>http://blog.csdn.net/mayabin/archive/2007/01/18/1486724.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mayabin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/mayabin/~1069857/212284663/1069857</fs:itemid></item><item><title>java中的按值传递图例讲解</title><link>http://blog.csdn.net/mayabin/archive/2007/01/17/1485349.aspx</link><wfw:comment>http://blog.csdn.net/mayabin/comments/1485349.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mayabin/comments/commentRss/1485349.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1485349</trackback:ping><description>图例讲解一下java中按值传递的概念...&lt;img src =&quot;http://blog.csdn.net/mayabin/aggbug/1485349.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 17 Jan 2007 18:17:00 +0800</pubDate><author>pegasus</author><comments>http://blog.csdn.net/mayabin/archive/2007/01/17/1485349.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mayabin/archive/2007/01/17/1485349.aspx</guid><dc:creator>pegasus</dc:creator><fs:srclink>http://blog.csdn.net/mayabin/archive/2007/01/17/1485349.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/mayabin/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/mayabin/~1069857/212284664/1069857</fs:itemid></item></channel></rss>