摘要: 1.下载地址:https://github.com/MicrosoftArchive/redis/releases 2.解压 3.验证 阅读全文
posted @ 2020-01-10 21:45 大牛和小白 阅读(312) 评论(0) 推荐(0)
摘要: 1.下载地址:https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.1.zip 2.解压,运行bin目录下的elasticsearch.bat (前提是需要安装jdk,设置好path变量) 3.浏览器访问: ht 阅读全文
posted @ 2020-01-10 21:06 大牛和小白 阅读(2182) 评论(2) 推荐(0)
摘要: 1.代码 import java.sql.{Connection, DriverManager, PreparedStatement}import org.apache.flink.configuration.Configurationimport org.apache.flink.streamin 阅读全文
posted @ 2020-01-10 15:02 大牛和小白 阅读(2997) 评论(0) 推荐(0)
摘要: 1.代码 import java.utilimport org.apache.flink.api.common.functions.RuntimeContextimport org.apache.flink.streaming.api.scala.StreamExecutionEnvironment 阅读全文
posted @ 2020-01-10 14:39 大牛和小白 阅读(1624) 评论(0) 推荐(0)
摘要: 1.代码 import org.apache.flink.streaming.api.scala.StreamExecutionEnvironmentimport org.apache.flink.streaming.connectors.redis.RedisSinkimport org.apac 阅读全文
posted @ 2020-01-10 13:58 大牛和小白 阅读(2986) 评论(0) 推荐(0)