From 427a5865e9f6169d3214cf86f795b4eb3588426a Mon Sep 17 00:00:00 2001 From: "Judas.n" Date: Wed, 19 Oct 2016 09:45:05 +0800 Subject: [PATCH] Update TOC.md --- TOC.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/TOC.md b/TOC.md index e4c08d2..f175dc7 100644 --- a/TOC.md +++ b/TOC.md @@ -1,17 +1,17 @@ -- [1.IntelliJ IDEA 介绍](introduce.md) -- [2.本教程介绍](about-this-tutorial.md) +- [1.IntelliJ IDEA 介绍(新用户必看)](introduce.md) +- [2.本教程介绍(新用户必看)](about-this-tutorial.md) - [3.Windows 下安装](windows-install.md) - [4.Ubuntu 下安装](ubuntu-install.md) - [5.Mac 下安装](mac-install.md) -- [6.安装总结](install-summarize.md) -- [7.首次运行](first-run-wizard.md) -- [8.安装目录讲解、IDE 设置云同步](installation-directory-introduce.md) -- [9.界面讲解](interface-introduce.md) -- [10.主题字体和文件编码修改](theme-settings.md) -- [11.各类文件类型图标讲解](file-symbols-introduce.md) -- [12.索引的讲解](IntelliJ-IDEA-cache.md) -- [13.编译方式讲解](make-introduce.md) -- [14.项目相关概念讲解](project-composition-introduce.md) +- [6.安装总结(新用户必看)](install-summarize.md) +- [7.首次运行(新用户必看)](first-run-wizard.md) +- [8.安装目录讲解、IDE 设置云同步(新用户必看)](installation-directory-introduce.md) +- [9.界面讲解(新用户必看)](interface-introduce.md) +- [10.主题字体和文件编码修改(新用户必看)](theme-settings.md) +- [11.各类文件类型图标讲解(新用户必看)](file-symbols-introduce.md) +- [12.索引的讲解(新用户必看)](IntelliJ-IDEA-cache.md) +- [13.编译方式讲解(新用户必看)](make-introduce.md) +- [14.项目相关概念讲解(新用户必看)](project-composition-introduce.md) - [15.Hello World 的 Java 项目创建和项目配置文件讲解](project-settings.md) - [16.版本控制讲解](vcs-introduce.md) - [17.实时代码模板讲解](live-templates-introduce.md) @@ -30,9 +30,9 @@ - [30.IntelliJ IDEA 常用设置-2](settings-introduce-2.md) - [31.IntelliJ IDEA 常用设置-3](settings-introduce-3.md) - [32.IntelliJ IDEA 常用设置-4](settings-introduce-4.md) -- [33.IntelliJ IDEA 常用快捷键讲解(Win+Linux)](keymap-introduce.md) -- [34.IntelliJ IDEA 常用快捷键讲解(Mac)](keymap-mac-introduce.md) +- [33.IntelliJ IDEA 常用快捷键讲解(Win+Linux)(新用户必看)](keymap-introduce.md) +- [34.IntelliJ IDEA 常用快捷键讲解(Mac)(新用户必看)](keymap-mac-introduce.md) - [35.IntelliJ IDEA 的 Java 热部署插件 JRebel 安装及使用](jrebel-setup.md) - [36.IntelliJ IDEA 远程调试(Tomcat+Jetty)](remote-debugging.md) -- [37.最特殊的快捷键 Alt + Enter 介绍](hotkey-alt-enter-introduce.md) +- [37.最特殊的快捷键 Alt + Enter 介绍(新用户必看)](hotkey-alt-enter-introduce.md) - [38.本教程总结](this-tutorial-the-end.md) -- GitLab