摘要: 加密结果直接转字符串 public class Client { // 加密算法 private static final String BLOWFISH = "Blowfish"; // 加密秘钥 private static final String SECRET = "test"; publi 阅读全文
posted @ 2020-07-26 14:53 strongmore 阅读(1074) 评论(0) 推荐(0) 编辑
摘要: lambda表达式 public class Client { public static void main(String[] args) { Arrays.asList("hello", "world").forEach(a -> { System.out.println(a); System. 阅读全文
posted @ 2020-07-26 13:10 strongmore 阅读(367) 评论(0) 推荐(0) 编辑