摘要: public class AESUtils { private static final String initVector = "57635e22b48356ad"; /** * 解密 * * @param key * @param encrypted * @return */ public st 阅读全文
posted @ 2023-01-30 10:20 天戈 阅读(115) 评论(0) 推荐(0) 编辑
摘要: /** * map根据value 倒序排 * * @param map * @return */ private List<String> sortMap (Map<String, Integer> map) { List<Map.Entry<String, Integer>> list = new 阅读全文
posted @ 2023-01-30 10:17 天戈 阅读(260) 评论(0) 推荐(0) 编辑