博客园 首页 私信博主 显示目录 隐藏目录 管理 动画

04 2022 档案

摘要:1.插入的值如果是字符串的话,必须要用单引号括起来,不能用双引号2.建表的时候如果要想小写的话,必须要用双引号括起 插入:upsert into "test" values('002','Jack','Ma','ali','hangzhou'); 更新:upsert into "test"(empi 阅读全文
posted @ 2022-04-29 21:14 CHANG_09 阅读(250) 评论(0) 推荐(0) 编辑
摘要:找一些资料 敲一遍 看代码 串起来 找例子 阅读全文
posted @ 2022-04-29 14:11 CHANG_09 阅读(15) 评论(0) 推荐(0) 编辑
摘要:Phoenix安装部署 2.1.1官方网址: http://phoenix.apache.org/index.html 2.1.2 上传jar包到/opt/software/ 解压到/opt/module 改名为phoenix [yulong@hadoop102 module]$ tar -zxvf 阅读全文
posted @ 2022-04-29 10:23 CHANG_09 阅读(50) 评论(0) 推荐(0) 编辑
摘要:五大数据类型 字符串String 哈希Hash 列表List 集合Set 有序集合SortedSet 选择库 select 0 select 1 select 15 查询全部 keys * 存取 string string可以包含任何数据。比如jpg图片或者序列化的对象。string类型的值最大能存 阅读全文
posted @ 2022-04-28 22:48 CHANG_09 阅读(5) 评论(0) 推荐(0) 编辑
摘要:作者:Jerrytqq 本文来源:http://33h.co/w8f8i 目的 路由器管理员密码未知,根据已有字典爆破出管理员密码。 工具:burpsuite 脚本语言:python3.7+ 1. 抓包分析 输入小米路由器管理员界面地址192.168.31.1 i 目的 路由器管理员密码未知,根据已 阅读全文
posted @ 2022-04-26 21:52 CHANG_09 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-04-26 10:55 CHANG_09 阅读(120) 评论(0) 推荐(0) 编辑
摘要:下载好注册机汉化版BurpLoaderKeygenCn.jar,下载地址:https://github.com/h3110w0r1d-y/BurpLoaderKeygen/releases 把其放在Burp suite同一目录下。 Shiftr+右键打开powershell窗口,输入命令java - 阅读全文
posted @ 2022-04-25 23:53 CHANG_09 阅读(1262) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-04-25 23:45 CHANG_09 阅读(61) 评论(0) 推荐(0) 编辑
摘要:今天学习ES,需要用到更高版本的jdk(我以前用的是1.8),所以要更改以前的jdk设置,总体步骤如下: 1.下载jdk-11,解压 2.打开环境变量配置,把以前配置的JAVA_HOME的改为新jdk-11的路径 3.一般情况下,已经好了,但我用windows+r,输入cmd,输入java - ve 阅读全文
posted @ 2022-04-25 23:29 CHANG_09 阅读(50) 评论(0) 推荐(0) 编辑
摘要:要知道您的 Windows 系统上是否已经安装了 OpenSSH,请运行以下命令: Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*' 在我们的例子中,客户端已安装,但 OpenSSH 服务器未安装。如果相同,则进入下 阅读全文
posted @ 2022-04-23 22:55 CHANG_09 阅读(839) 评论(0) 推荐(0) 编辑
摘要:protected-mode no port 6379 tcp-backlog 511 timeout 0 tcp-keepalive 300 daemonize yes supervised no pidfile /var/run/redis_6379.pid loglevel notice lo 阅读全文
posted @ 2022-04-22 15:55 CHANG_09 阅读(114) 评论(0) 推荐(0) 编辑
摘要:ERROR c.a.o.canal.parse.inbound.mysql.dbsync.DirectLogFetcher - I/O error while reading from client socketjava.io.IOException: Received error packet: 阅读全文
posted @ 2022-04-22 09:08 CHANG_09 阅读(561) 评论(0) 推荐(0) 编辑
摘要:mysql> CREATE USER canal IDENTIFIED BY 'canal'; ERROR 1819 (HY000): Your password does not satisfy the current policy requirementsmysql> select @@vali 阅读全文
posted @ 2022-04-21 22:37 CHANG_09 阅读(61) 评论(0) 推荐(0) 编辑
摘要:cd /var/lib/mysql ls mysql -uroot -p mysql> set global binlog_format="row"; "mixed"; "statement"; mysql> show master status; mysql> quit;; 阅读全文
posted @ 2022-04-21 19:53 CHANG_09 阅读(381) 评论(0) 推荐(0) 编辑
摘要:实时数仓 学习目标 理解实时数仓项目的基本需求、整体架构。 了解常用实施方案。 能够编写Canal客户端采集binlog消息。 理解google ProtoBuf序列化方式。 理解Canal采集原理。 实时计算应用场景及技术选型 实时计算在公司的用处 公司内已经采用MR与spark之类的技术,做离线 阅读全文
posted @ 2022-04-19 23:22 CHANG_09 阅读(275) 评论(0) 推荐(0) 编辑
摘要:原文:Canal 数据同步 到 Kafka - 十色 - 博客园 确定 bin-log 已开启,SQL: show variables like 'log_bin%';show variables like '%binlog_format%'; create database FlinkEtl;us 阅读全文
posted @ 2022-04-19 19:59 CHANG_09 阅读(377) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 Successfully created project 'gmall-publisher-test' on Gitee, but initial commit failed: Author identity unknown *** Please tell me who you ar 阅读全文
posted @ 2022-04-19 19:51 CHANG_09 阅读(32) 评论(0) 推荐(0) 编辑
摘要:这一代年轻人究竟喜欢什么? - 游戏开发技术论坛 - Powered by Discuz! (gameres.com) 11月5日,中国青少年研究中心在《中国青年研究》期刊中发布了《Z世代亚文化消费的逻辑》一文,该文基于网络民族志与深度访谈法,从资本的视角对Z世代亚文化消费的形塑机制进行了研究,就Z 阅读全文
posted @ 2022-04-19 09:16 CHANG_09 阅读(56) 评论(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 阅读(34) 评论(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 阅读(25) 评论(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 阅读(39) 评论(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 阅读(29) 评论(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 阅读(18) 评论(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 阅读(23) 评论(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 阅读(16) 评论(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 阅读(24) 评论(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 阅读(18) 评论(0) 推荐(0) 编辑
摘要:1 #!/bin/bash 2 function hive_stop(){ 3 pid=$(ps ax | grep "hive") 4 kill $pid || echo "hive服务关闭" 5 } 6 case $1 in 7 "start"){ 8 echo "__________启动hiv 阅读全文
posted @ 2022-04-13 09:51 CHANG_09 阅读(19) 评论(0) 推荐(0) 编辑
摘要:1 #!/bin/bash 2 case $1 in 3 "start") 4 /opt/module/hbase/bin/start-hbase.sh 5 ;; 6 "stop") 7 /opt/module/hbase/bin/stop-hbase.sh 8 ;; 9 "shell") 10 / 阅读全文
posted @ 2022-04-13 09:50 CHANG_09 阅读(17) 评论(0) 推荐(0) 编辑
摘要:1 #!/bin/bash 2 case $1 in 3 ""){ 4 /root/shells/stopfirewalld.sh 5 /root/shells/wait-time.sh 3 6 /root/shells/hadoop.sh start 7 /root/shells/wait-tim 阅读全文
posted @ 2022-04-13 09:47 CHANG_09 阅读(23) 评论(0) 推荐(0) 编辑
摘要:1 #!/bin/bash 2 case $1 in 3 "port"){ 4 /opt/module/flume/bin/flume-ng agent --conf /opt/module/flume/conf/ --name a1 --conf-file /opt/module/flume/jo 阅读全文
posted @ 2022-04-13 09:46 CHANG_09 阅读(17) 评论(0) 推荐(0) 编辑
摘要:1 #!/bin/bash 2 function hiveserver2_stop(){ 3 pid=$(ps ax | grep "flink") 4 kill $pid || echo "flink服务已关闭" 5 } 6 case $1 in 7 "start"){ 8 echo "_____ 阅读全文
posted @ 2022-04-13 09:45 CHANG_09 阅读(24) 评论(0) 推荐(0) 编辑
摘要:1 #!/bin/bash 2 /opt/module/hive/bin/hive -e " 3 with 4 a as ( 5 select 6 user_id, 7 count(0) order_count, 8 sum(final_total_amount) order_amount 9 fr 阅读全文
posted @ 2022-04-13 09:44 CHANG_09 阅读(20) 评论(0) 推荐(0) 编辑
摘要:1 #!/bin/bash 2 case $1 in 3 "start"){ 4 echo "__________启动 hadoop 集群____________" 5 ssh hadoop106 "/opt/module/hadoop/sbin/start-dfs.sh" 6 ssh hadoop 阅读全文
posted @ 2022-04-13 09:43 CHANG_09 阅读(22) 评论(0) 推荐(0) 编辑
摘要:1 #!/bin/bash 2 case $1 in 3 "start"){ 4 clickhouse-client -m --port=9000 -u default --password root 5 };; 6 "server-start"){ 7 #.启动服务 8 service click 阅读全文
posted @ 2022-04-13 09:41 CHANG_09 阅读(101) 评论(0) 推荐(0) 编辑
摘要:判断44444端口是否被占用 netstat -nlp | grep 44444 yum 安装,卸载 yum install -y nc yum remove -y nc 递归传送文件夹 scp -r zookeeper/ root@hadoop106:/opt/module 各个文件夹 大小 du 阅读全文
posted @ 2022-04-12 14:30 CHANG_09 阅读(36) 评论(0) 推荐(0) 编辑
摘要:数据 MyData1.txt 5304529,像素不是很高,手机感觉用一段时间会卡,2,1 5304529,京东在线客服太垃圾,3,1 5304529,不知为何,网络卡还是咋滴儿,玩起来略卡像个二手机,不过看这店子又感觉不像,但愿是网卡,3,2 5304529,手机用了一个多月了,拍照马马虎虎,运行 阅读全文
posted @ 2022-04-11 17:29 CHANG_09 阅读(219) 评论(0) 推荐(0) 编辑
摘要:mysql 1 package sink; 2 3 //import com.util.Propss; 4 //import com.bean.Sku; 5 import org.apache.flink.configuration.Configuration; 6 import org.apach 阅读全文
posted @ 2022-04-08 21:29 CHANG_09 阅读(47) 评论(0) 推荐(0) 编辑
摘要:xiaoming,english,90xiaoming,math,80xiaohong,english,98xiaohong,math,82 test 1 import org.apache.flink.api.common.typeinfo.Types; 2 import org.apache.f 阅读全文
posted @ 2022-04-08 17:24 CHANG_09 阅读(39) 评论(0) 推荐(0) 编辑
摘要:pom <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xs 阅读全文
posted @ 2022-04-08 09:44 CHANG_09 阅读(70) 评论(0) 推荐(0) 编辑
摘要:1解压 解压后可以看到: 2添加环境变量 进入bin并 复制bin目录位置 得到【C:\安装包\ffmpeg-4.2.2-win64-static\bin】,这里根据实际情况换成你自己的 新建-粘贴-保存 3运行 将手机上下载好的缓存文件 (看文件夹的修改日期) 目录:/Android/data/t 阅读全文
posted @ 2022-04-06 16:50 CHANG_09 阅读(139) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示