|
18 | 18 |
|
19 | 19 | ## 目录(Contents)
|
20 | 20 |
|
21 |
| -- [IntelliJ IDEA 介绍](introduce.md) |
22 |
| -- [本教程介绍](about-this-tutorial.md) |
23 |
| -- [Windows 下安装](windows-install.md) |
24 |
| -- [Ubuntu 下安装](ubuntu-install.md) |
25 |
| -- [Mac 下安装](mac-install.md) |
26 |
| -- [安装总结](install-summarize.md) |
27 |
| -- [首次运行](first-run-wizard.md) |
28 |
| -- [安装目录讲解](installation-directory-introduce.md) |
29 |
| -- [界面讲解](interface-introduce.md) |
30 |
| -- [主题字体和文件编码修改](theme-settings.md) |
31 |
| -- [各类文件类型图标讲解](file-symbols-introduce.md) |
32 |
| -- [索引的讲解](IntelliJ-IDEA-cache.md) |
33 |
| -- [编译方式讲解](make-introduce.md) |
34 |
| -- [项目相关概念讲解](project-composition-introduce.md) |
35 |
| -- [Hello World 项目创建和项目配置文件讲解](project-settings.md) |
36 |
| -- [版本控制讲解](vcs-introduce.md) |
37 |
| -- [实时代码模板讲解](live-templates-introduce.md) |
38 |
| -- [文件代码模板讲解](file-templates-introduce.md) |
39 |
| -- [Emmet 讲解](emmet-introduce.md) |
40 |
| -- [Postfix Completion 讲解](postfix-completion-introduce.md) |
41 |
| -- [插件讲解](plugins-settings.md) |
42 |
| -- [Eclipse 的 Java Web 项目环境搭建](eclipse-java-web-project-introduce.md) |
43 |
| -- [Maven 项目介绍](maven-project-introduce.md) |
44 |
| -- [Debug 讲解](debug-introduce.md) |
45 |
| -- [重构讲解](refactor-introduce.md) |
46 |
| -- [数据库管理工具](database-introduce.md) |
47 |
| -- [IntelliJ IDEA 常用设置](settings-introduce.md) |
48 |
| -- [IntelliJ IDEA 常用快捷键讲解](keymap-introduce.md) |
49 |
| -- [IntelliJ IDEA 的 Java 热部署插件 JRebel 安装及使用](jrebel-setup.md) |
50 |
| -- [本教程总结](this-tutorial-the-end.md) |
| 21 | +- [1.IntelliJ IDEA 介绍](introduce.md) |
| 22 | +- [2.本教程介绍](about-this-tutorial.md) |
| 23 | +- [3.Windows 下安装](windows-install.md) |
| 24 | +- [4.Ubuntu 下安装](ubuntu-install.md) |
| 25 | +- [5.Mac 下安装](mac-install.md) |
| 26 | +- [6.安装总结](install-summarize.md) |
| 27 | +- [7.首次运行](first-run-wizard.md) |
| 28 | +- [8.安装目录讲解](installation-directory-introduce.md) |
| 29 | +- [9.界面讲解](interface-introduce.md) |
| 30 | +- [10.主题字体和文件编码修改](theme-settings.md) |
| 31 | +- [11.各类文件类型图标讲解](file-symbols-introduce.md) |
| 32 | +- [12.索引的讲解](IntelliJ-IDEA-cache.md) |
| 33 | +- [13.编译方式讲解](make-introduce.md) |
| 34 | +- [14.项目相关概念讲解](project-composition-introduce.md) |
| 35 | +- [15.Hello World 项目创建和项目配置文件讲解](project-settings.md) |
| 36 | +- [16.版本控制讲解](vcs-introduce.md) |
| 37 | +- [17.实时代码模板讲解](live-templates-introduce.md) |
| 38 | +- [18.文件代码模板讲解](file-templates-introduce.md) |
| 39 | +- [19.Emmet 讲解](emmet-introduce.md) |
| 40 | +- [20.Postfix Completion 讲解](postfix-completion-introduce.md) |
| 41 | +- [21.插件讲解](plugins-settings.md) |
| 42 | +- [22.Eclipse 的 Java Web 项目环境搭建](eclipse-java-web-project-introduce.md) |
| 43 | +- [23.Maven 项目介绍](maven-project-introduce.md) |
| 44 | +- [24.Debug 讲解](debug-introduce.md) |
| 45 | +- [25.重构讲解](refactor-introduce.md) |
| 46 | +- [26.数据库管理工具](database-introduce.md) |
| 47 | +- [27.IntelliJ IDEA 常用设置](settings-introduce.md) |
| 48 | +- [28.IntelliJ IDEA 常用快捷键讲解](keymap-introduce.md) |
| 49 | +- [29.IntelliJ IDEA 的 Java 热部署插件 JRebel 安装及使用](jrebel-setup.md) |
| 50 | +- [30.本教程总结](this-tutorial-the-end.md) |
51 | 51 |
|
52 | 52 | ## 联系(Contact)
|
53 | 53 |
|
|
0 commit comments