摘要: 参考官方文档: https://doris.apache.org/zh-CN/docs/2.1/sql-manual/sql-statements/Data-Manipulation-Statements/Manipulation/DELETE/ 阅读全文
posted @ 2024-09-02 19:52 所向披靡zz 阅读(6) 评论(0) 推荐(0) 编辑
摘要: select concat(year(CURRENT_DATE())-2,"-01-01 00:00:00") as deleteTime 下一个任务 ${deleteTime} 直接引用 阅读全文
posted @ 2024-08-27 17:54 所向披靡zz 阅读(9) 评论(0) 推荐(0) 编辑
摘要: table=HHK LOWERCASE=$(echo $table | tr '[A-Z]' '[a-z]') echo $LOWERCASE 阅读全文
posted @ 2024-06-26 15:33 所向披靡zz 阅读(2) 评论(0) 推荐(0) 编辑
摘要: axure 阅读全文
posted @ 2024-06-14 10:03 所向披靡zz 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ping命令[root@iw opt]# ping 172.1.1.3 PING 172.1.1.3 (172.1.1.3) 56(84) bytes of data. 64 bytes from 172.1.1.3: icmp_seq=1 ttl=123 time=16.8 ms 64 bytes 阅读全文
posted @ 2024-06-04 12:53 所向披靡zz 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 文件夹更新: 1、使用命令git pull或git fetch下载远程仓库最新的变更。 文件上传: git add . git commit -m 'oss-delete代码' git remote add origin 'http://g.vpclub.cn/newcity2/bigdata/ts 阅读全文
posted @ 2024-05-29 20:27 所向披靡zz 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://blog.csdn.net/WTUDAN/article/details/120767542 阅读全文
posted @ 2024-05-29 11:08 所向披靡zz 阅读(113) 评论(0) 推荐(0) 编辑
摘要: datax读取hive表有两种方式,一种是读取hdfs文件路径HDFSReader,因为hive是存储在hdfs上。第二种是读取hive表RDBMSReader。 HDFSReader { "job": { "setting": { "speed": { "channel": 3 }, "error 阅读全文
posted @ 2024-05-28 16:02 所向披靡zz 阅读(257) 评论(0) 推荐(0) 编辑
摘要: logback-spring.xml: <!-- Logback configuration. See http://logback.qos.ch/manual/index.html --> <configuration scan="true" scanPeriod="10 seconds"> <s 阅读全文
posted @ 2024-05-22 10:36 所向披靡zz 阅读(60) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1se4y137Bf?p=37&vd_source=04d80f475277388fb106b530402116b6 阅读全文
posted @ 2024-05-21 20:28 所向披靡zz 阅读(5) 评论(0) 推荐(0) 编辑