于梦想齐行
于梦想齐行

计算机
文章归档

https://www.fengjijiao.cn/wp-content/themes/mdx/img/dpic.jpg
@EnableAsync & @Async
1.作用 在spring容器中实现方法的异步调用。 2.用法 2个步骤: 1.将@EnableAsync(启用异步调用)标注到spring的配…
   558   2022-03-08   阅读更多
https://www.fengjijiao.cn/wp-content/themes/mdx/img/dpic.jpg
@Aspect中5种通知
1.Before 前置通知,在方法执行之前执行。连接点参数:JoinPoint,对应通知:AspectJMethodBeforeAdvice。 2.After 后…
   745   2022-03-07   阅读更多
https://www.fengjijiao.cn/wp-content/uploads/2022/03/code-g80e36ee15_1920.jpg
@Pointcut的12种用法
1.execution 使用execution(方法表达式)匹配方法的执行。 2.within 用法:within(类型表达式) 目标对象target的类…
   661   2022-03-07   阅读更多
https://www.fengjijiao.cn/wp-content/uploads/2021/09/linux-1962898.jpg
Linux文件目录结构
许多linux发行版都符合FHS (文件系统层次结构)标准。 / ├ /bin ├ /boot ├ /dev ├ /etc ├ /home ├ /lib ├ /mnt ├ /media ├ /o…
   1,161   2021-09-10   阅读更多
近期文章
近期评论