﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><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>BlogJava-上善若水-最新评论</title><link>http://blogjava.net/DLevin/CommentsRSS.aspx</link><description>In general the OO style is to use a lot of little objects with a lot of little methods that give us a lot of plug points for overriding and variation.
To do is to be -Nietzsche, To bei is to do -Kant, Do be do be do -Sinatra</description><language>zh-cn</language><pubDate>Sat, 27 Feb 2016 14:15:09 GMT</pubDate><lastBuildDate>Sat, 27 Feb 2016 14:15:09 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 深入JUnit源码之Runner</title><link>http://www.blogjava.net/DLevin/archive/2016/02/17/377950.html#429354</link><dc:creator>老刘</dc:creator><author>老刘</author><pubDate>Wed, 17 Feb 2016 03:38:00 GMT</pubDate><guid>http://www.blogjava.net/DLevin/archive/2016/02/17/377950.html#429354</guid><description><![CDATA[从Statement的构造过程可以看出Rule的执行要先于@BeforeClass注解方法或晚于@AfterClass注解方法。 这个描述不对吧？<br><br>应该是ClassRule-&gt;BeforeClass-&gt;Rule-&gt;Before-&gt;Test-&gt;After-&gt;AfterClass吧?<img src ="http://www.blogjava.net/DLevin/aggbug/429354.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/DLevin/" target="_blank">老刘</a> 2016-02-17 11:38 <a href="http://www.blogjava.net/DLevin/archive/2016/02/17/377950.html#429354#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Void类的用法</title><link>http://www.blogjava.net/DLevin/archive/2015/12/22/352690.html#428775</link><dc:creator>xiaoyao9184</dc:creator><author>xiaoyao9184</author><pubDate>Tue, 22 Dec 2015 02:49:00 GMT</pubDate><guid>http://www.blogjava.net/DLevin/archive/2015/12/22/352690.html#428775</guid><description><![CDATA[Void的设置混乱无章，函数参数中使用void这个本身是无意义的，又搞出个Void封装类，又不让使用getClass，这不就是搞Class特例么<img src ="http://www.blogjava.net/DLevin/aggbug/428775.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/DLevin/" target="_blank">xiaoyao9184</a> 2015-12-22 10:49 <a href="http://www.blogjava.net/DLevin/archive/2015/12/22/352690.html#428775#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 深入Log4J源码之Log4J Core</title><link>http://www.blogjava.net/DLevin/archive/2015/12/21/381667.html#428761</link><dc:creator>wen</dc:creator><author>wen</author><pubDate>Mon, 21 Dec 2015 06:50:00 GMT</pubDate><guid>http://www.blogjava.net/DLevin/archive/2015/12/21/381667.html#428761</guid><description><![CDATA[问题是<br>1 很多方法不知道，边看边查<br>2 类之间的关系如果复杂的话，该怎么看<br>3看不出来设计模式。。。<br>4 怎么开始看<img src ="http://www.blogjava.net/DLevin/aggbug/428761.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/DLevin/" target="_blank">wen</a> 2015-12-21 14:50 <a href="http://www.blogjava.net/DLevin/archive/2015/12/21/381667.html#428761#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 使用XStream序列化、反序列化XML数据时遇到的各种问题</title><link>http://www.blogjava.net/DLevin/archive/2015/12/18/392240.html#428729</link><dc:creator>laughing</dc:creator><author>laughing</author><pubDate>Fri, 18 Dec 2015 08:35:00 GMT</pubDate><guid>http://www.blogjava.net/DLevin/archive/2015/12/18/392240.html#428729</guid><description><![CDATA[楼主你好，<br><br>不知道继承的那个问题你有没有解决掉？我现在也遇到这个问题，如果你解决掉麻烦讲解一下，谢谢<img src ="http://www.blogjava.net/DLevin/aggbug/428729.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/DLevin/" target="_blank">laughing</a> 2015-12-18 16:35 <a href="http://www.blogjava.net/DLevin/archive/2015/12/18/392240.html#428729#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 深入Spring IOC源码之ResourceLoader</title><link>http://www.blogjava.net/DLevin/archive/2015/12/01/392337.html#428438</link><dc:creator>DLevin</dc:creator><author>DLevin</author><pubDate>Tue, 01 Dec 2015 02:06:00 GMT</pubDate><guid>http://www.blogjava.net/DLevin/archive/2015/12/01/392337.html#428438</guid><description><![CDATA[@nn<br>看你要理解到什么样的程度了，可以先读这本书：深入Java虚拟机，或者：深入理解Java虚拟机，个人感觉从理论的角度，第一本更好，从实战的角度，第二本也还不错。如果你需要再深入的话，那就去读虚拟机的源码好了。。。。<img src ="http://www.blogjava.net/DLevin/aggbug/428438.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/DLevin/" target="_blank">DLevin</a> 2015-12-01 10:06 <a href="http://www.blogjava.net/DLevin/archive/2015/12/01/392337.html#428438#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 深入Spring IOC源码之ResourceLoader</title><link>http://www.blogjava.net/DLevin/archive/2015/11/30/392337.html#428431</link><dc:creator>nn</dc:creator><author>nn</author><pubDate>Mon, 30 Nov 2015 07:48:00 GMT</pubDate><guid>http://www.blogjava.net/DLevin/archive/2015/11/30/392337.html#428431</guid><description><![CDATA[我一直不太理解java 的加载机制，不知道为什么，我说的理解 彻底透彻的理解不是简简单单的应用，是不是要学习 java虚拟机呢，<img src ="http://www.blogjava.net/DLevin/aggbug/428431.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/DLevin/" target="_blank">nn</a> 2015-11-30 15:48 <a href="http://www.blogjava.net/DLevin/archive/2015/11/30/392337.html#428431#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>读源码[未登录]</title><link>http://www.blogjava.net/DLevin/archive/2015/11/09/377950.html#428092</link><dc:creator>black</dc:creator><author>black</author><pubDate>Mon, 09 Nov 2015 06:44:00 GMT</pubDate><guid>http://www.blogjava.net/DLevin/archive/2015/11/09/377950.html#428092</guid><description><![CDATA[您好，我是一名java程序员，我一直想读很多框架的源码，但都不知该从什么地方开始读。也可以说我一直想读 却不知道 该如何下手，不知道您是否方便分享我点读源码的经验，kuangkai_jy@163.com  这是我的邮箱，如果可以的话，希望能和您邮箱联系。等待您的来信。<img src ="http://www.blogjava.net/DLevin/aggbug/428092.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/DLevin/" target="_blank">black</a> 2015-11-09 14:44 <a href="http://www.blogjava.net/DLevin/archive/2015/11/09/377950.html#428092#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 【转】关于AccessController.doPrivileged</title><link>http://www.blogjava.net/DLevin/archive/2015/10/21/390637.html#427855</link><dc:creator>平凡的sweet小罗</dc:creator><author>平凡的sweet小罗</author><pubDate>Wed, 21 Oct 2015 07:35:00 GMT</pubDate><guid>http://www.blogjava.net/DLevin/archive/2015/10/21/390637.html#427855</guid><description><![CDATA[今天遇到了“特权”的问题，不错！<img src ="http://www.blogjava.net/DLevin/aggbug/427855.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/DLevin/" target="_blank">平凡的sweet小罗</a> 2015-10-21 15:35 <a href="http://www.blogjava.net/DLevin/archive/2015/10/21/390637.html#427855#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Reactor模式详解[未登录]</title><link>http://www.blogjava.net/DLevin/archive/2015/09/24/427045.html#427482</link><dc:creator>Rick</dc:creator><author>Rick</author><pubDate>Thu, 24 Sep 2015 15:42:00 GMT</pubDate><guid>http://www.blogjava.net/DLevin/archive/2015/09/24/427045.html#427482</guid><description><![CDATA[从原理上看，SocketServer应该就是此类设计。<img src ="http://www.blogjava.net/DLevin/aggbug/427482.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/DLevin/" target="_blank">Rick</a> 2015-09-24 23:42 <a href="http://www.blogjava.net/DLevin/archive/2015/09/24/427045.html#427482#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 【转】一个不错的eclipse反编译插件</title><link>http://www.blogjava.net/DLevin/archive/2015/09/22/390685.html#427425</link><dc:creator>topcat</dc:creator><author>topcat</author><pubDate>Tue, 22 Sep 2015 06:24:00 GMT</pubDate><guid>http://www.blogjava.net/DLevin/archive/2015/09/22/390685.html#427425</guid><description><![CDATA[good!<img src ="http://www.blogjava.net/DLevin/aggbug/427425.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/DLevin/" target="_blank">topcat</a> 2015-09-22 14:24 <a href="http://www.blogjava.net/DLevin/archive/2015/09/22/390685.html#427425#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>