自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 ActiveMQ 启动报错 Address already in use: JVM_Bind 5672

因为ActiveMQ和RabbitMQ都有5672这个端口,启动其中的任意一个服务都会导致另一个服务启动 不了,解决方案 1.关闭一个服务在启动另一个 2.修改其中的一个服务,这里已ActiveMQ 为例: 修改conf/activemq.xml的 将5672改为5671或者其他未被使用的端口,重新启动就ok了 登录http://localhost:8161 ...

2022-05-08 00:23:56 1183

原创 Update your application to remove the dependency cycle between beans. As a last resort

Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-cir

2022-04-02 23:45:28 3587 1

原创 java.lang.ClassCastException: java.util.ArrayList cannot be cast to com.github.pagehelper.Page

错误描述 pom.xml添加引入 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> ...

2019-05-13 16:45:07 1398

原创 RHEL7.0 系列-设置IP地址、网关和DNS

1.管理员登录 2.cd /etc/sysconfig/network-scripts/ 3.修改配置信息 vi  ifcfg-eno16777736 (以ifcfg-enoXXXXXX文件) BOOTPROTO=none ONBOOT=yes   //默认为no IPADDR=192.168.238.138 //你要设置的ip地址 NETMASK=255.255.255.0 4.重启 ...

2018-09-26 17:02:17 521

原创 Linux 修改系统时间为东八区时间

  cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

2018-09-26 15:47:36 6125

原创 VMware 启动CentOS虚拟机时黑屏

 1.管理员启动cmd 2.netsh winsock reset3.重启电脑解决问题

2018-05-27 13:11:24 3321 2

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除