上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 43 下一页
摘要: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creat 阅读全文
posted @ 2021-12-29 16:32 南北12345678 阅读(511) 评论(0) 推荐(0)
摘要: 一、架构图 当在 Git 仓库中某个应用配置文件中的参数更新后,只需要通过 POST方法访问 config Server 的 /actuator/bus-refresh 接口,就可以让所以的微服务节点更新配置。 在我们的 DEMO 中有一个 Config Server 和 两个 Config Cli 阅读全文
posted @ 2021-12-29 14:25 南北12345678 阅读(740) 评论(0) 推荐(0)
摘要: 在使用maven的tomcat控件编译java程序时,报错 Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project **-web: Failed t 阅读全文
posted @ 2021-12-28 10:44 南北12345678 阅读(314) 评论(0) 推荐(0)
摘要: 最近,有同学在群里说,他的IDEA控制台打印的日志超过一定的大小,就会被IDEA 给“吃”掉。 这里,统一给大家答疑一下,其实IDEA为了节约资源,对在控制台的日志进行了限制,默认缓冲区的输出日志大小是1024kb,超出这个限制就会被清除,而且还会显示「too much output to proc 阅读全文
posted @ 2021-12-28 10:31 南北12345678 阅读(1306) 评论(0) 推荐(0)
摘要: 十年,一个听起来感觉很长的时间,已经从我身边悄悄地滑过了。一直想写点什么,却也一直也没时间动笔。今天捡了个周末,就随便写点流水文吧,写到哪儿算哪儿。 01 职场首站 我是 2010 年硕士毕业。还记得在 2009 年 11 月的校园招聘季的时候,我当时只面试了两家公司。一家是中科大洋,承诺 100% 阅读全文
posted @ 2021-12-17 17:28 南北12345678 阅读(160) 评论(0) 推荐(0)
摘要: 在%安装目录%/bin中找到idea.properties文件,更改idea.cycle.buffer.size项值为disabled,保存,重启idea即可 阅读全文
posted @ 2021-12-15 10:33 南北12345678 阅读(2078) 评论(0) 推荐(0)
摘要: 第一种方法: select a.* from ASSET_MAINTAIN a inner join ASSET_MAINTAIN b on a.asset_id=b.asset_id and a.rowid!=b.rowid 结果如下: 第二种方法: select * from ASSET_MAI 阅读全文
posted @ 2021-12-15 10:19 南北12345678 阅读(988) 评论(0) 推荐(0)
摘要: 1. 你的人生由你自己决定 No matter what your goals are in life, there is one great law that you need to obey in order to be successful: No one else is going to c 阅读全文
posted @ 2021-11-18 10:45 南北12345678 阅读(660) 评论(0) 推荐(0)
摘要: 以安装路径为 /usr/local/soft为例 JDK依赖 CentOS7卸载openJDK安装JDK1.8 下载解压kafka 获取下载地址(点开具体版本):http://kafka.apache.org/downloads 下载Binary 二进制版本而不是源码 复制链接: cd /usr/l 阅读全文
posted @ 2021-11-15 16:10 南北12345678 阅读(260) 评论(0) 推荐(0)
摘要: 查看已有openjdk版本 rpm -qa|grep jdk 卸载openjdk remove后面的参数是上面得到的结果.noarch结尾的包 yum -y remove copy-jdk-configs-3.3-10.el7_5.noarch 下载jdk1.8 下载jdk-8u40-linux-x 阅读全文
posted @ 2021-11-15 15:54 南北12345678 阅读(95) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 43 下一页