| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- RAG 文档:移除重复标题,调整 ANN 段落位置,统一标点格式 - 敏感词过滤:新增 AC 自动机代码示例,补充生产实践建议(白名单、线程池、Unicode 注意事项) - 架构图从 SVG 格式更换为 PNG - 升级 vuepress-theme-hope 及相关插件到 rc.105/rc.127
…n-buyua9 fix: clarify parent delegation core-class example
- move `tree` before `graph` and `heap` in the data-structure children list - align sidebar topic order to a clearer progression: linear structure -> tree -> graph -> heap
docs(sidebar): reorder data-structure entries in VuePress sidebar
原描述错误地声称 Iterator 工作在独立线程中并持有 mutex 锁, 实际机制是通过 modCount/expectedModCount 计数器比较实现 fail-fast。 同时修正了 Iterator.remove() 的说明。 Closes #2818
…-description fix: 修正增强 for 循环中 Iterator fail-fast 机制的描述
将泛型语法糖中“类型擦除”的英文表述从“type erasue”更正为“type erasure”
- Context Engineering 和 Prompt Engineering 补充 frontmatter - README 新增两篇文章的介绍和链接 - 侧边栏补充导航条目 - 文字润色,补充工程提示和常见误区
添加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 向量存储等已有文章。
原句比较笼统
锁-StampedLock知识补充
官方 api.star-history.com 因 GitHub 收紧 stargazers API 已不可用, 改用 star-history.dera.page 恢复图表显示,同步更新三个 README。 Ref: #2894
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.
| Back | FazBrowse Home | New Git URL |
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )