摘要:
这周完成内容: 1.shell脚本--myhadoop.sh,hadoop集群启动和关闭 #!/bin/bash if [ $# -lt 1 ] then echo "No Args Input..." exit ; fi case $1 in "start") echo " 启动 hadoop 集 阅读全文
摘要:
今天完成内容: 学习web 日期创建 new Date(); new Date(value); new Date(dateString); new Date(year, monthIndex [, day [, hours [, minutes [, seconds [, milliseconds] 阅读全文