08 2020 档案
摘要:增强for、lambda for、stream 遍历List 结束方法 or 跳过循环本次循环 List<Integer> list = Arrays.asList(1, 2, 3, 4); System.out.println("forEach"); list.forEach(e -> { if
阅读全文
摘要:应用编写的防火墙规则: iptables-restore < /etc/iptables/rules.v6 在 INPUT 表指定位置添加一条规则: iptables -I INPUT 6 -p tcp -m state --state NEW -m tcp --dport 8082 -j ACCE
阅读全文