摘要: (转)spring scheduled单线程和多线程使用过程中的大坑!!不看到时候绝对后悔!!:https://blog.csdn.net/FlyingSnails/article/details/90167434 (转)Spring定时任务@scheduled多线程的使用(@Async注解):ht 阅读全文
posted @ 2019-08-07 17:53 膜拜曾文正 阅读(510) 评论(0) 推荐(0) 编辑
摘要: select RTRIM(to_char(trunc(23 / 100, 2), 'fm999990.99999'), '.') from dual; 阅读全文
posted @ 2019-03-15 12:08 膜拜曾文正 阅读(3023) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/meiceatcsdn/article/details/80562183 阅读全文
posted @ 2019-03-13 11:26 膜拜曾文正 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1.hashmap、concurrenthashmap底层实现和区别 hashmap是基于数组+链表结构的,数组下标有hash生成,链表主要是为了防止hash冲突,即使两个对象的hashCode一样,它们会放到当前数组索引位置的链表中,Java8后链表长度大于8就会转为红黑树,主要是为了提高查找效率 阅读全文
posted @ 2019-03-11 18:43 膜拜曾文正 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 1、oracle start with connect by 本身的递归效率还是非常可观的。 2、但是它要经过全表扫描(具体原因及改造方法有待探讨),因此当此部分作为子查询时会极大的拖慢查询速度,慎用或者不用, 3、如果要做为子查询,只能在connect by 后面添加比较详细的递归条件,以达到减少 阅读全文
posted @ 2019-02-27 11:23 膜拜曾文正 阅读(551) 评论(0) 推荐(0) 编辑
摘要: 原文博客:https://blog.csdn.net/xumingqing171/article/details/51897224 刷新打开(window.open)此窗口的父窗口window.opener.location.href = 'http://www.baidu.com';window. 阅读全文
posted @ 2019-01-21 16:28 膜拜曾文正 阅读(1741) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://stackoverflow.com/questions/3708764/jquery-not-readonly-selector 阅读全文
posted @ 2019-01-16 14:22 膜拜曾文正 阅读(554) 评论(0) 推荐(0) 编辑
摘要: 文章原文:https://blog.csdn.net/qq422431474/article/details/53318374 阅读全文
posted @ 2019-01-15 18:36 膜拜曾文正 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 参考资料[1]:https://blog.csdn.net/jianxia801/article/details/82771346 阅读全文
posted @ 2019-01-14 16:47 膜拜曾文正 阅读(1723) 评论(0) 推荐(0) 编辑
摘要: 1、技术能力有很大提升(Java、shell、Python、Oracle)2、读了几本书(从大历史角度读蒋介石日记、傅雷家书、我们内心的冲突、战天京、李鸿章传、查令十字街84号、技术书籍)3、吉他技术略有提升(river flows in you、卡农、天空之城、和你在一起、猎户星座、黄昏-押尾桑) 阅读全文
posted @ 2018-12-29 11:12 膜拜曾文正 阅读(124) 评论(0) 推荐(0) 编辑