文章目录
- 1.the file is idented with 2 spaces instead of 4
- 2.maven repository needs to be imported
- 3.快速导入父类活接口定义方法
- 4.
- 5.Project SDK is not defined
- 6.idea打包成jar包。
- 7.Idea集成Maven
- 8.idea中的maven update
- 9、创建项目时的Scratches and Consoles
- 10、idea包平铺展示修改
- 11、隐藏.idea和.iml文件
- 12.maven模板创建web项目报错
- 13、maven模板创建web项目,项目结构完全不对
- 14、SVN拉下来的代码,在idea打开时,提示:Do you want to schedule the following file for addition to Subversion?。。。。。.iml
- 15、代码库拉下代码,报错,各种jar包找不到。但是本地仓库是有jar包的。
- 16.White space is required before the encoding pseudo attribute in the XML declaration.
1.the file is idented with 2 spaces instead of 4
解决:典型脑子疼,你管我用tab还是用空格呢,可设置。
2.maven repository needs to be imported
解决:其下边选择导入即可。
3.快速导入父类活接口定义方法
解决:alt+enter
4.
如果你的代码没有问题,很大原因是pom.xml依赖缺失。我是b站看的黑马视频,他的缺少很多依赖。网上找一份比较全的依赖导入就好了。
5.Project SDK is not defined
https://blog.csdn.net/qq2710393/article/details/83051067原因分析看这里就好,该播主写的步骤比较简单,我重新截了一下图。
找到对应的,齐活。
6.idea打包成jar包。
注意!!!!!!!经过实践,网上学到的该方法打出来的jar包,引用到项目中根本就不好用。关于正确方法,我正在研究。
7.Idea集成Maven
该博主写的挺详细的:https://blog.csdn.net/it_lihongmin/article/details/80782740
8.idea中的maven update
https://www.cnblogs.com/solvit/p/9967434.html
9、创建项目时的Scratches and Consoles
参考:实际项目开发基本没用https://blog.csdn.net/qq_43152052/article/details/100602202
10、idea包平铺展示修改
去掉√
11、隐藏.idea和.iml文件
参考:https://blog.csdn.net/weixin_41699562/article/details/99552780
12.maven模板创建web项目报错
[ERROR] Error executing Maven.
[ERROR] 2 problems were encountered while building the effective settings
[FATAL] Non-parseable settings D:\apache-maven-3.6.1\conf\settings.xml: Duplicated tag: ‘profiles’ (position: START_TAG seen … variables for plugins in the POM.\n |\n |–>\n … @218:13) @ D:\apache-maven-3.6.1\conf\settings.xml, line 218, column 13
[FATAL] Non-parseable settings D:\apache-maven-3.6.1\conf\settings.xml: Duplicated tag: ‘profiles’ (position: START_TAG seen … variables for plugins in the POM.\n |\n |–>\n … @218:13) @ D:\apache-maven-3.6.1\conf\settings.xml, line 218, column
13、maven模板创建web项目,项目结构完全不对
项目结构完全不对:
参考:https://blog.csdn.net/marooon/article/details/88790354
多了一|导致后边的注释符号没有起作用!!!这个问题基本上都去找setting文件就好。
相信我,找别人要一个maven的settings.xml配置文件替换了原来的。
14、SVN拉下来的代码,在idea打开时,提示:Do you want to schedule the following file for addition to Subversion?。。。。。.iml
解决:XXX.iml文件是 IDEA 自动为我们(首次)打开的项目生成的配置文件,不建议提交到SVN,选cancel。
参考:https://www.evget.com/article/2017/10/16/27024.html
15、代码库拉下代码,报错,各种jar包找不到。但是本地仓库是有jar包的。
16.White space is required before the encoding pseudo attribute in the XML declaration.
属性中间价格空格。