IntelliJ Idea的安装与使用

1,安装步骤:在Ubuntu系统中安装IntelliJ IDEA的步骤https://ywnz.com/linuxjc/2895.html

解压到opt目录:

sudo tar -zxvf ideaIU-2018.2.2cd.tar.gz -C /opt

切换到idea的bin目录:

cd /opt /idea-IU-182.4129.33/bin

运行idea.sh:

./idea.sh

注:./表示当前目录。Linux默认搜索目录中没有包含当前目录,所以我们要执行当前目录的命令,就要加上前缀./,当然用全路径代替也是可以的。Windows就没有这个毛病,但是Windows下有个工具叫做powershell,沿袭了这个传统。

2.学习资料W3Cschool中idea学习的官方文档https://www.w3cschool.cn/intellij_idea_doc/intellij_idea_doc-j15x2yh0.html

 英文文档:http://www.jetbrains.com/help/idea/2016.3/configuring-node-js-interpreters.html

3.idea 安装三方插件的方法https://www.cnblogs.com/lovling/p/9339766.html

posted on 2019-09-08 09:40  Limer98  阅读(169)  评论(0编辑  收藏  举报

导航