Skip to content

Commit 07cbd4e

Browse files
committed
[docs update]typo
1 parent ca9977b commit 07cbd4e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* [项目介绍](./docs/javaguide/intro.md)
4141
* [贡献指南](./docs/javaguide/contribution-guideline.md)
4242
* [常见问题](./docs/javaguide/faq.md)
43-
* [项目代办](./docs/javaguide/todo.md)
43+
* [项目待办](./docs/javaguide/todo.md)
4444

4545
## Java
4646

docs/about-the-author/zhishixingqiu-two-years.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ category: 知识星球
44
star: 2
55
---
66

7-
时间过的真快,知识星球我已经平稳运行了快 3 年了
7+
时间过的真快,知识星球我已经平稳运行了 3 年有余了
88

99
在 2019 年 12 月 29 号,经过了大概一年左右的犹豫期,我正式确定要开始做一个自己的星球。
1010

@@ -111,20 +111,18 @@ star: 2
111111

112112
随着时间推移,星球积累的干货资源越来越多,我花在星球上的时间也越来越多。于是,我将星球的定价慢慢调整为了 **159/年**!后续会将星球的价格调整为 **199/年**,想要加入的小伙伴一定要尽早。
113113

114-
这里再送一个 30 元的新人优惠券(续费半价)。
114+
**这里再送一个 30 元的新人优惠券,数量有限(续费半价)。**
115115

116116
<div align="center">
117117
<a href="https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html">
118118
<img src="https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/xingqiu/xingqiuyouhuijuanheyi.png" style="margin: 0 auto; " />
119119
</a>
120120
</div>
121-
122-
进入星球之后,记得添加微信,我会发你详细的星球使用指南。
121+
**进入星球之后,记得添加微信,我会发你详细的星球使用指南。**
123122

124123
<div align="center">
125124
<a href="https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html">
126125
<img src="https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/IMG_3007.jpg" style="margin: 0 auto; " />
127126
</a>
128127
</div>
129-
130128
**真诚欢迎准备面试的小伙伴加入星球一起交流!真心希望能够帮助到更多小伙伴!**

docs/database/mysql/mysql-questions-01.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ COMMIT;
366366
367367
幻读与不可重复读类似。它发生在一个事务读取了几行数据,接着另一个并发事务插入了一些数据时。在随后的查询中,第一个事务就会发现多了一些原本不存在的记录,就好像发生了幻觉一样,所以称为幻读。
368368
369-
例如:事务 2 读取某个范围的数据,事务 1 在这个范围插入了新的数据,事务 1 再次读取这个范围的数据发现相比于第一次读取的结果多了新的数据。
369+
例如:事务 2 读取某个范围的数据,事务 1 在这个范围插入了新的数据,事务 2 再次读取这个范围的数据发现相比于第一次读取的结果多了新的数据。
370370
371371
![幻读](./images/concurrency-consistency-issues-phantom-read.png)
372372

docs/java/jvm/jvm-parameters-intro.md

+3
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,11 @@ JVM 具有四种类型的 GC 实现:
192192

193193
这里推荐了非常多优质的 JVM 实践相关的文章,推荐阅读,尤其是 JVM 性能优化和问题排查相关的文章。
194194

195+
- [JVM参数配置说明 - 阿里云官方文档 - 2022](https://help.aliyun.com/document_detail/148851.html)
196+
- [JVM内存配置最佳实践 - 阿里云官方文档 - 2022](https://help.aliyun.com/document_detail/383255.html)
195197
- [求你了,GC 日志打印别再瞎配置了 - 思否 - 2022](https://segmentfault.com/a/1190000039806436)
196198
- [一次大量 JVM Native 内存泄露的排查分析(64M 问题) - 掘金 - 2022](https://juejin.cn/post/7078624931826794503)
199+
- [一次线上JVM调优实践,FullGC40次/天到10天一次的优化过程 - HeadpDump - 2021](https://heapdump.cn/article/1859160)
197200
- [听说 JVM 性能优化很难?今天我小试了一把! - 陈树义 - 2021](https://shuyi.tech/archives/have-a-try-in-jvm-combat)
198201
- [你们要的线上 GC 问题案例来啦 - 编了个程 - 2021](https://mp.weixin.qq.com/s/df1uxHWUXzhErxW1sZ6OvQ)
199202
- [Java 中 9 种常见的 CMS GC 问题分析与解决 - 美团技术团队 - 2020](https://tech.meituan.com/2020/11/12/java-9-cms-gc.html)

docs/zhuanlan/java-mian-shi-zhi-bei.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,14 @@ star: 5
8484

8585
随着时间推移,星球积累的干货资源越来越多,我花在星球上的时间也越来越多。于是,我将星球的定价慢慢调整为了 **159/年**!后续会将星球的价格调整为 **199/年**,想要加入的小伙伴一定要尽早。
8686

87-
这里再送一个 30 元的新人优惠券(续费半价)。
87+
**这里再送一个 30 元的新人优惠券(续费半价)。**
8888

8989
<div align="center">
9090
<a href="https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html">
9191
<img src="https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/xingqiu/xingqiuyouhuijuanheyi.png" style="margin: 0 auto; " />
9292
</a>
9393
</div>
94-
95-
进入星球之后,记得添加微信,我会发你详细的星球使用指南。
94+
**进入星球之后,记得添加微信,我会发你详细的星球使用指南。**
9695

9796
<div align="center">
9897
<a href="https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html">

0 commit comments

Comments
 (0)