(转)Mac 给 iPhone 充电一直闪跳 / Mac usb 连接闪动/跳动/时断等情况的解决

原文链接:mac给iPhone充电一直闪跳使用一段时间的系统1、打开聚焦(cmd+空格)2.聚焦搜索框输入terminal或终端;3.sudokillall-STOP-cusbd新系统要使用sudop
Mac 2021年08月09日 992次浏览

Could not open a connection to your authentication agent

Couldnotopenaconnectiontoyourauthenticationagent解决方法:执行:evalssh-agent-s,目的是启动ssh-agent代理,我自己出现这个问题是因
shell 2021年07月30日 631次浏览

You are creating too many HashedWheelTimer instances.

在Springboot项目中批量初始化redis遇到如下警告信息,大致意思就是创建了过多的HashedWheelTimer,由于该类需要跨JVM共享,所以建议只创建一个实例io.netty.util.
Netty LettuceConnection 2021年07月23日 665次浏览

Mac 配 置iTerm2 Jumpserver 下载的pem免密登录

1.安装iTerm22.使用ssh-add可以添加pem文件:sudossh-add-kkey.pem3、配置iTerm2
2021年07月14日 1,004次浏览

Java 正则表达式对数据脱敏处理

publicclassStringTest{publicstaticvoidmain(String[]args){Stringstr="12345678901";Stringreg
Java 正则表达式 2021年06月24日 814次浏览

shell去除重复行

shell去除重复行:注:uniq只对相邻行做比较,一般结合sort先排序下(以使重复行相邻)sort-naa.txt|uniq>bb.txt
shell 去重 2021年06月10日 504次浏览

记录 RedisTemplate.executePipelined 使用问题

需求,像redis写入9000万个key第一个版本(关键代码)第二个版本(关键代码)两版对比第一个版本出现了内存溢出问题以及约运行处理越慢问题,9000万数据预计需要30多个小时第二个版本没有出现内存
Spring RedisTemplate redis 2021年05月28日 707次浏览

logback 启动时指定日志根路径

动态指定 logback 日志根目录
logback 2021年05月21日 519次浏览

Nacos 集群搭建

Nacos 集群搭建
配置中心 配置管理 Nacos 2021年04月29日 508次浏览

谨慎使用redis 的zset 数据结构

redis CPU使用过高问题
ZSET CPU redis 2021年04月26日 566次浏览