上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 72 下一页
摘要: Maven3种打包方式之一maven-assembly-plugin的使用 https://blog.csdn.net/qq_32736999/article/details/93395246 maven打包之assembly和shade对比 https://blog.csdn.net/Cool0/ 阅读全文
posted @ 2021-07-12 14:37 tonggc1668 阅读(119) 评论(0) 推荐(0) 编辑
摘要: maven 常用插件之shade https://www.jianshu.com/p/1bbb317b55ee Maven shade for spring boot https://my.oschina.net/u/732556/blog/1545821 使用maven-shade-plugin打 阅读全文
posted @ 2021-07-12 11:50 tonggc1668 阅读(251) 评论(0) 推荐(0) 编辑
摘要: /data/app/clickhouse2/bin/clickhouse-client --multiquery -h 127.0.0.1 --port 19000 --user default --password eb22d98eaf028b1ca5c36548193d604a echo "se 阅读全文
posted @ 2021-07-08 17:01 tonggc1668 阅读(179) 评论(0) 推荐(0) 编辑
摘要: SELECT * from system.parts where database = 'shard1' and table = 'upsf_ods_upb_tbl_market_activity_log_info_ulsp_replica';--shard1 shard2 shard3SELECT 阅读全文
posted @ 2021-07-08 16:56 tonggc1668 阅读(426) 评论(0) 推荐(0) 编辑
摘要: export M2_HOME=/opt/apache-maven-3.8.1echo export PATH=${PATH}:${M2_HOME}/bin >> /etc/profilecat /etc/profilesudo echo 'export PATH=${PATH}:/Volumes/d 阅读全文
posted @ 2021-06-30 01:35 tonggc1668 阅读(70) 评论(0) 推荐(0) 编辑
摘要: cat > /etc/security/limits.conf<< EOF* soft nproc 16384* hard nproc 16384* soft nofile 1048576* hard nofile 1048576* soft stack 10240* hard stack 3276 阅读全文
posted @ 2021-06-30 00:34 tonggc1668 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 分区表达式 按小时分区 formatDateTime(toDateTime(subString(logTime,1,19)),'%F %H') 按天分区 toDate(_cw_raw_time/1000) toDate(subString(transDt,1,10)) 单机无副本 CREATE TA 阅读全文
posted @ 2021-06-25 20:38 tonggc1668 阅读(453) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/56283626 idea也会遇到这个问题,但是这是Mac上面Java的一个老Bug了,会在那些使用了ref="http://lib.csdn.net/base/java">java Agent的IDE上运行应用时触发,但这个Error对 阅读全文
posted @ 2021-06-15 15:22 tonggc1668 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 四种CDC方案比较 https://cloud.tencent.com/developer/article/1433103 阅读全文
posted @ 2021-06-10 10:36 tonggc1668 阅读(49) 评论(0) 推荐(0) 编辑
摘要: flink yarn-session.sh启动任务指定的应用名和队列无效问题 https://blog.csdn.net/cndotaci/article/details/107073276 Flink常见Shell命令 https://support.huaweicloud.com/cmpntgu 阅读全文
posted @ 2021-06-07 21:11 tonggc1668 阅读(53) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 72 下一页