Fork me on GitHub
侧边栏
摘要: Linux Namespaces机制提供一种资源隔离方案。 PID,IPC,Network等系统资源不再是全局性的,而是属于特定的Namespace。每个Namespace里面的资源对其他Namespace都是透明的。 要创建新的Namespace,只需要在调用clone时指定相应的flag。 Li 阅读全文
posted @ 2018-09-01 15:00 yooooooo 阅读(1289) 评论(0) 推荐(0)
摘要: 优先级 table th:nth of type(1){ width: 10%; } table th:nth of type(2){ width: 20% ; } table th:nth of type(3){ width: 10% ; 字段 | 描述 | static_prio | 用于保存静 阅读全文
posted @ 2018-09-01 00:35 yooooooo 阅读(679) 评论(0) 推荐(0)