# 高级搜索
- 【高级搜索页】GitHub · Where software is built: https://github.com/search/advanced
- 【帮助文档】About searching on GitHub - GitHub Docs: https://docs.github.com/en/search-github/getting-started-with-searching-on-github/about-searching-on-github
# 快捷键
Keyboard shortcuts - GitHub Docs: https://docs.github.com/en/get-started/using-github/keyboard-shortcuts
*不区分大小写
t激活文件查找器l跳转至代码的某一行
# 在线运行项目
- Gitpod: Always ready to code.: https://www.gitpod.io/
- 在
url前添加https://gitpod.io#即可
# Codespaces
- GitHub 代码空间文档 - GitHub Docs https://docs.github.com/cn/codespaces
# Java & Maven
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
"jdkDistro": "ms",
"installGradle": "false",
"gradleVersion": "latest",
"installMaven": "true",
"mavenVersion": "latest"
}
}
}
