mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
Fix pic error
This commit is contained in:
parent
6a7be8dc14
commit
0cef545a90
Binary file not shown.
Before Width: | Height: | Size: 296 KiB |
@ -80,7 +80,7 @@ System.out.println(n);// 1.255
|
||||
|
||||
注意:我们在使用BigDecimal时,为了防止精度丢失,推荐使用它的**BigDecimal(String)**构造方法来创建对象。《阿里巴巴Java开发手册》对这部分内容也有提到如下图所示。
|
||||
|
||||

|
||||

|
||||
|
||||
### 总结
|
||||
|
||||
@ -299,7 +299,7 @@ s=list.toArray(new String[0]);//没有指定类型的话会报错
|
||||
|
||||
`java.util`包下面的所有的集合类都是fail-fast的,而`java.util.concurrent`包下面的所有的类都是fail-safe的。
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user