Skip to content

Latest commit

 

History

History

Chapter3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

第三章 IntelliJ IDEA

工欲善其事,必先利其器!

关于IDE是什么?

IDE stands for Integrated Development Environment. It is a combination of multiple tools, which make software development process easier, robust and less error-prone.
IDE代表集成开发环境。它是多种工具的组合,使软件开发过程更轻松,更强大且不易出错。

Intellij IDEA是JetBrains公司的产品,这家公司总部位于捷克共和国的首都布拉格,开发人员以严谨著称的东欧程序员为主。Intellij IDEA简称IDEA,其毫无疑问是Java开发IDE中的佼佼者。当然,其还最擅长的是支持Java语言,还可以用来做Python, PHP等语言的IDE。

Intellij IDEA分为旗舰版和社区版,旗舰版可以免费试用30天,社区版本免费使用,但是功能上对比旗舰版有所缩减。本章关于Intellij IDEA的内容基于社区版。