到新公司上班,老板让使用intelij idea 时遇到的问题。
1.下载intelij idea的官网地址(http://www.jetbrains.com/
2.快捷键(我最常用的就几个)


  • ctrl + F 当前问本内查找
  • ctrl + shift + N 查找某个文件
  • ctrl + R 文本替换
  • ctrl + shift + R 整个项目的文本替换
  • ctrl + Alt + T 添加 try… catch

3.git配置
git下载地址(https://git-scm.com/downloads
安装好git需要配置idea 的git
按照下面如偏的顺序配置就可以。如果test成功就完成了

intelij idea 使用新手遇到的问题

4.检出项目
VCS –> Check out from Version Control –> Git
先测试,如果成功就clone(在我自己测试的时候地址是选择https打头的那个,同时需要注意修改服务器的地址
intelij idea 使用新手遇到的问题
5.给项目添加 Version Control
项目导入进来之后,因为他是多个模块的一个项目,需要我自己在添加一下version Control ,否则提交不了文件到git。

相关文章:

  • 2021-08-02
  • 2021-11-03
  • 2022-01-02
  • 2021-05-30
  • 2021-07-31
  • 2021-12-04
  • 2021-05-01
  • 2021-07-14
猜你喜欢
  • 2022-01-03
  • 2021-05-12
  • 2021-11-17
  • 2021-12-01
  • 2021-11-13
  • 2021-06-08
  • 2021-07-29
相关资源
相似解决方案