Skip to content

Conversation

@lizhiyi123
Copy link
Owner

gengxin

Snailclimb and others added 30 commits September 25, 2024 07:45
Update mysql-questions-01.md
深度分页问题的原因
Update deep-pagination-optimization.md
新增一些关于 Spring MVC 的说明。
Update spring-knowledge-and-questions-summary.md
添加深入理解虚拟机的参考位置描述中丢失的小数点
添加"类加载过程详解“的”解析“标题上下深入理解虚拟机的参考位置描述中丢失的小数点
 使用反射操作这个类的方法以及参数

参数修改为属性更好理解
补充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.
Snailclimb and others added 27 commits February 23, 2025 21:44
删除RocketMQ文章中的多余字符
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 即可
@lizhiyi123 lizhiyi123 merged commit 0bfd321 into lizhiyi123:main Mar 9, 2025
1 check passed
lizhiyi123 pushed a commit that referenced this pull request Mar 9, 2025
@lizhiyi123
Copy link
Owner Author

11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.