首页 > TAG信息列表 > workaround

003SpringAOP002基于XML文件使用

1 业务核心类 编写业务核心类代码: public class Calculator {     public int add(int i, int j) {         System.out.println("add...");         return i + j;     } } 加入到IOC容器: <bean id="calculator" class="com.service.Calculator" /> 2 切面类

003SpringAOP002基于XML文件使用

1 业务核心类 编写业务核心类代码: 1 public class Calculator { 2     public int add(int i, int j) { 3         System.out.println("add..."); 4         return i + j; 5     } 6 } 加入到IOC容器: 1 <bean id="calculator" class="com.service.Calculator&

ORA-07445 ACCESS_VIOLATION UNABLE_TO_READ

环境:os version: windowdatabase version:Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Productionerror:Tue Jan 19 18:17:06 2016Exception [type: ACCESS_VIOLATION, UNABLE_TO_READ] [ADDR:0x4] [PC:0x7FC98C8712B, qcdlgcd()+75]Errors in file D: