I am Jacky!
-
The principles and techniques of printing logs
The principles and techniques of printing logs
-
Set VM configuration to get full GC dump files
Set VM configuration to get full GC dump files
-
How to make collection read only?
How to make collection read only?
-
Data Transport Security
Data Transport Security
-
putIfAbsent 和 computeIfAbsent 使用说明及示例代码
本文主要介绍 Java 中 Map 的 putIfAbsent 和 computeIfAbsent 使用的方法和示例代码。
-
forEachRemaining() 的用法
forEachRemaining() 使用迭代器 Iterator 的所有元素,并且第二次调用它将不会做任何事情,因为不再有下一个元素。
-
单元测试的原则和技巧
单元测试的原则和技巧
-
java.math 包概述
java.math 包提供了 Java 中的数学类,提供执行任意精度整数运算(BigInteger)和任意精度十进制运算(BigDecimal)的类。
-
java.lang.management 包概述
java.lang.management 提供管理接口,用于监视和管理 Java 虚拟机以及 Java 虚拟机在其上运行的操作系统。它同时允许从本地和远程对正在运行的 Java 虚拟机进行监视和管理。
-
java.beans 包概述
java.beans 包包含了开发 bean 相关的类,各种操作自定义 bean 的类,比如持久化类实例,内省实现。