forked from Snailclimb/JavaGuide
-
Notifications
You must be signed in to change notification settings - Fork 0
gwngx #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
gwngx #1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update mysql-questions-01.md
Update deep-pagination-optimization.md
新增一些关于 Spring MVC 的说明。
Update spring-knowledge-and-questions-summary.md
添加深入理解虚拟机的参考位置描述中丢失的小数点
添加"类加载过程详解“的”解析“标题上下深入理解虚拟机的参考位置描述中丢失的小数点
使用反射操作这个类的方法以及参数 参数修改为属性更好理解
Update reflection.md
[docs update]typo
补充redis跳表部分
补充redis跳表部分,修改redis-skiplist.md
增加内部类的知识点
增加内部类的知识点
Update linkedhashmap-source-code.md
docs(jwt-intro.md): 错别字校正
Update java-basic-questions-01.md
In the section on deep pagination optimization recommendations, even with deferred joins and subqueries, the internal SQL statements will still result in deep pagination. These queries need to be rewritten to use the primary key index (id). Otherwise, there is no difference from the original SQL, and performance might even be worse.
删除RocketMQ文章中的多余字符
fix md style
Update io-basis.md
Modify an unimportant typo
fix: Modify an unimportant typo, Update redis-questions-02.md
修复单词错误,病句
既然是要找到定时过期的任务,肯定需要有定期扫描的,既然消费者没有轮询,那应该就是RDelayedQueue使用zrangebyscore命令定期扫描已经过期的任务。
fix: 修改一处表述不清晰的文字介绍,Update redis-delayed-task.md
fix: 修正标点符号
2、标点符号勘误和调整。
“MySQL高性能优化规范建议总结”内容勘误
修正一处jvm参数表述不清
1、专业术语名称调整。 MySQL索引详解 1、词句勘误和调整; 2、标点符号勘误和调整。
1、词句勘误和调整; 2、标点符号勘误和调整。 MySQL索引详解 MySQL高性能优化规范建议总结 1、冒号调整。
1、词句勘误和调整; 2、标点符号勘误和调整。
原文对段页机制的描述有误
…-questions-02 Update operating-system-basic-questions-02.md
fix:修复需求说明错误 经过实测,实际上字段必须满足的是 volatile int 且不为 private,访问修饰符只要不是 private 即可
Update atomic-classes.md
lizhiyi123
pushed a commit
that referenced
this pull request
Mar 9, 2025
Owner
Author
|
11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
gengxin