<?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/yirentianran" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/yirentianran" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 07 Jan 2009 09:25:00 GMT</lastBuildDate><title>海纳百川,有容乃大!</title><description>今朝有酒今朝醉!</description><link>http://blog.csdn.net/yirentianran/</link><item><title>log4j:ERROR A &quot;org.jboss.logging.appender.FileAppender&quot; object is not assignable to a &quot;org.apache.log4j.Appender&quot; variable.</title><link>http://blog.csdn.net/yirentianran/archive/2009/01/07/3725187.aspx</link><wfw:comment>http://blog.csdn.net/yirentianran/comments/3725187.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yirentianran/comments/commentRss/3725187.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3725187</trackback:ping><description>09:12:54,062 ERROR [STDERR] log4j:ERROR A &quot;org.jboss.logging.appender.FileAppender&quot; object is not assignable to a &quot;org.apache.log4j.Appender&quot; variable.09:12:54,062 ERROR [STDERR] log4j:ERROR The class &quot;org.apache.log4j.Appender&quot; was loaded by 09:12:54,062 ERROR [STDERR] log4j:ERROR [WebappClassLoader  delegate: false  repositories:    /WEB-INF/classes/----------&gt; Parent Classloader:org.jboss.mx.loading.UnifiedClassLoader3@17c50b9{ url=file:/D:/jboss-4.2.3.GA/server/default/deploy/jboss-web.de&lt;img src =&quot;http://blog.csdn.net/yirentianran/aggbug/3725187.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 07 Jan 2009 17:25:00 +0800</pubDate><author>一任天然</author><comments>http://blog.csdn.net/yirentianran/archive/2009/01/07/3725187.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yirentianran/archive/2009/01/07/3725187.aspx</guid><dc:creator>一任天然</dc:creator></item><item><title>Tomcat直接启动正常，通过myeclipse启动tomcat内存溢出</title><link>http://blog.csdn.net/yirentianran/archive/2008/12/31/3669495.aspx</link><wfw:comment>http://blog.csdn.net/yirentianran/comments/3669495.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yirentianran/comments/commentRss/3669495.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3669495</trackback:ping><description>MyEclipse启动Tomcat无视catalina.bat中设置内存大小的问题。&lt;br /&gt;在tomcat的catalina.bat中设置set JAVA_OPTS=-Xms128m -Xmx256m，直接使用startup.bat启动tomcat没有问题。但是在myeclipse中配置tomcat后，通过myeclipse启动就出现内存溢出，之前在catalina.bat中设置的内存似乎没有作用。&lt;br /&gt;解决方法：窗口-&gt;首选项-&gt;MyEcliipse-&gt;Application Servers-&gt;Tomcat-&gt;Tomcat5.x-&gt;JDK-&gt;Optional Java VM arguments中填写一下内容。&lt;br /&gt;-Xms128m -Xmx256m&lt;br /&gt;-Dcom.sun.management.jmxremote=true&lt;br /&gt;内存具体大小视具体情况制定。&lt;img src =&quot;http://blog.csdn.net/yirentianran/aggbug/3669495.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 01 Jan 2009 00:02:00 +0800</pubDate><author>一任天然</author><comments>http://blog.csdn.net/yirentianran/archive/2008/12/31/3669495.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yirentianran/archive/2008/12/31/3669495.aspx</guid><dc:creator>一任天然</dc:creator></item><item><title>tomcat多域名配置</title><link>http://blog.csdn.net/yirentianran/archive/2008/12/31/3664437.aspx</link><wfw:comment>http://blog.csdn.net/yirentianran/comments/3664437.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yirentianran/comments/commentRss/3664437.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3664437</trackback:ping><description>1 打开tomcat\conf\server.xml，在里面找到.....&lt;br /&gt;2 在中间加入内容：&lt;br /&gt;&lt;br /&gt;.........原有内容不要动&lt;br /&gt;   下面为新加内容：&lt;br /&gt;&lt;br /&gt;       unpackWARs=&quot;true&quot; autoDeploy=&quot;true&quot;&lt;br /&gt;       xmlValidation=&quot;false&quot; xmlN&lt;img src =&quot;http://blog.csdn.net/yirentianran/aggbug/3664437.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 31 Dec 2008 18:56:00 +0800</pubDate><author>一任天然</author><comments>http://blog.csdn.net/yirentianran/archive/2008/12/31/3664437.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yirentianran/archive/2008/12/31/3664437.aspx</guid><dc:creator>一任天然</dc:creator></item><item><title>Hashtable和HashMap的区别</title><link>http://blog.csdn.net/yirentianran/archive/2008/12/15/3523969.aspx</link><wfw:comment>http://blog.csdn.net/yirentianran/comments/3523969.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/yirentianran/comments/commentRss/3523969.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3523969</trackback:ping><description>Hashtable和HashMap的区别：&lt;br /&gt;1.Hashtable是Dictionary的子类，HashMap是Map接口的一个实现类；&lt;br /&gt;2.Hashtable中的方法是同步的，而HashMap中的方法在缺省情况下是非同步的。即是说，在多线程应用程序中，不用专门的操作就安全地可以使用Hashtable了；而对于HashMap，则需要额外的同步机制。但HashMap的同步问题可通过Collections的一个静态方法得到解决：&lt;br /&gt;Map Collections.synchronizedMap(Map m)&lt;br /&gt;这个方法返回一个同步的Map，这个Map封装了底层的HashMap的所有方法，使得底层的HashMap即使是在多线程的环境中也是安全的。&lt;br /&gt;3.在HashMap中，null可以作为键，这样的键只有一个；可以有一个或多个键所对应的值为null。当get()方法返回null值时，即可以表示HashMap中没有该键，也可以表示该键所对应的值为null。因此，在HashMap中不能由get()方法来判断HashMap中是否存在某个键，而应该用con&lt;img src =&quot;http://blog.csdn.net/yirentianran/aggbug/3523969.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 16 Dec 2008 04:34:00 +0800</pubDate><author>一任天然</author><comments>http://blog.csdn.net/yirentianran/archive/2008/12/15/3523969.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yirentianran/archive/2008/12/15/3523969.aspx</guid><dc:creator>一任天然</dc:creator></item><item><title>struts2的execAndWait拦截器使用</title><link>http://blog.csdn.net/yirentianran/archive/2008/11/27/3392314.aspx</link><wfw:comment>http://blog.csdn.net/yirentianran/comments/3392314.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/yirentianran/comments/commentRss/3392314.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3392314</trackback:ping><description>使用execAndWait拦截器可以在等待较长时间的后台处理中增加等待页面。struts.xml中可定义如下：success.jspwait.jspwait.jsp如下：&lt;img src =&quot;http://blog.csdn.net/yirentianran/aggbug/3392314.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 28 Nov 2008 00:40:00 +0800</pubDate><author>一任天然</author><comments>http://blog.csdn.net/yirentianran/archive/2008/11/27/3392314.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yirentianran/archive/2008/11/27/3392314.aspx</guid><dc:creator>一任天然</dc:creator></item><item><title>spring拦截器的一个简单例子</title><link>http://blog.csdn.net/yirentianran/archive/2008/11/26/3380529.aspx</link><wfw:comment>http://blog.csdn.net/yirentianran/comments/3380529.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/yirentianran/comments/commentRss/3380529.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3380529</trackback:ping><description>&lt;br /&gt;今天在SSH中用到spring拦截器,所以先在一个只有spring的测试项目中写了一个拦截器的一个简单例子,&lt;br /&gt;结果还遇到了一点小错误,一下就按时间发展顺序记述.&lt;br /&gt;Purview接口.package aop;public interface Purview {    void checkLogin();}&lt;br /&gt;PurviesImpl类,Purview接口的实现类.package aop;public class PurviewImpl implements Purview {    public void checkLogin() {        System.out.println(&quot;This is checkLogin method!&quot;);    }}&lt;br /&gt;PurviewAdvice类,拦截器类.package aop;import java.lang.reflect.Method;import org.springframework.aop.MethodBeforeAdvice;public class PurviewAdvice im&lt;img src =&quot;http://blog.csdn.net/yirentianran/aggbug/3380529.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 27 Nov 2008 00:11:00 +0800</pubDate><author>一任天然</author><comments>http://blog.csdn.net/yirentianran/archive/2008/11/26/3380529.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yirentianran/archive/2008/11/26/3380529.aspx</guid><dc:creator>一任天然</dc:creator></item><item><title>Spring的四种声明式事务的配置-Hibernate事务</title><link>http://blog.csdn.net/yirentianran/archive/2008/11/21/3345498.aspx</link><wfw:comment>http://blog.csdn.net/yirentianran/comments/3345498.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yirentianran/comments/commentRss/3345498.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3345498</trackback:ping><description>Spring的四种声明式事务的配置-Hibernate事务&lt;img src =&quot;http://blog.csdn.net/yirentianran/aggbug/3345498.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 21 Nov 2008 21:54:00 +0800</pubDate><author>一任天然</author><comments>http://blog.csdn.net/yirentianran/archive/2008/11/21/3345498.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yirentianran/archive/2008/11/21/3345498.aspx</guid><dc:creator>一任天然</dc:creator></item><item><title>事务的属性</title><link>http://blog.csdn.net/yirentianran/archive/2008/11/13/3291591.aspx</link><wfw:comment>http://blog.csdn.net/yirentianran/comments/3291591.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yirentianran/comments/commentRss/3291591.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3291591</trackback:ping><description>数据库事务的属性包括四大类,即ACID。ACID分别是四个英文单词的首写字母，这四个英文单词是Atomicity（原子性）、Consistency（一致性）、Isolation（隔离性）、Durability（持久性）。
&lt;img src =&quot;http://blog.csdn.net/yirentianran/aggbug/3291591.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 13 Nov 2008 23:38:00 +0800</pubDate><author>一任天然</author><comments>http://blog.csdn.net/yirentianran/archive/2008/11/13/3291591.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yirentianran/archive/2008/11/13/3291591.aspx</guid><dc:creator>一任天然</dc:creator></item><item><title>Hibernate中Session.load/get区别</title><link>http://blog.csdn.net/yirentianran/archive/2008/11/12/3281967.aspx</link><wfw:comment>http://blog.csdn.net/yirentianran/comments/3281967.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yirentianran/comments/commentRss/3281967.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3281967</trackback:ping><description>Session.load/get方法均可以根据指定的实体类和从数据库读取记录,并返回与之对应的实体对象.

其区别在于:
&lt;img src =&quot;http://blog.csdn.net/yirentianran/aggbug/3281967.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 12 Nov 2008 23:09:00 +0800</pubDate><author>一任天然</author><comments>http://blog.csdn.net/yirentianran/archive/2008/11/12/3281967.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yirentianran/archive/2008/11/12/3281967.aspx</guid><dc:creator>一任天然</dc:creator></item><item><title>cannnot find the Word template : WordToRqm.dot</title><link>http://blog.csdn.net/yirentianran/archive/2008/11/06/3235584.aspx</link><wfw:comment>http://blog.csdn.net/yirentianran/comments/3235584.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yirentianran/comments/commentRss/3235584.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3235584</trackback:ping><description>cannnot find the Word template : WordToRqm.dot错误解决方法.&lt;img src =&quot;http://blog.csdn.net/yirentianran/aggbug/3235584.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Nov 2008 17:22:00 +0800</pubDate><author>一任天然</author><comments>http://blog.csdn.net/yirentianran/archive/2008/11/06/3235584.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yirentianran/archive/2008/11/06/3235584.aspx</guid><dc:creator>一任天然</dc:creator></item></channel></rss>