美文网首页
IDEA相关

IDEA相关

作者: loongod | 来源:发表于2021-07-16 10:27 被阅读0次

一、使用System.out.println("中文") 打印中文显示问号(?)

使用 maven 项目,配置了本地 tomcat 后,调用 System.out.println 打印中文,显示的是

idea 安装包中找到 idea.vmoptions 文件

idea.vmoptions.png

修改如下:

然后在tomcat配置如下

tomcat配置.png

二、解决在IDEA上提示 wrong tag 警告

在创建的注释时,idea 总是会发出警告提示。
最好的办法使用快捷键: alt + enter 选择 add to custom tags。这样idea就会记忆了。


三、关于spring-boot-starter-parent报红的解决方法

maven 项目中若要导入SpringBoot,父级依赖的spring-boot-starter-parent通常都会出现Project 'org.springframework.boot:spring-boot-starter-parent:x.x.x' not found的错误提示。

解决办法:File -> Invalidate Caches / Restart... -> Invalidate and Restart就能解决了。

相关文章

  • idea相关

    idea 快捷键 父类或父方法定义 ctrl + B 子类或子方法实现ctrl + alt + B ctrl z ...

  • IDEA相关

    快捷键 常用快捷键相关 快速查找和替换 快速重构 IDEA代码模板 面板相关 自动导包 按ctrl+alt+s 进...

  • IDEA相关

    一、使用System.out.println("中文") 打印中文显示问号(?) 使用 maven 项目,配置了本...

  • 开发神器 - IntelliJ IDEA

    一 IDEA界面介绍 File : 对文件相关操作;Edit : 对文本相关操作;View : 当前IDEA面板的...

  • Intellij Idea相关

    Intellij Idea使用教程汇总篇 intellij idea优秀插件推荐 intellij idea部署项...

  • idea 调试相关

    linux 服务器 Tomcat http 改成httpshttps://blog.csdn.net/yuqion...

  • 使用idea新建spring boot项目

    以下内容使用相关版本: jdk8 idea 2016.2 maven 3.3.9 idea的菜单中选择 File ...

  • 6、安装目录讲解、IDE 设置云同步

    IntelliJ IDEA 相关核心文件和目录介绍 安装目录介绍 IntelliJ IDEA 的安装目录并不复杂,...

  • 【IDEA】Inellij IDEA安装目录和云同步设置讲解

    IntelliJ IDEA 相关核心文件和目录介绍安装目录介绍 IntelliJ IDEA 的安装目录并不复杂,上...

  • IDEA

    一.Idea常见设置 1.1 显示svn信息 Eclipse文件后面都会显示svn提交的相关信息,Idea中也可以...

网友评论

      本文标题:IDEA相关

      本文链接:https://www.haomeiwen.com/subject/xgwvpltx.html