IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

IDEA的安装及配置

一、进入Intellij的官网,点击Download进行下载

IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

有两种:Ultimate和Community,我安装的是Community的,因为这个不收费,功能相对前面少一点,但是一般来说也够用啦 ~
(想用旧版的可以点击Other versions,我比较喜欢新的,就下载最新版喽)
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

下载好了
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

二、进行安装

双击上面下载好的应用程序
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

常规操作Next,修改安装路径(安装到自己想要的路径)
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

出现如下界面,我们只选Create Desktop Shortcut ,电脑多少位选择多少位,Next
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

还需要勾选java

Install懂我意思吧!(直接下一步)
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

漫长的等待…
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

完成/finish
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

三、进行配置

Continue(继续)
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

选择Don’t send
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

点击New Project,新建一个Java项目
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

点击Empty Project,然后Next
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

设置项目路径及名称
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

然后就开始给你弹窗~
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

点击Modules,然后点击小➕,New module
我来解释一下Module
Eclipse 中 workspace  相当于 IDEA 中的 Project
Eclipse 中 Project    相当于  IDEA 中的Module

IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

Module SDK-Add JDK…然后Next-finish

IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文
ok
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

测试一下,创建package,创建class类(找到src,右键创建class)

IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

使用IDAE开发helloworld

注意事项

IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

IDAE改为中文

Ctrl+Alt+S快捷键打开Settings界面
选择Plugins
在搜索部分搜索chinese,选择下方的Chinese(simplified)Language下载
最后重启软件即可
IDEA的安装及配置,使用IDAE开发helloworld,IDAE改为中文

已经显示为中文了 !!!!!

上一篇:15、Spring Boot整合--redis


下一篇:【02期】你能说说Spring框架中Bean的生命周期吗?