内容简介:HikariCP 2.7.2 已发布,HikariCP 是一个高性能的 JDBC 连接池组件。更新如下: issue 983 fix logic that determines how many idle connections can be removed, without violating the minimumIdle contra...
HikariCP 2.7.2 已发布,HikariCP 是一个高性能的 JDBC 连接池组件。更新如下:
issue 983 fix logic that determines how many idle connections can be removed, without violating the minimumIdle contract.
pull 987 add thread name to leak detection messages.
issue 982 fix classloader order, try the ThreadContext classloader before other classloaders.
pull 977 log better messages when connection is evicted.
fallback to four digit random pool suffix when SecurityManager prevents writing to system properties for the purpose of JVM-wide unique pool identifiers.
下载地址:
更新说明:https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- BeeCP-3.1.7 发布,高性能连接池
- HikariCP 2.7.0 发布,高性能 JDBC 连接池组件
- HikariCP 2.7.3 发布,高性能 JDBC 连接池组件
- HikariCP 2.7.4 发布,高性能 JDBC 连接池组件
- BeeCP2.4.4 发布,高性能 JDBC 连接池
- HikariCP 2.7.5 发布,高性能 JDBC 连接池组件
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
React Native:用JavaScript开发移动应用
【美】Truong Hoang Dung(张皇容) / 奇舞团 / 电子工业出版社 / 2015-9 / 65.00
React Native是当前移动端开发中的优秀解决方案。《React Native:用JavaScript开发移动应用》围绕着如何将一个完整App提交到App Store,讲解了使用React Native开发iOS应用所涉及的方方面面。首先介绍了Flexbox布局,教大家从零开始搭建一个初始应用,以此阐明React Native的基础运行机理;然后介绍了Flux的设计思想,怎么理解和使用Pro......一起来看看 《React Native:用JavaScript开发移动应用》 这本书的介绍吧!