摘要:
Indent guideline style 缩进参考线的颜色 Brace highlight style 鼠标指针在框架左右时框架的颜色(如css中{} js中的()) Bad brace color 错误的框架的颜色(如js中{}里面有错误,这个{}的颜色) Current line backg 阅读全文
摘要:
@aspect:用于指定一个类为切面类;@Pointcut:声明一个切入点,指定切面用在那些类的那些方法上;@Before、@AfterReturning、@After、@AfterThrowing、@Around:指定advice何时执行切面;具体运用如下:@Aspectpublic class 阅读全文