上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页
摘要: 转自 http://blog.csdn.net/briblue/article/details/73928350 参考:https://www.jianshu.com/p/58759fef38b8 一、静态代理 结果: 现在可以看到,代理模式可以在不修改被代理对象的基础上,通过扩展代理类,进行一些功 阅读全文
posted @ 2017-12-18 00:39 Rainyn 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 输出结果: 阅读全文
posted @ 2017-12-17 20:40 Rainyn 阅读(2771) 评论(0) 推荐(0) 编辑
摘要: 转自 https://zhuanlan.zhihu.com/p/27643133 实例一: 输出: 实例二: 输出结果: 实例三: 输出: 阅读全文
posted @ 2017-12-17 19:38 Rainyn 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 常用反射的一些地方 https://www.cnblogs.com/ldh-better/p/7148975.html#_label2_1 如何优化反射? 阅读全文
posted @ 2017-12-16 16:49 Rainyn 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 子类不能继承父类的构造器(构造方法或者构造函数),但是父类的构造器带有参数的,则必须在子类的构造器中显式地通过super关键字调用父类的构造器并配以适当的参数列表。 如果父类有无参构造器,则在子类的构造器中用super调用父类构造器不是必须的,如果没有使用super关键字,系统会自动调用父类的无参构 阅读全文
posted @ 2017-12-13 20:46 Rainyn 阅读(800) 评论(0) 推荐(0) 编辑
摘要: 1.1 pom文件配置 1.2 web.xml文件配置 1.3 applicationContext.xml 和 springMVC.xml 配置 1.3.1 applicationContext.xml (位置:ssm/src/main/resources) 1.3.2 springMVC.xml 阅读全文
posted @ 2017-12-11 19:33 Rainyn 阅读(1837) 评论(0) 推荐(0) 编辑
摘要: 关键字: httpsession 1.http://www.jspcn.net/htmlnews/11049329478121583.html 监听器 2.session.invalidate() ,session才会destroy 3.HttpSessionListener: 这个监听取不到ses 阅读全文
posted @ 2017-12-08 15:10 Rainyn 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: 原文链接 http://blog.csdn.net/voo00oov/article/details/50433672 java中interface中定义变量都是"public static final" 类型的, 也就是常量, 因此很多人在interface定义常用的常量(这也是本人偏爱的方式); 阅读全文
posted @ 2017-12-07 16:10 Rainyn 阅读(688) 评论(0) 推荐(0) 编辑
摘要: Maven之自定义archetype生成项目骨架(一) http://blog.csdn.net/sxdtzhaoxinguo/article/details/46895013 阅读全文
posted @ 2017-12-06 15:42 Rainyn 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 参考: 简介及基本概念 http://blog.sina.com.cn/s/blog_6a0cb8bc0100zadr.html AOP两种配置方式 http://blog.csdn.net/yunshixin/article/details/52444049 spring 基于aop 实现日志输出 阅读全文
posted @ 2017-12-06 10:18 Rainyn 阅读(122) 评论(0) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/942925f36490 阅读全文
posted @ 2017-12-06 02:24 Rainyn 阅读(94) 评论(0) 推荐(0) 编辑
摘要: SpringMVC 控制器Controller http://elim.iteye.com/blog/1753271 SpringMVC视图解析器 ViewResolver http://elim.iteye.com/blog/1770554 SpringMVC 中的拦截器Interceptor h 阅读全文
posted @ 2017-11-30 18:57 Rainyn 阅读(118) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/u010648555/article/details/51612030 阅读全文
posted @ 2017-11-30 02:02 Rainyn 阅读(269) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/s740556472/article/details/71023388 阅读全文
posted @ 2017-11-29 17:01 Rainyn 阅读(754) 评论(0) 推荐(0) 编辑
摘要: http://jinnianshilongnian.iteye.com/blog/1762632 http://blog.51cto.com/wenshengzhu/1700340 http://www.cnblogs.com/kevin-yuan/p/5068448.html 【转载】https: 阅读全文
posted @ 2017-11-29 16:39 Rainyn 阅读(4722) 评论(0) 推荐(3) 编辑
摘要: 最近在研究Spring中<context:annotation-config/>配置的作用,现记录如下: <context:annotation-config/>的作用是向Spring容器注册以下四个BeanPostProcessor: AutowiredAnnotationBeanPostProc 阅读全文
posted @ 2017-11-29 16:20 Rainyn 阅读(208) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/qq_33510007/article/details/78549230 阅读全文
posted @ 2017-11-29 01:40 Rainyn 阅读(1295) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/HeliosFly/blog/205343 阅读全文
posted @ 2017-11-28 19:37 Rainyn 阅读(120) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/wang379275614/article/details/26957723 阅读全文
posted @ 2017-11-27 16:56 Rainyn 阅读(107) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/duo2005duo/article/details/50505884http://blog.csdn.net/duo2005duo/article/details/50511476http://blog.csdn.net/duo2005duo/articl 阅读全文
posted @ 2017-11-27 16:39 Rainyn 阅读(82) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页