摘要: 一、行程北京南~南京南时间: 10.01 14:08~18:28车次: G143 价格: 464南京住宿: 华住会1~4号全季南京故宫酒店总价格: 121510.1日晚住宿后 旁边的明故宫遗址公园或南航大学10.2日 中山陵景区 瞻园 夫子庙秦淮风光带 夫子庙小吃广场 秦淮画舫10.3日 栖霞寺10 阅读全文
posted @ 2022-01-10 12:38 Robots2 阅读(71) 评论(0) 推荐(0)
摘要: 一、任务调参 1.1 spark.executor.memory executor执行分配的内存大小 1.2 spark.executor.cores executor执行分配的核数 1.3 spark.executor.instances 需要的executor个数,等同num-executors 阅读全文
posted @ 2021-12-22 13:51 Robots2 阅读(1277) 评论(0) 推荐(0)
摘要: 一、客户端连接1.1 客户端连接ck./clickhouse-client -h 127.0.0.1 --port 9900 -u default --password 123456 -m 1.2 https方式:或jdbc方式echo 'select 1' | curl 'http://127.0 阅读全文
posted @ 2021-12-20 15:41 Robots2 阅读(484) 评论(0) 推荐(0)
摘要: 一、安装Redis 1.1 linux安装 sudo apt install redis-tools 1.2 mac安装redis brew tap ringohub/redis-cli brew update && brew doctor brew install redis-cli 二、常用命令 阅读全文
posted @ 2021-12-17 15:57 Robots2 阅读(80) 评论(0) 推荐(0)
摘要: 一、下载地址https://www.scala-lang.org/download/ 二、解压后配置环境变量解压到softWare目录修改vim ~/.bash_profile #Scala SCALA_HOME=/Users/Robots2/softWare/scala-2.11.12 expor 阅读全文
posted @ 2021-12-03 14:36 Robots2 阅读(217) 评论(0) 推荐(0)
摘要: 一、调整连接服务器超时时间 Options->Global Options->General->Default Session-> 右侧Edit Default Settings->Terminal->Anti-idle选项卡->勾选Send protocol设置为120分钟 二、设置背景主题和字体 阅读全文
posted @ 2021-12-02 18:04 Robots2 阅读(765) 评论(0) 推荐(0)
摘要: 一、您目前无法访问 XX.XX.XX.XX,因为此网站发送了 Google Chrome 无法处理的杂乱凭据 解决方法:在提示页键盘输入thisisunsafe 阅读全文
posted @ 2021-11-30 16:51 Robots2 阅读(125) 评论(0) 推荐(0)
摘要: 一、保存内容如下 二、翻译 三、设置为默认即可:git config pull.rebase false 阅读全文
posted @ 2021-11-28 22:17 Robots2 阅读(780) 评论(0) 推荐(0)
摘要: 一、下载安装 地址1:官网 下载地址: https://www.charlesproxy.com/download/ 激活信息 Registered Name: https://zhile.io License Key: 48891cf209c6d32bf4 地址2:免激活 下载地址:https:/ 阅读全文
posted @ 2021-11-28 15:45 Robots2 阅读(894) 评论(0) 推荐(0)
摘要: 一、常用参数 1、proc.cpu.util 2、proc.mem.util 3、proc.num 进程个数ps ef|grep /apps/srv/pipeline/partition-loader 阅读全文
posted @ 2021-10-27 15:14 Robots2 阅读(132) 评论(0) 推荐(0)