摘要:
集群同步分发脚本: my_xsync.sh #1. 判断参数个数 if [ $# -lt 1 ] then echo Not Enough Arguement! exit; fi #2. 遍历集群所有机器 for host in hadoop102 hadoop103 hadoop104 do ec 阅读全文
摘要:
从访问权限的本质来将:其实就是调用者和提供者的关系 以上为Java中的访问权限 例如: package com.atguigu.testjava;public class Test { public static void main(String[] args) { CloneTest c = ne 阅读全文