Merged
Conversation
注释,由 “如果链表元素个数大于等于TREEIFY_THRESHOLD(8)” 改为“如果链表元素个数大于TREEIFY_THRESHOLD(8)”。 个人认为,等于8时,并没有考虑转红黑树。
Update java-collection-questions-02.md
Update operating-system-basic-questions-02.md
Update ioc-and-aop.md
Update class-loading-process.md
2. 去除DelayedWorkQueue中文名字中的"阻塞"二字,因为其自动扩容机制的存在,DelayedWorkQueue不会阻塞。 3. 修改DelayedWorkQueue扩容的表达,避免歧义。 4. 在常见阻塞队列中新增ArrayBlockingQueue
优化 java-concurrent-questions-03 部分内容,优化具体内容见正文
…长度为 Integer.MAX_VALUE 而非无界队列。 2. 修正单词错误,SingleThreadExector 修正为 SingleThreadExecutor。
在 java-concurrent-questions-03 文件中修正了两处内容,具体见正文。
修正java-thread-pool-best-practices中关于LinkedBlockingQueue是无界队列的错误描述
Update linkedhashmap-source-code.md
fix typo
Update java-basic-questions-01.md
fix: fix hash func in bloom filter implementation
Update unsafe.md
多打了一个“主”
修改完全二叉树的描述,便于理解
Update nio-basis.md
Update tree.md
Update other-network-questions.md
表里只有10条数据,修改11次作答记录为10次
Update sql-questions-03.md
Update java-collection-questions-02.md
Update arraylist-source-code.md
fix describe text between string builder and string +
add describe
Update interview-experience.md
优化关于String builder和string +的对比及选择
[doc update]增加关于-Xverify:none 和-noverify 被弃用说明
[docs fix]修复拼写错误
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
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.
No description provided.