暗黑主题是小哈非常推荐的主题,背景色是黑色,长期使用起来也不伤眼,效果如下:这里以设置豆沙绿为背景色为例,依次点击菜单 File -> Settings -> Editor -> Colors Scheme -> General -> Text -> Default text :豆沙绿。
点击菜单 File -> Version Control -> Git, 在 Path to Git executable 中配置 Git 的启动路径,启动路径为 Git 安装目录中的 /cmd/git.exe , 当 Git 安装成功后,进入到 IDEA 中下面的配置框,可以看到 IDEA 会自动识别出正确的启动路径,所以,正常情况下是无需手动配置,直接点击 【Test】 按钮,若正确打印 Git 版本号,则表示配置成功。
JPDA is a multi-tiered debugging architecture that allows tools developers to easily create debugger applications which run portably across platforms, virtual machine implementations and JDK versions.