简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
云主机在使用过程中,可用内存不足,使用free -m查看了一下内存,可用内存就这一点了???满脸黑人问号。我什么服务都没启呀。细细一看,大部分内存都被buff/cache占用了。物理机其实没有这样的问题,一般都是虚拟机中才会出现这样的问题。解决方式使用如下命令清理一下buff/cache缓存echo 1 > /proc/sys/vm/drop_cachesecho 2 > /proc/
一、背景今天在做项目中发现A类与B类的关系是1:n,即A类中有一个List<B> bList的成员变量,B类中有一个A a的成员变量。当执行A.getBList().add(b)方法时会报错:Method threw 'java.lang.StackOverflowError' exception. Cannot evaluate com.saint.start.gaia.A.toSt
从SpringBoot生命周期来看服务注册到Eureka、Nacos的时机WebServerInitializedEvent、SmartLifecycle
SpringCloud中集成Feign、Eureka实现声明式客户端负载均衡详细案例、具体到你全程复制粘贴就可以跑起来demo
Zookeeper四字命令详解
Zookeeper服务端命令、Zookeeper客户端端操作命令(create、set、get、ls、stat、delete、deleteall)、监听器watcher相关命令、zookeeper3.6.0版本开始支永久的监听器(addWatch、removewatches)、zookeeper永久监听器的两种模式。
curator提供的四种分布式锁概述(InterProcessMutex、InterProcessSemaphoreMutex、InterProcessReadWriteLock、InterProcessMultiLock),Zookeeper分布式锁实现思路,Zookeeper分布式锁解决的问题,Zookeeper分布式锁优缺点,InterProcessMutex实现zookeeper分布式原理
1、SpringCloud之OpenFeign的常用配置2、OpenFeign超时配置?3、OpenFeign数据压缩配置?4、OpenFeign请求日志配置?
断点类型:line breakpoints、field breakpoints、method breakpoints、exception breakpoints;断点静音、断点删除;断点属性配置:Enabled、Suspend、Condition、Log、Remove once hit、Disable until hitting the following breakpoint、Pass coun