首页
编程基础
系统
家庭
个人
友情链接
申请友情链接
七七
累计撰写
150
篇文章
累计创建
34
个分类
累计收到
0
条评论
导航
首页
编程基础
系统
家庭
个人
友情链接
申请友情链接
目录
生活学习记录
标签
源码
FlinkSQL验证与执行计划查看
2024-03-12 17:03
10
0
0
25.0℃
大数据
数据
import org.apache.flink.api.java.tuple.Tuple2; import org.apache.flink.streaming.api.datastream.DataStream; import org.apache.flink.streaming.api.en
springboot多数据源配置
2024-03-12 16:59
18
0
0
25.8℃
spring
后端开发
import javax.sql.DataSource; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Qualifier;
JAVA8 ArrayBloackingQueue源码分析
2024-03-12 16:59
18
0
0
25.8℃
Java
编程基础
构造函数用于创建一个带有给定的(固定)容量和默认访问策略的 ArrayBlockingQueue。 public ArrayBlockingQueue(int capacity, boolean fair) { // 初始容量必须大于0 if (capacity <= 0) throw new Il
Code for parquet writer
2024-03-12 16:58
26
0
0
26.6℃
大数据
数据
import com.sf.presto.jdbc.internal.airlift.slice.Slice; import com.sf.presto.jdbc.internal.airlift.slice.Slices; import org.apache.hadoop.conf.Configu
Code for Presto TestCase
2024-03-12 16:58
18
0
0
25.8℃
大数据
数据
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o
弹