1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

14 Commits

Author SHA1 Message Date
一只咕咕鱼
9f164247f6
将样例里的2.5->2.4 -2.5->-2.4 2025-04-16 00:48:49 +08:00
pykeeee
98fb76bc59
Update bigdecimal.md
浮点数和小数是不同的概念,这里有些混淆。浮点数是计算机常用的表示小数的方式,而bigDecimal是用来解决二进制浮点数无法精确表示十进制小数的问题。本质上,bigDecimal也是浮点数,只不过是十进制浮点数。
2025-01-26 10:40:43 +08:00
Sherman
2812310b69 Fix URL error, there is an issue with the original link format. 2024-03-06 11:23:52 +08:00
Mr.Hope
f9a11d3399 chore: update deps 2023-12-30 17:14:13 +08:00
Mr.Hope
7ea99a88d7 style: update linter 2023-10-27 06:44:02 +08:00
cyuewen
0810bdd4e6
Update bigdecimal.md
issue中的链接没有更改
2023-09-29 23:15:53 +08:00
Guide
e3ef7e2852 [docs fix]一些小错误 2023-09-25 16:48:16 +08:00
Guide
abf59e9fc2 [docs update] BigDecimal 和 Spring 事务自调用完善 2023-08-14 10:54:51 +08:00
Guide
20255f0f05 [docs update]更改部分文章的文末内容 2023-08-07 18:56:33 +08:00
Guide
a430800f04 [docs update]picture url 2023-03-10 11:52:00 +08:00
guide
80d9e98cb6 [docs improve]java基础部分内容完善 2022-07-14 20:34:38 +08:00
guide
c8e9b80f60 [docs fix]样式问题 2022-03-30 10:52:33 +08:00
guide
013501acf0 Update bigdecimal.md 2021-12-16 21:47:24 +08:00
guide
c02423707d [docs add] BigDecimal解决浮点数运算精度丢失问题 2021-12-13 10:29:23 +08:00