2014年11月5日
摘要: aspectjrt.jaraspectjweaver.jarcglib-nodep-2.1_3.jarcommon-annotations.jarcommons-dbcp.jarcommons-logging-1.1.1.jarcommons-pool.jarspring.jarSpring3.0包... 阅读全文
posted @ 2014-11-05 12:03 chuansao 阅读(359) 评论(0) 推荐(0) 编辑
摘要: Struts2的DMI动态方法调用:!后面跟方法名struts.xml里要加因为有的版本默认是false 阅读全文
posted @ 2014-11-05 11:04 chuansao 阅读(119) 评论(0) 推荐(0) 编辑
摘要: commons-fileupload-1.2.1.jsrcommons-io-1.3.2.jarcommons-logging-1.1.jarfreemarker-2.3.13.jarognl-2.6.11.jarstruts2-core-2.1.6.jarxwork-2.1.2.jar 阅读全文
posted @ 2014-11-05 00:20 chuansao 阅读(134) 评论(0) 推荐(0) 编辑
  2014年11月4日
摘要: antlr-2.7.6.jarcommons-collections-3.1.jardom4j-1.6.1.jarejb3-persistence.jarhibernate3.jarhibernate-annotations.jarhibernate-commons-annotations.jarj... 阅读全文
posted @ 2014-11-04 22:31 chuansao 阅读(691) 评论(0) 推荐(0) 编辑
  2014年11月2日
摘要: 动态代理可以用在jsp权限、日志、效率的审查、事务等上面 阅读全文
posted @ 2014-11-02 22:54 chuansao 阅读(119) 评论(0) 推荐(0) 编辑
摘要: @Pointcut("execution(public * com.dao..*.*(..))")public void myMethod(){};其他方法调用myMethid()如:@Before("myMethod()")运行时报错,查到另一个解释是eclipse版本太新,换个旧版本就解决了,不... 阅读全文
posted @ 2014-11-02 22:26 chuansao 阅读(264) 评论(0) 推荐(0) 编辑
  2014年11月1日
摘要: 用Annotation的@Scope("prototype")实验两个对象还是相等的,用xml的scope="prototype"就不一样,代码如下:import org.springframework.context.annotation.Scope;import org.springframew... 阅读全文
posted @ 2014-11-01 16:55 chuansao 阅读(795) 评论(0) 推荐(0) 编辑