摘要: 1.HashTable (1)继承于Dictionary,实现了Map,Cloneable,Java.io.Serializable接口 (2)底层数组+链表实现,无论key还是value都不能为null,同步线程安全,实现线程安全的方式是锁住整个hashtable,效率低,concurrentMa 阅读全文
posted @ 2020-05-31 20:07 南鸽 阅读(242) 评论(0) 推荐(0) 编辑
摘要: linux防火墙的相关命令 一、iptables防火墙(需要安装防火墙sudo apt-get install firewalld命令查看插件) 1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火 阅读全文
posted @ 2020-05-31 11:19 南鸽 阅读(482) 评论(0) 推荐(0) 编辑