2024年2月:IntelliJ IDEA 2023.3.3 修改“选中变量或方法”的背景颜色、字体颜色
摘要:先晒一下更改配置后的效果: 更改配置的地方: 设置背景颜色为:Background: F0AFFF end.
阅读全文
posted @
2024-02-03 21:33
梦幻朵颜
阅读(731)
推荐(0) 编辑
IDEA修改Java注释字体颜色 - mac电脑 - 2023年2月
摘要:先来看下成果: 先选中Preferences: 再选择 Editor -> Java -> Comments -> Block comment(多行注释) 或者 Line comment(单行注释) end.
阅读全文
posted @
2023-02-18 14:54
梦幻朵颜
阅读(312)
推荐(0) 编辑
IDEA修改选中行背景色 - mac电脑 - 2022年7月
摘要:第一步:Intellij IDEA -> Preferences: 第二步: 左边菜单选中:Editor -> Color Scheme -> General 右边内容选中:Editor -> Caret row -> (勾选) Background -> 设置勾选框后面的颜色 end.
阅读全文
posted @
2022-07-05 22:40
梦幻朵颜
阅读(2255)
推荐(0) 编辑
IDEA Itellij 远程 debug 调试 tomcat 程序,支持 windows 和 linux
摘要:1、windows下tomcat 启动设置 apache-tomcat-8.5.57 版本 不要使用 startup.bat 启动程序了,windows下新建一个 debug-run.bat 脚本内容: set JPDA_ADDRESS=8008 set JPDA_TRANSPORT=dt_sock
阅读全文
posted @
2020-08-06 22:48
梦幻朵颜
阅读(1411)
推荐(0) 编辑
解决 IDEA Terminal 窗口 git 命令乱码问题
摘要:在IDEA里的Terminal窗口执行命令: git config --global core.quotepath false 乱码就解决了: 原来乱码长这样: end.
阅读全文
posted @
2020-07-10 11:56
梦幻朵颜
阅读(656)
推荐(0) 编辑
springboot项目application.properties配置文件里自定义日志输出
摘要:demo: #配置日志输出类型 #logging.pattern.console=%boldMagenta(%d{yyyy-MM-dd HH:mm:ss}) [%p] %highlight(%C:%L) : %m %n#有颜色的 logging.pattern.console=%d{yyyy-MM-
阅读全文
posted @
2020-06-27 23:25
梦幻朵颜
阅读(4699)
推荐(0) 编辑
IDEA里设置蓝色加大加粗超拉风注释字体
摘要:设置好注释字体后,效果是这样滴: 设置步骤截图,点击File -> Settings: 选择目录: Editor -> Color Scheme -> Language Defaults: 在Comments的3个地方:Block comment(/* 块注释*/)、Doc comment(Text
阅读全文
posted @
2020-06-22 21:46
梦幻朵颜
阅读(3720)
推荐(0) 编辑
mac本上jmeter不能复制粘贴的问题解决方案
摘要:这是jmeter的主题bug。 大家知道mac本上的复制键 ⌘C 粘贴键 ⌘V 所以你选择( Mac OS X)这个主题就好了: 切换主题为: Options --> Look and Feel --> Mac OS X 然后你可以看到复制粘贴键就变成符合mac本的快捷键了: Edit --> Co
阅读全文
posted @
2020-02-27 11:21
梦幻朵颜
阅读(3277)
推荐(1) 编辑