IntelliJ IDEA 使用

下载安装

配置Tomcat

https://blog.csdn.net/yb305/article/details/79398741

下载离线插件

http://plugins.jetbrains.com/
(直接在setting-plugins-install plugins form disk...选择下载的文件即可)

激活

  1. 方法一:适用于社区版,注册策略:http://idea.iteblog.com/
  2. 方法二:适用于专业版,https://blog.csdn.net/qq_29039705/article/details/78834099

配置

设置关联文件类型

如果文件类型未知,idea会建议你去注册一个类型,操作:右击文件->Register New File Type Association
如果不小心选错了文件的association type,进入Settings->Preferences-> File Types,找到正确的type,在其下添加该文件,弹出确认即可

设置全局默认属性(如:maven)

入口:File-Other Settings-Default Settings...

这这里修改idea的默认属性,下次打开新项目的时候,默认使用这里的配置

使用

debug

https://www.cnblogs.com/chiangchou/p/idea-debug.html

Mac 下的问题

启用报错

/Users/***/Library/Caches/PyCharmCE2017.2' is invalid.
If you have modified the 'idea.system.path' property please make sure it is correct.

解决方案:

sudo chmod -R 777 /Users/***/Library/Caches

Idea突然不停indexing的问题

打开File -> Invalidate Caches/ Restart,选择Invalidate and Restart,之后会重启Idea,然后就解决啦

idea日志路径

/Users/***/Library/Logs/IntelliJIdea2018.1/idea.log

你可能感兴趣的:(IntelliJ IDEA 使用)