Comparing misonijnik:main...Snailclimb:main · misonijnik/JavaGuide · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: misonijnik/JavaGuide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Snailclimb/JavaGuide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 93 files changed
  • 4 contributors

Commits on Jun 15, 2026

  1. docs: 接入操作系统锁与同步机制文章 — 操作系统与并发文档

    - 新增操作系统锁与同步机制专题,补齐 SEO 头部信息、配图和参考资料
    - 更新操作系统侧边栏与 README 阅读顺序,串联锁与同步机制和死锁专题
    - 优化 Java 锁文章部分表达,减少模板化二分句
    - 验证 prettier、markdownlint 和 VuePress 构建通过
    Snailclimb committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    a4277ad View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2026

  1. docs: 优化 AI 文档内容与引用 — 完善 AI 知识体系

    - 重写 Claude Code 使用技巧、CLI/IDE 对比等 AI 编程内容,强化实战边界和版本提示
    - 补充 AI 应用架构、LLM 网关、AI 语音等系统设计文章的结构、图示和延伸阅读
    - 调整 RAG、Prompt、Context、LLM API 等基础文档表述,统一术语和引用链路
    - 验证:git diff --check
    Snailclimb committed Jun 16, 2026
    Configuration menu
    Copy the full SHA
    d0b4251 View commit details
    Browse the repository at this point in the history
  2. docs: 优化首页入口与导航结构 — 改善知识体系访问路径

    - 调整首页标题、描述和核心入口文案,突出 JavaGuide 的后端知识体系与 AI 应用开发内容
    
    - 移除导航栏知识星球入口,整理推荐阅读与首页延伸资料
    
    - 本次改动仅涉及文档与导航配置,未运行构建验证
    Snailclimb committed Jun 16, 2026
    Configuration menu
    Copy the full SHA
    c62efcf View commit details
    Browse the repository at this point in the history
  3. docs: 新增学习路线合集并优化首页导览 — 学习路径与 AI 应用入口

    - 新增学习路线合集,覆盖 Java 后端、AI 应用开发、AI Agent 和全栈方向。
    
    - 接入学习路线导航与侧边栏,并在首页突出后端面试、计算机基础、AI 应用开发和 AI 编程入口。
    
    - 在 AI 应用开发专题页补充 AI 学习路线和后端转 AI Agent 学习建议。
    
    - 已通过 markdownlint、git diff --check 和 pnpm docs:build 验证。
    Snailclimb committed Jun 16, 2026
    Configuration menu
    Copy the full SHA
    c707a66 View commit details
    Browse the repository at this point in the history
  4. docs: 标注学习路线 2026 最新版 — SEO 与路线导览

    - 为学习路线合集、Java 后端、AI 应用开发、AI Agent 和全栈路线补充 2026 最新版标识。
    
    - 同步首页、AI 专题页和学习路线侧边栏的路线入口文案,强化搜索锚文本一致性。
    
    - 将 Java 学习路线的 AI 部分改为直接引用站内 AI 应用开发学习路线。
    
    - 已通过 markdownlint、git diff --check 和 pnpm docs:build 验证。
    Snailclimb committed Jun 16, 2026
    Configuration menu
    Copy the full SHA
    f568be4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2026

  1. docs: 新增 Loop Engineering 文章并同步文档更新 — AI 专题与知识库内容

    - 新增 Loop Engineering 文章并接入 AI 目录和侧边栏
    - 更新 Skills、算法、数据结构、高可用、Kafka、路线图等文档内容
    - 删除 REVIEW 文档并同步 README_EN 调整
    - 验证:markdownlint-cli2 检查变更 Markdown 文件通过
    Snailclimb committed Jun 17, 2026
    Configuration menu
    Copy the full SHA
    bb5397c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2026

  1. docs: 修正反射场景描述错字 — Java 基础文档表达修复

    - 修正 `java-basic-questions-03.md` 中“最场景的场景”的笔误。
    - 影响范围仅限 Java 基础反射应用场景文档。
    - 未运行本地构建,变更为纯文案修正。
    uncle-lv authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    d894d4d View commit details
    Browse the repository at this point in the history
  2. docs: 新增分布式与测开学习内容 — 完善知识体系入口

    - 新增分布式系统入门、拜占庭将军问题和测试开发学习路线文章
    
    - 同步 README、首页、专题 README 与 VuePress 侧边栏导航
    
    - 扩展 AI 编程 Skills 推荐和 AI 内容规划,忽略本地素材索引
    
    - 验证:pnpm docs:build、定向 markdownlint、git diff --check 通过
    Snailclimb committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    f33806e View commit details
    Browse the repository at this point in the history
  3. docs: 新增分布式协调专题 — 完善分布式知识串联

    - 新增分布式协调专题,串联 Leader、Quorum、Lease、Fencing Token 与 Gossip。
    
    - 更新分布式系统、协议、RPC、ZooKeeper 等页面的阅读路径和交叉引用。
    
    - 验证通过 git diff --check、新增文章 markdownlint 和 pnpm docs:build;全目录 markdownlint 仍有既有重复标题等历史问题。
    Snailclimb committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    fc4c3c6 View commit details
    Browse the repository at this point in the history
  4. docs: 添加 MySQL 备份恢复文章 — 数据库专题入口

    - 新增 MySQL 备份与恢复文章,覆盖 mysqldump、XtraBackup、binlog 和 PITR
    - 更新 MySQL 专题页、根 README 和侧边栏入口
    - 校验暂存 diff,未纳入无关虚拟内存和字符集改动
    Snailclimb committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    140f92a View commit details
    Browse the repository at this point in the history
  5. docs: 优化虚拟内存文章与字符集目录 — 操作系统文档

    - 优化虚拟内存文章表述、结构和面试回答
    - 调整字符集侧边栏为明确标题入口
    - 仅提交文档与目录改动,未运行站点构建
    Snailclimb committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    f5514a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. docs: 新增 OpenTaint 污点分析工具 — 开源工具代码安全专题

    - 在开源工具页新增代码安全分类\n- 添加 OpenTaint 一行式中性简介\n- 文档改动,无状态检查
    misonijnik authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    b61e55a View commit details
    Browse the repository at this point in the history
  2. docs: 调整 RR 幻读说明 — MySQL 事务文档

    - 补充快照读和当前读混用时的读语义说明\n- 规范 RR、MVCC、Next-Key Lock 等术语格式\n- 文档改动,无状态检查
    gloriatime authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    85a4170 View commit details
    Browse the repository at this point in the history
Loading