发布时间:2015-07-16 20:22:49
<div style="padding:0px;margin:0px;color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;line-height:28px;white-space:normal;background-color:#FFFFFF;"><span style="font-size:small;">static表示“全局”或者“静态”的意思,用来修饰成员变量和成员方法,也可以形成静态static代码块.........【阅读全文】
发布时间:2015-07-13 21:17:58
<span style="font-family:Verdana, Arial, Helvetica, sans-serif;white-space:normal;background-color:#F5FAFE;"><strong>一、 JVM架构</strong><br />与性能密切相关的JVM的关键组件,有堆、JIT编译器,垃圾收集器。<span style="font-family:Verdana, Arial, Helvetica, sans-serif;white-space:normal;background-co.........【阅读全文】
发布时间:2015-07-12 16:26:22
http://www.cnblogs.com/god_bless_you/archive/2010/05/20/1740296.html<br />http://www.cnblogs.com/god_bless_you/archive/2010/05/20/1740307.html<br />http://www.cnblogs.com/god_bless_you/archive/2010/05/20/1740311.html<br /><br />http://blog.csdn.net/crave_shy/article/details/21157955.........【阅读全文】
发布时间:2015-07-12 15:27:05
<p style="margin:10px auto;line-height:19.5px;white-space:normal;"><p style="margin:10px auto;line-height:19.5px;white-space:normal;">装饰者模式</p><p style="margin:10px auto;line-height:19.5px;white-space:normal;">Decorator模式(别名Wrapper):动态将职责附加到对象上,若要扩展功能,装饰.........【阅读全文】