logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

idea没有maven工具栏解决方法

我总结了四种方法(不一定都能成功,但总会有一种成功的)1、如果是新创建的maven工程,右键点击项目的 pom.xml 文件,如果有 “Add as Maven Project” 选项,点击该选项,应该就会有maven;2、idea界面最左下角的那个小框,maven在里面应该能找到,么有的话用第三种方法;3、点击菜单栏View-->Tool Windows-->Maven projec

#intellij idea#maven
VSCode,选择在终端执行,切换默认终端(cmd、powershell)

若默认终端是powershell,需要添加cmd:(1)ctrl+shift+p打开命令面d板,输入select ,选中Terminal:Select Default Shell(2) 点击cmd.exe,再重新打开终端执行,即可添加成功。

#visual studio code#node.js
idea中springboot实现canal同步报错:java.lang.IllegalStateException: Failed to execute CommandLineRunner

报错信息为:解决方法:可能是Linux防火墙没有关闭。关闭防火墙即可!######################################CentOS 8 防火墙关闭等命令1--查看防火墙状态systemctl status firewalld.service2--开启防火墙systemctl start firewalld.service3--关闭防火墙systemctl stop fi

#intellij idea#linux#centos
idea中springboot实现canal同步报错:java.lang.IllegalStateException: Failed to execute CommandLineRunner

报错信息为:解决方法:可能是Linux防火墙没有关闭。关闭防火墙即可!######################################CentOS 8 防火墙关闭等命令1--查看防火墙状态systemctl status firewalld.service2--开启防火墙systemctl start firewalld.service3--关闭防火墙systemctl stop fi

#intellij idea#linux#centos
idea上传gitee报错unable to read askpass response from ‘C:\Users\####\AppData\Local\JetBrains\......

错误信息如图:修改:找到在项目中的.git/config配置;修改此处为:[remote “origin”]url = http://账号:密码@gitee.com/码云用户名/仓库名.gitfetch = +refs/heads/:refs/remotes/origin/即可解决!

#git#intellij idea
eclipse 打开xml文件默认格式问题

若eclipse默认打开xml文件格式为(下图所示):点击“Source”即可切换格式(如下图所示):

#eclipse#java
idea运行报错找不到xml文件

可以尝试改变运行按钮旁的edit configurations…

到底了