摘要: 拦截器是在面向切面编程中应用的,就是在你的service或者一个方法前调用一个方法,或者在方法后调用一个方法。是基于JAVA的反射机制。1.拦截器(Interceptor)执行顺序:1) 请求到达 DispatcherServlet2) DispatcherServlet 发送至 Intercept 阅读全文
posted @ 2021-12-28 21:07 emanlee 阅读(294) 评论(0) 推荐(0)
摘要: @EnableTransactionManagement // 启注解事务管理,等同于xml配置方式的 <tx:annotation-driven /> 关于事务管理器,不管是JPA还是JDBC等都实现自接口 PlatformTransactionManager. 如果你添加的是 spring-bo 阅读全文
posted @ 2021-12-28 19:50 emanlee 阅读(492) 评论(0) 推荐(0)
摘要: 网址https: //lcn.overleaf.com www.overleaf.com(很可能很卡) 在线Latex 公式编辑网址:(仅供参考) https: //latex.91maths.com/在线表格转换网址:(仅供参考) https://www.tablesgenerator.com/ 阅读全文
posted @ 2021-12-28 13:10 emanlee 阅读(110) 评论(0) 推荐(0)