博客园 首页 私信博主 显示目录 隐藏目录 管理 动画
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 35 下一页
摘要: 这一代年轻人究竟喜欢什么? - 游戏开发技术论坛 - Powered by Discuz! (gameres.com) 11月5日,中国青少年研究中心在《中国青年研究》期刊中发布了《Z世代亚文化消费的逻辑》一文,该文基于网络民族志与深度访谈法,从资本的视角对Z世代亚文化消费的形塑机制进行了研究,就Z 阅读全文
posted @ 2022-04-19 09:16 CHANG_09 阅读(122) 评论(0) 推荐(0)
摘要: How to start the hbase: The first step to start the hadoop first cd hadoop /sbin/start-all.sh The second step to start the zookeeper cd zookeeper /sbi 阅读全文
posted @ 2022-04-18 15:37 CHANG_09 阅读(52) 评论(0) 推荐(0)
摘要: 1 #!/bin/sh 2 case $1 in 3 "start"){ 4 echo " 启动zookeeper " 5 /opt/module/zookeeper/bin/zkServer.sh $1 6 ssh hadoop107 "/opt/module/zookeeper/bin/zkSe 阅读全文
posted @ 2022-04-13 10:01 CHANG_09 阅读(30) 评论(0) 推荐(0)
摘要: 1 #!/bin/bash 2 #1. 判断参数个数 3 if [ $# -lt 1 ] 4 then 5 echo Not Enough Arguement! 6 exit; 7 fi 8 #2. 遍历集群所有机器 这里注意是你自己的主机名 9 for host in hadoop106 hado 阅读全文
posted @ 2022-04-13 10:00 CHANG_09 阅读(53) 评论(0) 推荐(0)
摘要: 1 #!/usr/bin/env bash 2 3 # 4 # 使用说明 5 # 这是一个等待的计时器,用来进行友好的等待 单位秒,最大支持10分钟 6 # 用法 wait-timer 10 7 # 用法 wait-timer 40 5 8 # 9 10 # 等待的时间 11 TIME=$1 12 阅读全文
posted @ 2022-04-13 09:58 CHANG_09 阅读(52) 评论(0) 推荐(0)
摘要: 1 #!/bin/bash 2 echo "_______关闭 集群 6-8 防火墙_________" 3 ssh hadoop106 "systemctl stop firewalld" 4 ssh hadoop107 "systemctl stop firewalld" 5 ssh hadoo 阅读全文
posted @ 2022-04-13 09:57 CHANG_09 阅读(25) 评论(0) 推荐(0)
摘要: 1 #!/bin/bash 2 function hiveserver2_stop(){ 3 pid=$(ps ax | grep "hiveserver2") 4 kill $pid || echo "hiveserver2服务已关闭" 5 } 6 case $1 in 7 "start"){ 8 阅读全文
posted @ 2022-04-13 09:56 CHANG_09 阅读(37) 评论(0) 推荐(0)
摘要: 1 #!/bin/bash 2 function hiveserver2_stop(){ 3 pid=$(ps ax | grep "hiveserver2") 4 kill $pid || echo "hiveserver2服务已关闭" 5 } 6 case $1 in 7 "start"){ 8 阅读全文
posted @ 2022-04-13 09:55 CHANG_09 阅读(32) 评论(0) 推荐(0)
摘要: 1 #!/bin/bash 2 case $1 in 3 "start"){ 4 /opt/module/maxwell/bin/maxwell --config /opt/module/maxwell/config.properties 5 };; 6 esac 阅读全文
posted @ 2022-04-13 09:54 CHANG_09 阅读(31) 评论(0) 推荐(0)
摘要: 1 #!/bin/sh 2 comm=/opt/module/kafka/bin/kafka-server-start.sh 3 commd=/opt/module/kafka/bin/kafka-server-stop.sh 4 topic=/opt/module/kafka/bin/kafka- 阅读全文
posted @ 2022-04-13 09:53 CHANG_09 阅读(28) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 35 下一页