
IDEA相关
文章平均质量分 52
Chandler丶
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IDEA : Unable to save settings: Failed to save settings. Please restart IntelliJ IDEA解决办法
趁着618在天猫和京东组了一波台式机,装好win10,在idea2015开撸代码修改完毕设置出现这个问题: Unable to save settings: Failed to save settings. Please restart IntelliJ IDEA。 在网络上搜索了一波发现 https://blog.csdn.net/a879646668/article/details/702...原创 2018-06-05 20:27:13 · 18952 阅读 · 1 评论 -
Error:Cannot build artifact 'mmall:war exploded' because it is included into a circular dependency (
集群的时候启动另一个Tomcat报错 Error:Cannot build artifact ‘mm:war exploded’ because it is included into a circular dependency (artifact ‘mm:war exploded’, artifact ‘mm2:war exploded’) 1. 先把Tomcat原来的给remove掉 2...原创 2018-08-23 18:01:32 · 1447 阅读 · 0 评论 -
IntelliJ IDEA 构建maven多模块工程项目
最近使用IDEA创建多依赖项目花了一点时间,老规矩总结记录一波。 详细步骤 1.创建Maven工程,勾选 Create from archetype ,选择后缀为 site-simple 模板点击下一步 2.填写 GroupId 和 Artifactid 3.选择好本地的maven版本 4.完成之后,点击File -> Project Structure 5.选择 Modules ,...原创 2018-09-19 18:31:20 · 523 阅读 · 0 评论 -
IntelliJ IDEA常用快捷键
跳转 Ctrl + Alt + [ 和 Ctrl + Alt + ] Windows下IDEA项目间跳转快捷键 ctrl + shift + e 最近编辑文件 ctrl + shift + <- 最新浏览位置的修改 alt+shift+F 添加到favorites 添加bookmarks和跳转bookmarks 添加:ctrl+F11 跳转:ctrl+数字或字母 总览:shift +F11 ...原创 2019-05-16 17:35:32 · 322 阅读 · 0 评论