07 2023 档案

摘要:http://www.zhano.cn/index.php/Java/40878.html Spring propagation7种事务配置 1、简述 在声明式的事务处理中,要配置一个切面,其中就用到了propagation,表示打算对这些方法怎么使用事务,是用还是不用,其中propagation有 阅读全文
posted @ 2023-07-24 14:00 kelelipeng 阅读(935) 评论(0) 推荐(0) 编辑
摘要:方法1: https://blog.csdn.net/qq_37778018/article/details/125326847 在做一个跨过目标注解的鉴权功能时,想到了AOP与拦截器两种方式,其中 @HasPermission 是我自定义的注解,以下分别为AOP与拦截器获取访问目标类与方法上的注解 阅读全文
posted @ 2023-07-24 11:53 kelelipeng 阅读(4089) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/feyehong/article/details/123676293 前端 $(function() { fetch('项目路径' + '/requestHeaderTest/init4', { method: 'GET', // 请求头 headers: 阅读全文
posted @ 2023-07-18 11:37 kelelipeng 阅读(472) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/fengqing5578/article/details/127316742 1.引入依赖。在pom.xml 文件 <dependencies></ dependencies> 添加如下内容 <dependency> <groupId>org.spring 阅读全文
posted @ 2023-07-11 17:46 kelelipeng 阅读(229) 评论(0) 推荐(0) 编辑
摘要:参考: https://www.lmlphp.com/user/154182/article/item/3684631/ <html> <head> <script src="http://code.jquery.com/jquery-1.4.2.min.js"></script> <script 阅读全文
posted @ 2023-07-07 10:30 kelelipeng 阅读(2045) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示