摘要: 必要配置 设置字符集(Settings) 设置字符集(Other Settings) 设置字节码版本 设置项目模块开发语言版本 常用配置 Other Settings(默认设置)和Settings的区别: IDEA不像Eclipse那样可以在一个窗口中打开多个项目,IDEA每次打开一个新的项目都需要 阅读全文
posted @ 2020-07-05 19:55 WeiKing 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 下面安装的六步和通过Maven安装Java项目的方式相同 如果刚安装完IDEA,直接点击[Create New Project] 左侧选择Maven,然后先勾选上部的[Create from archetype],然后右侧选择[maven-archetype-quickstart] 填写GroupI 阅读全文
posted @ 2020-07-05 17:47 WeiKing 阅读(1421) 评论(0) 推荐(0) 编辑
摘要: scala下载地址:https://www.scala-lang.org/download/ scala插件离线下载地址:https://plugins.jetbrains.com/plugin/1347-scala 注意点: IDEA 不直接支持Scala语言开发,要下载对应的scala的插件才可 阅读全文
posted @ 2020-07-05 16:45 WeiKing 阅读(1039) 评论(0) 推荐(0) 编辑