- 博客(10)
- 资源 (10)
- 收藏
- 关注
转载 单例模式double-check思想
转自:http://devbean.blog.51cto.com/448512/203501在GoF的23种设计模式中,单例模式是比较简单的一种。然而,有时候越是简单的东西越容易出现问题。下面就单例设计模式详细的探讨一下。所谓单例模式,简单来说,就是在整个应用中保证只有一个类的实例存在。就像是Java Web中的application,也就是提供了一个全局变量,用处相当广泛,比如保存全局数据,实现全局性的操作等。1. 最简单的实现首先,能够想到的最简单的实现是,把类的构造...
2020-05-25 15:48:28 751 1
转载 Spring的@Enable*注解的工作原理
转载: https://blog.csdn.net/chengqiuming/article/details/81586948
2019-12-30 13:55:18 157
原创 linux命令大全
https://www.nowcoder.com/discuss/358045?type=0&order=0&pos=138&page=0
2019-12-25 17:33:47 80
转载 由org.springframework.beans.factory.BeanNotOfRequiredTypeException的报错到Spring 注入的延伸
错误信息:Caused by: org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'helloWorldImpl1' is expected to be of type 'time.HelloWorldImpl1' but was actually of type 'com.sun.prox...
2019-12-20 10:17:17 339
转载 解决: org.springframework.beans.factory.BeanNotOfRequiredTypeException
错误信息: org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'aisleService' must be of type [com.gdie.whlocation.service.impl.AisleService], but was actually of type [$Proxy...
2019-12-19 15:23:31 1853 1
转载 细说Spring——AOP详解(AOP概览)
转载————————————————版权声明:本文为CSDN博主「阿古拉斯啦啦」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/q982151756/article/details/80513340...
2019-12-19 10:55:27 111
转载 SpringAOP中的pointcut注解表达式
springAOP中Pointcut注解表达式@target、@annotation、@within、this、target、within等(东西很好,于是转载,原文作者如不准转载,可联系我)至于最常见的execution表达式;由于网上一搜基本都是用的这个,这里就不在赘述了;这里将我知道的分享给大家;//@Around("@annotation(自定义注解)")//自定义注解标注在方法...
2019-12-18 20:04:13 619
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人