Intellij Idea 简明教程
Intellij Idea Tutorial
IntelliJ IDEA(以下称为 IntelliJ)是用于 Java 的最强大且最受欢迎的集成开发环境 (IDE) 之一。它由 JetBrains 开发和维护,并且有社区版和旗舰版可供选择。这款功能丰富的 IDE 能够快速开发,并有助于提高代码质量。本教程从基本介绍开始,逐步深入高级功能。本教程分为 2 部分:初学者可以从前 4 章开始。其他人可以直接跳到第 5 章。
IntelliJ IDEA (hereafter referred as IntelliJ) is one of the most powerful and popular Integrated Development Environments (IDE) for Java. It was developed and is maintained by JetBrains, and is available in community and ultimate edition. This feature-rich IDE enables rapid development and helps in improving code quality. This tutorial starts with a basic introduction and slowly dives deep into the advanced features. The tutorial is divided into 2 parts: beginners can start from the first 4 chapters. Others can skip over directly to Chapter-5.
Audience
本教程面向首次学习者以及 IntelliJ 的中等用户。初学者将很好地了解 IntelliJ 及其功能,而其他人会将他们对此主题的知识提升到一个新水平。
This tutorial is targeted for first-time learners, as well as moderate users of IntelliJ. Beginners will get a fair understanding about IntelliJ and its functioning, and others will be able to take their knowledge on this subject to the next level.
Prerequisites
本教程要求读者对软件开发流程以及 Java 编程语言有一定的预备知识。在本教程的后续部分,我们将讨论与构建工具、单元测试框架、调试器、分析、版本控制系统和数据库的集成。假设所需的工具已在系统上安装并配置,并且读者熟悉这些工具。
This tutorial requires that the readers have some preliminary knowledge of the software development process, along with Java programming language. In the later sections of this tutorial, we will discuss integration with build tools, unit testing frameworks, debugger, profiling, version control system and database. It is assumed that the required tools are installed and configured on system and reader is familiar with those tools.