<?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/yqj2065" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/yqj2065" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 06 Dec 2008 21:21:00 GMT</lastBuildDate><title>yqj2065的专栏</title><description>每天前进一小步……</description><link>http://blog.csdn.net/yqj2065/</link><item><title>Java中不再谈的问题</title><link>http://blog.csdn.net/yqj2065/archive/2008/12/06/3460937.aspx</link><wfw:comment>http://blog.csdn.net/yqj2065/comments/3460937.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yqj2065/comments/commentRss/3460937.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3460937</trackback:ping><description>这里列出的 是我不想再讨论的一些东西。&lt;img src =&quot;http://blog.csdn.net/yqj2065/aggbug/3460937.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 07 Dec 2008 05:21:00 +0800</pubDate><author>严千钧</author><comments>http://blog.csdn.net/yqj2065/archive/2008/12/06/3460937.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yqj2065/archive/2008/12/06/3460937.aspx</guid><dc:creator>严千钧</dc:creator></item><item><title>这是一个问题</title><link>http://blog.csdn.net/yqj2065/archive/2008/12/03/3437360.aspx</link><wfw:comment>http://blog.csdn.net/yqj2065/comments/3437360.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yqj2065/comments/commentRss/3437360.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3437360</trackback:ping><description>OO paradigm Vs OOSE&lt;img src =&quot;http://blog.csdn.net/yqj2065/aggbug/3437360.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 03 Dec 2008 22:33:00 +0800</pubDate><author>严千钧</author><comments>http://blog.csdn.net/yqj2065/archive/2008/12/03/3437360.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yqj2065/archive/2008/12/03/3437360.aspx</guid><dc:creator>严千钧</dc:creator></item><item><title>引用在哪里分配空间？</title><link>http://blog.csdn.net/yqj2065/archive/2008/11/25/3365726.aspx</link><wfw:comment>http://blog.csdn.net/yqj2065/comments/3365726.aspx</wfw:comment><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/yqj2065/comments/commentRss/3365726.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3365726</trackback:ping><description>引用变量、引用、对象&lt;img src =&quot;http://blog.csdn.net/yqj2065/aggbug/3365726.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 25 Nov 2008 08:37:00 +0800</pubDate><author>严千钧</author><comments>http://blog.csdn.net/yqj2065/archive/2008/11/25/3365726.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yqj2065/archive/2008/11/25/3365726.aspx</guid><dc:creator>严千钧</dc:creator></item><item><title>小结</title><link>http://blog.csdn.net/yqj2065/archive/2008/11/12/3279116.aspx</link><wfw:comment>http://blog.csdn.net/yqj2065/comments/3279116.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yqj2065/comments/commentRss/3279116.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3279116</trackback:ping><description>原 文章:按值传递－Java中永远是按值传递CSDN上的一篇《java按值传递还是按引用传递详细解说》,于是发了一个帖子，看看CSDN上的反映，为什么？ 关于Java只有按值传递-----------------------------------------------------------------------------Java只有按值传递，但是看见一些人反复讨论这个问题，不禁要问一下为什么？1、说“按引用传递”的人也是经过思考的，是不是他们使用了不同的术语，或者他们的术语不同于我们的术语？2、说“按引用传递”的人，有哪些典型人物？我知道的有TIJ，忘记第几版了，最新版改了没有，知道的说一下。还有CSDN上的一篇《java按值传递还是按引用传递详细解说》有没有正规教材上说“按引用传递”的？3、C语言也讨论“按引用传递”这个问题吗？4、为什么“按引用传递”是错误的？[不要讨论它错误之处，而是问一问他们的思路为什&lt;img src =&quot;http://blog.csdn.net/yqj2065/aggbug/3279116.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 12 Nov 2008 08:47:00 +0800</pubDate><author>严千钧</author><comments>http://blog.csdn.net/yqj2065/archive/2008/11/12/3279116.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yqj2065/archive/2008/11/12/3279116.aspx</guid><dc:creator>严千钧</dc:creator></item><item><title>有趣的&quot;一道引起全美大学生举国辩论的逻辑题&quot;</title><link>http://blog.csdn.net/yqj2065/archive/2006/08/09/1040640.aspx</link><wfw:comment>http://blog.csdn.net/yqj2065/comments/1040640.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/yqj2065/comments/commentRss/1040640.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1040640</trackback:ping><description>有趣的地方是为什么一个看起来非常严格的数学问题，怎么就一下子引起那么多的争论?&lt;img src =&quot;http://blog.csdn.net/yqj2065/aggbug/1040640.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 09 Aug 2006 17:44:00 +0800</pubDate><author>yqj2065</author><comments>http://blog.csdn.net/yqj2065/archive/2006/08/09/1040640.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yqj2065/archive/2006/08/09/1040640.aspx</guid><dc:creator>yqj2065</dc:creator></item><item><title>无书不抄</title><link>http://blog.csdn.net/yqj2065/archive/2006/05/23/750887.aspx</link><wfw:comment>http://blog.csdn.net/yqj2065/comments/750887.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/yqj2065/comments/commentRss/750887.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=750887</trackback:ping><description>其实，我内心是反对知识产权的&lt;img src =&quot;http://blog.csdn.net/yqj2065/aggbug/750887.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 23 May 2006 20:07:00 +0800</pubDate><author>yqj2065</author><comments>http://blog.csdn.net/yqj2065/archive/2006/05/23/750887.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yqj2065/archive/2006/05/23/750887.aspx</guid><dc:creator>yqj2065</dc:creator></item><item><title>String对象</title><link>http://blog.csdn.net/yqj2065/archive/2005/12/15/553026.aspx</link><wfw:comment>http://blog.csdn.net/yqj2065/comments/553026.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/yqj2065/comments/commentRss/553026.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=553026</trackback:ping><description>近期到CSDN论坛看看一些网友贴的面试题，其中关于String的问题一直以为自己很清楚，其实深究起来……&lt;img src =&quot;http://blog.csdn.net/yqj2065/aggbug/553026.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 15 Dec 2005 21:31:00 +0800</pubDate><author>yqj2065</author><comments>http://blog.csdn.net/yqj2065/archive/2005/12/15/553026.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yqj2065/archive/2005/12/15/553026.aspx</guid><dc:creator>yqj2065</dc:creator></item><item><title>Real Programmer的译法</title><link>http://blog.csdn.net/yqj2065/archive/2005/03/10/316451.aspx</link><wfw:comment>http://blog.csdn.net/yqj2065/comments/316451.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/yqj2065/comments/commentRss/316451.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=316451</trackback:ping><description>Real Programmer，是一个值得尊敬又有点搞笑的绰号。&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/yqj2065/aggbug/316451.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Mar 2005 21:39:00 +0800</pubDate><author>yqj2065</author><comments>http://blog.csdn.net/yqj2065/archive/2005/03/10/316451.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yqj2065/archive/2005/03/10/316451.aspx</guid><dc:creator>yqj2065</dc:creator></item><item><title>烂啊。</title><link>http://blog.csdn.net/yqj2065/archive/2005/03/04/310120.aspx</link><wfw:comment>http://blog.csdn.net/yqj2065/comments/310120.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yqj2065/comments/commentRss/310120.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=310120</trackback:ping><description>总有一些不爽的事情。&lt;img src =&quot;http://blog.csdn.net/yqj2065/aggbug/310120.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 04 Mar 2005 08:43:00 +0800</pubDate><author>严千钧</author><comments>http://blog.csdn.net/yqj2065/archive/2005/03/04/310120.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yqj2065/archive/2005/03/04/310120.aspx</guid><dc:creator>严千钧</dc:creator></item><item><title>编程范式[paradigm]</title><link>http://blog.csdn.net/yqj2065/archive/2005/02/28/305879.aspx</link><wfw:comment>http://blog.csdn.net/yqj2065/comments/305879.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yqj2065/comments/commentRss/305879.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=305879</trackback:ping><description>编程范式也许是学习任何一门编程语言时要理解的最重要的术语。&lt;img src =&quot;http://blog.csdn.net/yqj2065/aggbug/305879.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 01 Mar 2005 07:57:00 +0800</pubDate><author>严千钧</author><comments>http://blog.csdn.net/yqj2065/archive/2005/02/28/305879.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yqj2065/archive/2005/02/28/305879.aspx</guid><dc:creator>严千钧</dc:creator></item></channel></rss>