
JavaWeb
文章平均质量分 51
sqlnull
软件开发
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
搭建SSH框架的时候的applicationContext.xml配置文件
http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schem原创 2008-11-16 00:00:00 · 4017 阅读 · 0 评论 -
错误:java.lang.NoClassDefFoundError: org/objectweb/asm/CodeVisitor的解决方法
错误:java.lang.NoClassDefFoundError: org/objectweb/asm/CodeVisitor的解决方法 在使用Spring的AOP编程时,会用到这几个lib: asm-2.2.2.jar asm-commons-2.2.2.jar asm-util-2.2.2.jar Hibernate使用如下lib: asm.jar asm-attrs.jar 其中asm-2原创 2008-11-28 02:03:00 · 1157 阅读 · 0 评论