Add JMH document and source code

This commit is contained in:
2021-10-04 14:46:11 -04:00
parent ab9d7ba9e6
commit fa03213d81
6 changed files with 66 additions and 56 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## Java 数字相关的文章和实例
本模块中包含了与 Java 数字相关的一些文章
本模块中包含了与 Java 数字相关的一些文章
### 相关文章
- [Lossy Conversion in Java](https://www.baeldung.com/java-lossy-conversion)
+2 -2
View File
@@ -1,6 +1,6 @@
## Java Number Cookbooks and Examples
## Java 数字相关的文章和实例
This module contains articles about numbers in Java.
本模块中包含了与 Java 数字相关的一些文章
### Relevant Articles:
- [Number of Digits in an Integer in Java](http://www.baeldung.com/java-number-of-digits-in-int)
+1
View File
@@ -17,6 +17,7 @@
<modules>
<module>java-numbers</module>
<module>java-numbers-2</module>
<module>jmh</module>
</modules>
<dependencies>