31
1
3
145
引入依赖 配置文件 程序入口加入@EnableCaching注解 用注解进行缓存
在redis配置文件:redis.windows.conf中修改#requirepass foobared 去掉注释,foobared改成自己要...
1、字节数组(byte[])转为十六进制(Hex)字符串 Hex.encodeHexString(input); 2、十六进制字符串(Hex)转...