01 2022 档案
摘要:1.安装 下载MongoDB wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-5.0.6-rc0.tgz 解压缩 tar -zxvf mongodb-linux-x86_64-rhel70-5.0.6-rc0.tgz
阅读全文
摘要:package com.wl.getInfo; import java.util.HashMap; import java.util.List; import java.util.Map; import cn.hutool.core.text.StrBuilder; import org.jsoup
阅读全文
摘要:1.下载 presto-server 和 presto-cli wget https://repo1.maven.org/maven2/com/facebook/presto/presto-server/0.266.1/presto-server-0.266.1.tar.gz wget https:
阅读全文
摘要:AWS Kinesis的PutRecord package com.example.firehose; import com.amazonaws.auth.AWSStaticCredentialsProvider; import com.amazonaws.auth.BasicAWSCredenti
阅读全文