SimpleDateFormat 支持格式字母表

字母日期或时间元素表示示例GEra标志符TextADy年Year1996;96M年中的月份MonthJuly;Jul;07w年中的周数Number27W月份中的周数Number2D年中的天数Numbe
Java 2021年08月17日 343次浏览

Linux 查看JAVA程序使用内存情况

Linux 查看JAVA程序内存使用情况
Java JVM 内存 2021年08月12日 357次浏览

生成随机IP

生成随机IP
2021年08月11日 316次浏览

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

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

Could not open a connection to your authentication agent

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

You are creating too many HashedWheelTimer instances.

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

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

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

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

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

shell去除重复行

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