
IDEA
IDEA
小诺大人
不够优秀,遇见也不配拥有
展开
-
idea插件之:Grep Console 控制台输出最美日志颜色主题
输出样式单独INFO等单词标注颜色整体标注颜色设置Grep Console插件样式settings->other settings->Grep Console这是样式颜色参数日志级别前景色背景色Error#FF0000#370000Warn#FFC033#1A0037Info#00FFF3无Debug#808080无...原创 2022-04-06 19:10:46 · 15533 阅读 · 0 评论 -
idea连接mysql报错: No appropriate protocol (protocol is disabled or cipher suites are inappropriate(已解决)
报错如下:javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)The following required algorithms might be disabled: SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, DH keySize < 1024, EC keySize原创 2021-09-13 16:16:37 · 51579 阅读 · 33 评论 -
踩坑日记:Idea上传大文件到Git,报错:fatal: the remote end hung up unexpectedly
报错信息:error: RPC failed; curl 56 Recv failure: Connection was abortedfatal: the remote end hung up unexpectedlyTotal 905 (delta 142), reused 0 (delta 0), pack-reused 0fatal: the remote end hung up unexpectedly原因:在使用git更新或提交项目时候出现 "fatal: The remote en原创 2021-07-02 16:37:14 · 2068 阅读 · 5 评论 -
Idea插件官网下载安装(plugins)
Idea插件官网下载安装进入官网:https://plugins.jetbrains.com国内网络延迟太大,可以翻墙挂VPN选择插件3. 选择版本4. 选择合适版本下载后5. 将下载好的插件zip包放在一个文件夹下,博主这里放在idea 的plugins文件夹下的。在Idea中选择从磁盘上安装选中下载的zip包plugins即可。最后重启idea。...原创 2021-02-15 14:26:14 · 29610 阅读 · 2 评论 -
Idea将本地项目第一次上传到git
Idea将本地项目上传到git第一步:在git网站上创建项目(省略)第二步将本地项目上传到git上具体操作基于Idea选择创建本地仓库的位置VCS --> Import into Version Control --> Create Git> Repository选中项目文件夹即可(默认)git pull https://xxx/xxx master --allow-unrelated-histories如果造成合并冲突:可删除git上的文件,重新原创 2021-02-14 21:08:09 · 1013 阅读 · 0 评论 -
IDEA快速排除依赖包冲突
IDEA快速排除依赖包冲突打开pom文件图解(Ctrl+Shift+Alt+U),右击选中进入pom文件依赖图解,选中冲突依赖包进行移除(Shift+Delete)原创 2021-02-09 14:54:08 · 2213 阅读 · 1 评论 -
idea设置默认maven
idea设置默认maven,在打开新项目时设置的默认Maven仓库原创 2021-02-04 10:21:11 · 158 阅读 · 0 评论