Conversation
添加workflow-graph-loop.md文档
补充workflow方面的知识
改正了类型擦除的英文表述
新增从概念到实现的完整指南,涵盖 Graph 三要素(Node/Edge/State)、 Loop 回溯机制、Spring AI Alibaba 与 LangGraph 框架映射及代码示例, 同步更新网站侧边栏和 README 目录。
移除段落间多余的 --- 分隔线,将配图从 PNG 替换为 SVG, 新增 Graph 核心元素示意图。
先讲堆的 GC,再讲堆中字符串常量池的 GC,最后讲方法区的 GC。 因此这里应该是字符串常量池,运行时常量池应该在下面的方法区。
#2829) The previous description only mentioned thread visibility as the reason for using volatile to modify the state variable. However, volatile's more important role here is preventing instruction reordering through the happens-before rule (volatile write happens-before subsequent read), which ensures the correctness of lock semantics. Fixes #2516
- zhuanlan: 修复中英文间距、错别字(优惠卷→优惠券)、错链、语病、引号规范化 - harness-engineering: 修复漏字(引入)、渐进式披露部分补充 Agent Skills 关联与链接
通过 pnpm overrides 强制升级以下间接依赖: - vite >=7.3.2 (High: 路径遍历、文件读取、fs.deny 绕过) - dompurify >=3.3.2 (Medium: XSS、URI 验证绕过) - lodash-es >=4.18.0 (High: 代码注入、原型污染) - @xmldom/xmldom >=0.9.9 (High: XML 注入) - picomatch >=4.0.4 (High: ReDoS、方法注入) - immutable >=5.1.5 (High: 原型污染) - markdown-it >=14.1.1 (Medium: ReDoS)
布尔类型使用bit更合理,类型介绍里增加了bit类型和binary类型
新增两篇 AI 编程工具深度指南文章,并更新侧边栏配置和索引页。 同步修订 Agent Skills、Workflow Graph Loop、RAG 向量存储等已有文章。
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.9 to 0.9.10. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.9.9...0.9.10) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.9.10 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
OpenAI 官方提供的网页端可视化 Tokenizer 工具
CountDownLatch 允许 count 个线程阻塞在一个地方,直至所有线程的任务都执行完毕。 改为 CountDownLatch 允许 任意数量 个线程阻塞在一个地方,直至count个线程的任务都执行完毕(count次countDown调用)。
docs(mysql): clarify boolean type mapping
docs: clarify connector permission check in MySQL execution flow (fix #2466)
…om/xmldom-0.9.10 build(deps): bump @xmldom/xmldom from 0.9.9 to 0.9.10
原文在性能部分先说明了 StringBuffer 是在原对象上进行修改,随后紧接着对比了 StringBuilder 与 StringBuffer 的性能差异。这种表述可能让读者将是否创建新对象与性能差异产生关联,但实际上两者性能差异主要来源于线程安全机制。
原文将打包体积列为 AOT 的优势,但上方对比表格明确显示 AOT 打包体积较大,JIT 打包体积较小。此 PR 修正了这一不一致。
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.15.0 to 11.16.1. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.15.0...mermaid@11.16.1) --- updated-dependencies: - dependency-name: mermaid dependency-version: 11.16.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#2905) int a = 9; // a = 9 int b = a++; // b = 9,a = 10 int c = ++a; // a = 11,c = 11 int d = c--; // d = 11,c = 10 int e = --d; // d = 10,e = 10
…g guide and illustrations
Corrected a grammatical error in the Protobuf section for clarity.
Clarified the optimization of string concatenation in JDK 9 and provided links for further reading.
… executable JAR article
…260919 fix(deps): resolve 19 dependency security alerts
docs(ai): update MCP 2026-07-28 revision details
…ti-instance scenario
Fix formatting of MethodInterceptor interface method signature.
Correct method signature spacing in MethodInterceptor
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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )