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: asrod/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.
  • 11 commits
  • 14 files changed
  • 4 contributors

Commits on Mar 27, 2026

  1. Update java8-tutorial-translate.md

    The original stream().sorted().count() does not perform sorting and just counts elements directly — it’s equivalent to stream().count(). This makes parallelStream().sorted().count() appear slower by comparison.
    kimagery authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    456f536 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2026

  1. Configuration menu
    Copy the full SHA
    5bba638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    512f335 View commit details
    Browse the repository at this point in the history
  3. docs(ai): 补充 Agent 文章并更新 AI 区导航

    - 新增 context-engineering、prompt-engineering 文档
    - 更新 docs/ai/README 与 sidebar/ai.ts 入口
    - 调整 idea-qoder-plugin、trae-m2.7 等内容
    - 根 README 增加相关说明
    Snailclimb committed Mar 29, 2026
    Configuration menu
    Copy the full SHA
    a6df146 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Merge pull request Snailclimb#2806 from ZhangChunJie1/patch-1

    Update comments on static variable storage in Java
    Snailclimb authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    4978a39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Snailclimb#2803 from kimagery/kimagery-patch-1

    Update java8-tutorial-translate.md
    Snailclimb authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    a0ac4de View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. test

    Senrian committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    b2d4759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a44d67 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Snailclimb#2807 from Senrian/fix/spring-annotation…

    …s-title
    
    fix: 修正Spring注解文章标题并添加注解分类总结表 (fix Snailclimb#2656)
    Snailclimb authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    721a06f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. fix: remove duplicate content in agent-basis.md (fix Snailclimb#2808)

    Removed 14 duplicate lines from the Agentic Workflows section.
    Senrian committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    9fe4f7c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. Merge pull request Snailclimb#2810 from Senrian/fix-duplicate-v3

    fix: remove duplicate content in agent-basis.md (fix Snailclimb#2808)
    Snailclimb authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    eaaa61d View commit details
    Browse the repository at this point in the history
Loading