Skip to content

Commit

Permalink
[docs update]typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Jan 30, 2023
1 parent ca9977b commit 07cbd4e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* [项目介绍](./docs/javaguide/intro.md)
* [贡献指南](./docs/javaguide/contribution-guideline.md)
* [常见问题](./docs/javaguide/faq.md)
* [项目代办](./docs/javaguide/todo.md)
* [项目待办](./docs/javaguide/todo.md)

## Java

Expand Down
8 changes: 3 additions & 5 deletions docs/about-the-author/zhishixingqiu-two-years.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ category: 知识星球
star: 2
---

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

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

Expand Down Expand Up @@ -111,20 +111,18 @@ star: 2

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

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

<div align="center">
<a href="https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html">
<img src="https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/xingqiu/xingqiuyouhuijuanheyi.png" style="margin: 0 auto; " />
</a>
</div>

进入星球之后,记得添加微信,我会发你详细的星球使用指南。
**进入星球之后,记得添加微信,我会发你详细的星球使用指南。**

<div align="center">
<a href="https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html">
<img src="https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/IMG_3007.jpg" style="margin: 0 auto; " />
</a>
</div>

**真诚欢迎准备面试的小伙伴加入星球一起交流!真心希望能够帮助到更多小伙伴!**
2 changes: 1 addition & 1 deletion docs/database/mysql/mysql-questions-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ COMMIT;
幻读与不可重复读类似。它发生在一个事务读取了几行数据,接着另一个并发事务插入了一些数据时。在随后的查询中,第一个事务就会发现多了一些原本不存在的记录,就好像发生了幻觉一样,所以称为幻读。
例如:事务 2 读取某个范围的数据,事务 1 在这个范围插入了新的数据,事务 1 再次读取这个范围的数据发现相比于第一次读取的结果多了新的数据。
例如:事务 2 读取某个范围的数据,事务 1 在这个范围插入了新的数据,事务 2 再次读取这个范围的数据发现相比于第一次读取的结果多了新的数据。
![幻读](./images/concurrency-consistency-issues-phantom-read.png)
Expand Down
3 changes: 3 additions & 0 deletions docs/java/jvm/jvm-parameters-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,11 @@ JVM 具有四种类型的 GC 实现:

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

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

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

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

<div align="center">
<a href="https://javaguide.cn/about-the-author/zhishixingqiu-two-years.html">
<img src="https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/xingqiu/xingqiuyouhuijuanheyi.png" style="margin: 0 auto; " />
</a>
</div>

进入星球之后,记得添加微信,我会发你详细的星球使用指南。
**进入星球之后,记得添加微信,我会发你详细的星球使用指南。**

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

0 comments on commit 07cbd4e

Please sign in to comment.