Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
LunaSpica
/
JavaGuide
Public
forked from
Snailclimb/JavaGuide
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on May 3, 2026
fix: 修正 AOT/JIT 优势描述中打包体积的归属 (#2842)
Show description for 01ab2d8
fffg-o
authored
01ab2d8
View commit details
Copy full SHA for 01ab2d8
Browse repository at this point
优化 StringBuffer 与 StringBuilder 性能说明,避免歧义 (#2843)
Show description for 210d711
fffg-o
authored
210d711
View commit details
Copy full SHA for 210d711
Browse repository at this point
Commits on Apr 30, 2026
fix: 修正 AQS 表格中 tryReleaseShared 的参数类型为 int
Snailclimb
committed
39a3022
View commit details
Copy full SHA for 39a3022
Browse repository at this point
Merge pull request #2835 from Snailclimb/dependabot/npm_and_yarn/xmldom/xmldom-0.9.10
Show description for c0198d7
Snailclimb
authored
c0198d7
View commit details
Copy full SHA for c0198d7
Browse repository at this point
Merge pull request #2838 from Senrian/fix-issue-2466
Show description for 56c7b13
Snailclimb
authored
56c7b13
View commit details
Copy full SHA for 56c7b13
Browse repository at this point
Merge pull request #2841 from zuyua9/docs/mysql-boolean-type
Show description for 629860f
Snailclimb
authored
629860f
View commit details
Copy full SHA for 629860f
Browse repository at this point
fix: 修正 ZonedDateTime 转 LocalDateTime 输出示例中的时间错误
Snailclimb
committed
a6064ba
View commit details
Copy full SHA for a6064ba
Browse repository at this point
更新下README和主页
Snailclimb
committed
c2579a7
View commit details
Copy full SHA for c2579a7
Browse repository at this point
docs(mysql): clarify boolean type mapping
zuyua9
committed
acf1426
View commit details
Copy full SHA for acf1426
Browse repository at this point
Commits on Apr 25, 2026
Update rag-vector-store.md
Snailclimb
committed
0fc3530
View commit details
Copy full SHA for 0fc3530
Browse repository at this point
fix: 修正关于CountDownLatch使用场景的描述 (#2837)
Show description for 673e6af
YuchangLi
authored
673e6af
View commit details
Copy full SHA for 673e6af
Browse repository at this point
补充 OpenAI 官方工具 (#2839)
Show description for 85a0bb4
5ME
authored
85a0bb4
View commit details
Copy full SHA for 85a0bb4
Browse repository at this point
docs: clarify connector permission check in MySQL execution flow (fix #2466)
Senrian
committed
d64903a
View commit details
Copy full SHA for d64903a
Browse repository at this point
Commits on Apr 22, 2026
docs: 优化完善对skills和AI工作流的介绍
Snailclimb
committed
f30f7d5
View commit details
Copy full SHA for f30f7d5
Browse repository at this point
build(deps): bump @xmldom/xmldom from 0.9.9 to 0.9.10
Show description for b9d5d7e
dependabot[bot]
authored
b9d5d7e
View commit details
Copy full SHA for b9d5d7e
Browse repository at this point
Commits on Apr 21, 2026
docs: 新增 Claude Code 使用指南与 Codex 最佳实践指南
Show description for bf17588
Snailclimb
committed
bf17588
View commit details
Copy full SHA for bf17588
Browse repository at this point
Commits on Apr 17, 2026
docs: fix tryReleaseShared parameter type (issue #2832)
Senrian
committed
21795fc
View commit details
Copy full SHA for 21795fc
Browse repository at this point
Commits on Apr 16, 2026
Update mysql-questions-01.md (#2830)
Show description for 8b9d7da
173846635
authored
8b9d7da
View commit details
Copy full SHA for 8b9d7da
Browse repository at this point
Update interview-guide.md
Snailclimb
committed
33a7c3a
View commit details
Copy full SHA for 33a7c3a
Browse repository at this point
fix: 修复 Dependabot 安全告警,升级间接依赖版本
Show description for dfda90c
Snailclimb
committed
dfda90c
View commit details
Copy full SHA for dfda90c
Browse repository at this point
Commits on Apr 15, 2026
docs: 规范化 zhuanlan 目录文章排版,优化 Harness Engineering 文章
Show description for 9693847
Snailclimb
committed
9693847
View commit details
Copy full SHA for 9693847
Browse repository at this point
fix: correct volatile description for AQS state variable (issue #2516) (#2829)
Show description for b7b3f1a
Senrian
authored
b7b3f1a
View commit details
Copy full SHA for b7b3f1a
Browse repository at this point
fix: 修正 GC 章节中"运行时常量池"为"字符串常量池" (#2828)
Show description for 38f77e3
xdydx
authored
38f77e3
View commit details
Copy full SHA for 38f77e3
Browse repository at this point
Commits on Apr 13, 2026
docs: 优化工作流文章排版,配图改用 SVG 格式
Show description for 226f968
Snailclimb
committed
226f968
View commit details
Copy full SHA for 226f968
Browse repository at this point
docs: 移除 AI Agent 系列文章中无效的 icon 字段
Snailclimb
committed
9be884e
View commit details
Copy full SHA for 9be884e
Browse repository at this point
docs: 新增 AI 工作流 Workflow、Graph 与 Loop 文章
Show description for 6358a37
Snailclimb
committed
6358a37
View commit details
Copy full SHA for 6358a37
Browse repository at this point
Merge pull request #2824 from makabakai/patch-1
Show description for aac8d31
Snailclimb
authored
aac8d31
View commit details
Copy full SHA for aac8d31
Browse repository at this point
Merge pull request #2826 from 6666ccc/main
Show description for 96bf7d9
Snailclimb
authored
96bf7d9
View commit details
Copy full SHA for 96bf7d9
Browse repository at this point
Add files via upload
Show description for d901c75
6666ccc
authored
d901c75
View commit details
Copy full SHA for d901c75
Browse repository at this point
docs:AI部分文章文字优化润色
Show description for bc97054
Snailclimb
committed
bc97054
View commit details
Copy full SHA for bc97054
Browse repository at this point
Commits on Apr 12, 2026
docs:新增Context Engineering和Prompt Engineering
Snailclimb
committed
8570160
View commit details
Copy full SHA for 8570160
Browse repository at this point
改正了类型擦除的英文表述
Show description for 1c5e23b
makabakai
authored
1c5e23b
View commit details
Copy full SHA for 1c5e23b
Browse repository at this point
Commits on Apr 10, 2026
docs:AI部分文章文字优化润色
Snailclimb
committed
3d22d02
View commit details
Copy full SHA for 3d22d02
Browse repository at this point
Commits on Apr 9, 2026
Merge pull request #2820 from Snailclimb/fix/syntactic-sugar-iterator-description
Show description for d30088b
Snailclimb
authored
d30088b
View commit details
Copy full SHA for d30088b
Browse repository at this point
fix: 修正增强 for 循环中 Iterator fail-fast 机制的描述
Show description for 2839f2b
Snailclimb
committed
2839f2b
View commit details
Copy full SHA for 2839f2b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.