31
1
3
145
引入依賴 配置文件 程序入口加入@EnableCaching注解 用注解進行緩存
在redis配置文件:redis.windows.conf中修改#requirepass foobared 去掉注釋,foobared改成自己要...
1、字節(jié)數(shù)組(byte[])轉(zhuǎn)為十六進制(Hex)字符串 Hex.encodeHexString(input); 2、十六進制字符串(Hex)轉(zhuǎn)...