摘要: /** * <html> * <body> * <P> Copyright JasonInternational</p> * <p> All rights reserved.</p> * <p> Created on 2018年6月27日 下午7:28:09</p> * <p> Created by 阅读全文
posted @ 2018-10-20 14:24 安以北往南 阅读(151) 评论(0) 推荐(0) 编辑
摘要: HashMap:先说HashMap,HashMap是线程不安全的,在并发环境下,可能会形成环状链表(扩容时可能造成,具体原因自行百度google或查看源码分析),导致get操作时,cpu空转,所以,在并发环境中使用HashMap是非常危险的. HashTable:HashTable和HashMap的 阅读全文
posted @ 2018-10-20 14:22 安以北往南 阅读(265) 评论(0) 推荐(0) 编辑
摘要: /** * * * Copyright 1994 JsonInternational * All rights reserved. - https://github.com/Jasonandy/Java-Core-Advanced * Created by Jason * * */ package cn.ucaner.datastructure.heap... 阅读全文
posted @ 2018-10-20 14:15 安以北往南 阅读(170) 评论(0) 推荐(0) 编辑
摘要: /** * * * Copyright 1994 JsonInternational * All rights reserved. - https://github.com/Jasonandy/Java-Core-Advanced * Created by Jason * * */ package cn.ucaner.datastructure.Bina... 阅读全文
posted @ 2018-10-20 14:14 安以北往南 阅读(305) 评论(0) 推荐(0) 编辑
摘要: /** * * * Copyright 1994 JsonInternational * All rights reserved. - https://github.com/Jasonandy/Java-Core-Advanced * Created by Jason * * */ package cn.ucaner.core.time; import... 阅读全文
posted @ 2018-10-20 14:13 安以北往南 阅读(687) 评论(0) 推荐(0) 编辑
摘要: /** * * * Copyright 1994 JsonInternational * All rights reserved. - https://github.com/Jasonandy/Java-Core-Advanced * Created by Jason * * */ package cn.ucaner.core.concurrent; ... 阅读全文
posted @ 2018-10-20 14:11 安以北往南 阅读(271) 评论(0) 推荐(0) 编辑
摘要: /** * * * Copyright 1994 JsonInternational * All rights reserved. * Created on 19941115 * Created by Jason * * */ package cn.ucaner.core.classload; import java.net.URL; /** * ... 阅读全文
posted @ 2018-10-20 12:10 安以北往南 阅读(183) 评论(0) 推荐(0) 编辑
摘要: /** * * * Copyright 1994 JsonInternational * All rights reserved. * Created by Jason * * */ package cn.ucaner.core.annotation; /** Annontation是Java5开始引入的新特征,中文名称叫注解。 它提供了一种安全的类似注释... 阅读全文
posted @ 2018-10-20 12:08 安以北往南 阅读(521) 评论(0) 推荐(0) 编辑
摘要: /** * * * Copyright JasonInternational Since 1994 https://github.com/Jasonandy/Spring-Core * All rights reserved. * Created on 2018年 * Created by Jason * * */ package cn.ucaner... 阅读全文
posted @ 2018-10-20 12:05 安以北往南 阅读(264) 评论(0) 推荐(0) 编辑
摘要: /** * * * https://github.com/Jasonandy * All rights reserved. * Created on 2018年6月12日 下午4:00:58 * Created by Jason * * */ package cn.ucaner.component.jms; import java.util.Has... 阅读全文
posted @ 2018-10-20 12:03 安以北往南 阅读(187) 评论(0) 推荐(0) 编辑