发布于 2018-01-17 00:48:04 | 187 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的IntelliJ IDEA使用教程,程序狗速度看过来!
IDEA java开发集成环境
IDEA 全称IntelliJ IDEA,是java语言开发的集成环境,IntelliJ在业界被公认为最好的java开发工具之一,尤其在智能代码助手、代码自动提示、重构、J2EE支持、Ant、JUnit、CVS整合、代码审查、 创新的GUI设计等方面的功能可以说是超常的。
IntelliJ IDEA 2017.3.3 已发布,这是最近发布的 IntelliJ IDEA 2017.3 的第三个 bug 修复更新版本。从网站下载最新版本或使用 Toolbox App 获取更新。
本次更新包含许多修复和改进,参阅发行说明以查看此更新修复的问题的完整列表。
下面介绍一下值得关注的更新:
The Tool Window docking issue has been fixed: IDEA-149061.
The Gradle import is performed in the background: IDEA-180044, IDEA-183647, IDEA-179200.
The ability to pause the terminal output: IDEA-140061.
Now the IDE correctly resolves the dependency with the “bundle” type: IDEA-117578.
Fixed an issue which caused the loss of all run configurations: IDEA-182966.
Now the Flatten Modules option is also available from the Project Tool Window: IDEA-183022.
Now, after selecting a branch, the Merge from… action invokes the Select Merge Variant dialog: IDEA-182963.
Spring: the Field injection warning inspection works correctly again: IDEA-178523.
此外,用于 x86_64 的新的 1.8.0_152-release-1024-b11 JDK 修复了以下的问题
Low-resolution application icon loading on Windows with HiDPI displays JRE-580.
Crash of the 32-bit version on Windows JRE-590.
REST 客户端的增强功能已经实现了新的自动格式化请求结果功能。现在,IDE 可以分析 Content-Type 并相应地设置响应的格式。