首页  

IntelliJ IDEA 介绍     所属分类 idea 浏览量 725
人性化 智能

https://www.jetbrains.com/idea/download/#section=mac

社区版 Community
For JVM and Android development

/Applications/IntelliJ IDEA CE.app/Contents/bin
配置文件
idea.properties
idea.vmoptions

首次加载项目会创建索引,用来加快文件查询,加快各种查找、代码提示等操作
索引可能会损坏 ,导致莫名其妙的问题
可 清理 缓存和索引
file / invalidate caches

File | Repair IDE
一键修复,告别各种疑难杂症

project 
module

实时编译和手动编译
选定源文件  build / recompile 'xxx'
build project
rebuild project    花的时间会比较长
build module 'xxx'

settings / compiler    
build process heap size 建议调大

上一篇     下一篇
c语言 hello world 高逼格版本

IDEA 源码阅读技巧

Scala 实用代码

MAC 安装 wget

minio搭建

大数据存储架构简介