上一页 1 2 3 4 5 6 7 ··· 12 下一页

2017年12月11日

axis2

摘要: axis2 阅读全文

posted @ 2017-12-11 16:01 ..小树苗 阅读(86) 评论(0) 推荐(0) 编辑

cxf

摘要: cxf 阅读全文

posted @ 2017-12-11 15:54 ..小树苗 阅读(67) 评论(0) 推荐(0) 编辑

cglib

摘要: 参考:http://blog.csdn.net/zhoudaxia/article/details/30591941 都是copy过来的。 CGlib是一个强大的,高性能,高质量的Code生成类库。它可以在运行期扩展Java类与实现Java接口。其底层是通过小而快的字节码处理框架ASM(http:/ 阅读全文

posted @ 2017-12-11 13:50 ..小树苗 阅读(170) 评论(0) 推荐(0) 编辑

2017年12月9日

java静态代理和动态代理

摘要: 参考: https://www.cnblogs.com/xiaoluo501395377/p/3383130.html 也可以看看这个文章:http://blog.csdn.net/pangqiandou/article/details/52964066 静态代理: 动态代理: 阅读全文

posted @ 2017-12-09 17:44 ..小树苗 阅读(137) 评论(0) 推荐(0) 编辑

commons

摘要: commons有很多的工具类的包 :http://www.mvnrepository.com/search?q=commons 阅读全文

posted @ 2017-12-09 16:38 ..小树苗 阅读(361) 评论(0) 推荐(0) 编辑

Dozer数据对象转换神器

摘要: Dozer数据对象转换神器 阅读全文

posted @ 2017-12-09 16:24 ..小树苗 阅读(229) 评论(0) 推荐(0) 编辑

xstream

摘要: xstream 阅读全文

posted @ 2017-12-09 16:22 ..小树苗 阅读(125) 评论(0) 推荐(0) 编辑

javassist

摘要: 参考: https://www.cnblogs.com/sunfie/p/5154246.html 阅读全文

posted @ 2017-12-09 16:04 ..小树苗 阅读(85) 评论(0) 推荐(0) 编辑

JAVA设计模式之单例模式

摘要: 参考:http://blog.csdn.net/jason0539/article/details/23297037/ http://www.blogjava.net/kenzhh/archive/2013/03/15/357824.html 阅读全文

posted @ 2017-12-09 11:29 ..小树苗 阅读(101) 评论(0) 推荐(0) 编辑

2017年10月20日

单例模式

摘要: 单例模式 单例模式最优方案: 线程安全,并且效率高,代码如下: public class Singleton { //使用volatile保证了多线程访问时instance变量的可见性 private volatile static Singleton instance; // 定义一个私有构造方法 private Singleton() { } publ... 阅读全文

posted @ 2017-10-20 17:01 ..小树苗 阅读(106) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 12 下一页

导航