摘要:
转自 http://blog.csdn.net/briblue/article/details/73928350 参考:https://www.jianshu.com/p/58759fef38b8 一、静态代理 结果: 现在可以看到,代理模式可以在不修改被代理对象的基础上,通过扩展代理类,进行一些功 阅读全文
摘要:
常用反射的一些地方 https://www.cnblogs.com/ldh-better/p/7148975.html#_label2_1 如何优化反射? 阅读全文
摘要:
子类不能继承父类的构造器(构造方法或者构造函数),但是父类的构造器带有参数的,则必须在子类的构造器中显式地通过super关键字调用父类的构造器并配以适当的参数列表。 如果父类有无参构造器,则在子类的构造器中用super调用父类构造器不是必须的,如果没有使用super关键字,系统会自动调用父类的无参构 阅读全文
摘要:
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 阅读全文
摘要:
关键字: httpsession 1.http://www.jspcn.net/htmlnews/11049329478121583.html 监听器 2.session.invalidate() ,session才会destroy 3.HttpSessionListener: 这个监听取不到ses 阅读全文
摘要:
原文链接 http://blog.csdn.net/voo00oov/article/details/50433672 java中interface中定义变量都是"public static final" 类型的, 也就是常量, 因此很多人在interface定义常用的常量(这也是本人偏爱的方式); 阅读全文
摘要:
Maven之自定义archetype生成项目骨架(一) http://blog.csdn.net/sxdtzhaoxinguo/article/details/46895013 阅读全文
摘要:
参考: 简介及基本概念 http://blog.sina.com.cn/s/blog_6a0cb8bc0100zadr.html AOP两种配置方式 http://blog.csdn.net/yunshixin/article/details/52444049 spring 基于aop 实现日志输出 阅读全文
摘要:
http://www.jianshu.com/p/942925f36490 阅读全文
摘要:
SpringMVC 控制器Controller http://elim.iteye.com/blog/1753271 SpringMVC视图解析器 ViewResolver http://elim.iteye.com/blog/1770554 SpringMVC 中的拦截器Interceptor h 阅读全文
摘要:
http://blog.csdn.net/u010648555/article/details/51612030 阅读全文
摘要:
http://blog.csdn.net/s740556472/article/details/71023388 阅读全文
摘要:
http://jinnianshilongnian.iteye.com/blog/1762632 http://blog.51cto.com/wenshengzhu/1700340 http://www.cnblogs.com/kevin-yuan/p/5068448.html 【转载】https: 阅读全文
摘要:
最近在研究Spring中<context:annotation-config/>配置的作用,现记录如下: <context:annotation-config/>的作用是向Spring容器注册以下四个BeanPostProcessor: AutowiredAnnotationBeanPostProc 阅读全文
摘要:
http://blog.csdn.net/qq_33510007/article/details/78549230 阅读全文
摘要:
https://my.oschina.net/HeliosFly/blog/205343 阅读全文