Skip to content

Commit 0cef545

Browse files
committed
Fix pic error
1 parent 6a7be8d commit 0cef545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/images/BigDecimal.png

-296 KB
Binary file not shown.

docs/java/Java疑难点.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ System.out.println(n);// 1.255
8080

8181
注意:我们在使用BigDecimal时,为了防止精度丢失,推荐使用它的**BigDecimal(String)**构造方法来创建对象。《阿里巴巴Java开发手册》对这部分内容也有提到如下图所示。
8282

83-
![BigDecimal](../images/BigDecimal.png)
83+
![《阿里巴巴Java开发手册》对这部分BigDecimal的描述](https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019/7/BigDecimal.png)
8484

8585
### 总结
8686

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

302-
![不要在 foreach 循环里进行元素的 remove/add 操作](https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019/7/Screenshot 2019-07-14 at 1.31.09 PM.png)
302+
![不要在 foreach 循环里进行元素的 remove/add 操作](https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019/7/foreach-remove:add.png)
303303

304304

305305

0 commit comments

Comments
 (0)