01 2023 档案
摘要:public class AESUtils { private static final String initVector = "57635e22b48356ad"; /** * 解密 * * @param key * @param encrypted * @return */ public st
阅读全文
摘要:/** * map根据value 倒序排 * * @param map * @return */ private List<String> sortMap (Map<String, Integer> map) { List<Map.Entry<String, Integer>> list = new
阅读全文