通用并发 Java 对象池 Vibur Object Pool

码农软件 · 软件分类 · 其他开发相关 · 2019-10-23 05:57:50

软件介绍

Vibur Object Pool 是个通用并发 Java 对象池,提供验证和非验证池。 它是完全是用标准 Java 并发实用程序创建的,不需要用到任何同步块或者方法,也不需要任何外部依赖。这对于高消耗的 Java 对象创建,类似数据库连接或者其他 socket 连接远程主机的池或者缓存池是个非常棒的选择。

本文地址:https://codercto.com/soft/d/17356.html

Think Python

Think Python

Allen B. Downey / O'Reilly Media / 2012-8-23 / GBP 29.99

Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms ......一起来看看 《Think Python》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

SHA 加密
SHA 加密

SHA 加密工具