摘要:
加密结果直接转字符串 public class Client { // 加密算法 private static final String BLOWFISH = "Blowfish"; // 加密秘钥 private static final String SECRET = "test"; publi 阅读全文
posted @ 2020-07-26 14:53
strongmore
阅读(1122)
评论(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
阅读(380)
评论(0)
推荐(0)

浙公网安备 33010602011771号