Intellij IDEA Tutorial (the most complete history)

This blog belongs to the original author without permission prohibited reproduced, please respect the original! If you have questions, please contact QQ509961766

I. Background

IDEA stands for IntelliJ IDEA, a java programming language integrated development environment. IntelliJ in the industry is recognized as the best java development tools, especially in the intelligent code assist, code tips, reconstruction, J2EE support, various versions of tools (git, svn, etc.), JUnit, CVS integration, code analysis, innovations GUI design and other aspects of the function can be said to be exceptional. JetBrains IDEA is the company's products, the company is headquartered in Prague, capital of the Czech Republic, the developer rigorous known mainly Eastern European programmers. Its flagship version also supports HTML, CSS, PHP, MySQL, Python and so on. Free version only supports Python and a few other languages.

二.IDEA VS Eclipse

As the most popular coding tools, idea and eclipse has many fans in the Worldwide Developers in fact, the biggest difference between the 2 but is wordspace and project, module, transfer idea from the eclipse began very accustomed to, did not work because the idea of ​​space, only project, but also modular projects.

IDEA most cattle X is a natural function of debugging (Debug), can debug Java code, JavaScript, JQuery, Ajax and other technologies. Map view objects such as type, if the implementation class uses a hash map, the filter is automatically empty Entry examples.
Secondly, the need for a value expression of the dynamic Evaluate, for example, I have an instance of a class, but does not know its API, Code Completion can point out the methods it supports.
Finally, in the case of multi-threaded debugging, Log on console functions can help you check the implementation of multi-threading.
Here Insert Picture Description

III. Contents

Intellij IDEA tutorial (a) the Jdk installation and configuration
Intellij IDEA tutorial (ii) Maven installation and configuration
Intellij IDEA tutorial (c) the Tomcat installation and configuration
Intellij IDEA tutorial (D) IDEA installation and configuration
Intellij IDEA Tutorial (V ) New construction module
Intellij IDEA tutorial (six) SVN use
Intellij IDEA tutorial (seven) GitHub use
Intellij IDEA tutorial (eight) Gitee use
Intellij IDEA tutorial (nine) IDEA import Eclipse project
Intellij IDEA tutorial (X) IDEA Notes Notes
Intellij IDEA tutorial (XI) IDEA-themed
Intellij IDEA tutorial (xii) IDEA common plug-ins
Intellij IDEA tutorial (XIII) IDEA other configurations
Intellij IDEA tutorial (xiv) IDEA Keyboard shortcuts

Published 75 original articles · won praise 44 · views 510 000 +

Guess you like

Origin blog.csdn.net/u013254183/article/details/105152312