-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: asrod/JavaGuide
base: main
head repository: Snailclimb/JavaGuide
compare: main
- 11 commits
- 14 files changed
- 4 contributors
Commits on Mar 27, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 456f536 - Browse repository at this point
Copy the full SHA 456f536View commit details
Commits on Mar 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5bba638 - Browse repository at this point
Copy the full SHA 5bba638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 512f335 - Browse repository at this point
Copy the full SHA 512f335View commit details -
docs(ai): 补充 Agent 文章并更新 AI 区导航
- 新增 context-engineering、prompt-engineering 文档 - 更新 docs/ai/README 与 sidebar/ai.ts 入口 - 调整 idea-qoder-plugin、trae-m2.7 等内容 - 根 README 增加相关说明
Configuration menu - View commit details
-
Copy full SHA for a6df146 - Browse repository at this point
Copy the full SHA a6df146View commit details
Commits on Mar 30, 2026
-
Merge pull request Snailclimb#2806 from ZhangChunJie1/patch-1
Update comments on static variable storage in Java
Configuration menu - View commit details
-
Copy full SHA for 4978a39 - Browse repository at this point
Copy the full SHA 4978a39View commit details -
Merge pull request Snailclimb#2803 from kimagery/kimagery-patch-1
Update java8-tutorial-translate.md
Configuration menu - View commit details
-
Copy full SHA for a0ac4de - Browse repository at this point
Copy the full SHA a0ac4deView commit details
Commits on Mar 31, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b2d4759 - Browse repository at this point
Copy the full SHA b2d4759View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a44d67 - Browse repository at this point
Copy the full SHA 3a44d67View commit details -
Merge pull request Snailclimb#2807 from Senrian/fix/spring-annotation…
…s-title fix: 修正Spring注解文章标题并添加注解分类总结表 (fix Snailclimb#2656)
Configuration menu - View commit details
-
Copy full SHA for 721a06f - Browse repository at this point
Copy the full SHA 721a06fView commit details
Commits on Apr 1, 2026
-
fix: remove duplicate content in agent-basis.md (fix Snailclimb#2808)
Removed 14 duplicate lines from the Agentic Workflows section.
Configuration menu - View commit details
-
Copy full SHA for 9fe4f7c - Browse repository at this point
Copy the full SHA 9fe4f7cView commit details
Commits on Apr 2, 2026
-
Merge pull request Snailclimb#2810 from Senrian/fix-duplicate-v3
fix: remove duplicate content in agent-basis.md (fix Snailclimb#2808)
Configuration menu - View commit details
-
Copy full SHA for eaaa61d - Browse repository at this point
Copy the full SHA eaaa61dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main