随笔分类 - 源码学习
spring、mybatis等开源框架代码学习
摘要:spring cloud常用注解及关键类
阅读全文
摘要:bean的加载步骤: MyTestBean bean = (MyTestBean) bf.getBean("myTestBean");步骤:(1) 转换对应的beanName name="&aa"=>name="aa" || A->B->C=>C(2) 尝试从缓存中加载单例 singletonFac
阅读全文
摘要:1、代理技术(静态代理、JDK动态代理、CGLib代理) 静态代理: |-- Hello |-- void say(String name); |-- HelloImpl implements Hello { voiv say(String name){ sysout("Hello!"+name);
阅读全文
摘要:1.数组操作工具类 package org.smart4j.framework.util; import org.apache.commons.lang.ArrayUtils; /** * 数组操作工具类 * * @author huangyong * @since 1.0 */ public cl
阅读全文
摘要:|-- Node<K,V>[] table; // 存数据的结构 int threshold; |-- new HashMap<>() { // DEFAULT_LOAD_FACTOR = 0.75f this.loadFactor = DEFAULT_LOAD_FACTOR; // all oth
阅读全文
摘要:springcloud源码解析 springcloud学习 springcloud从零开始
阅读全文
摘要:springboot源码解析 springboot学习 springboot实战
阅读全文
摘要:架构步骤:一、确定目标 @Controller class CustomerController { @Inject CustomerService customerService; @Action("get:customer") View index(Param param){ List<cust
阅读全文

浙公网安备 33010602011771号