上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 52 下一页
摘要: 前言 参考:https://blog.csdn.net/wzb1983/article/details/125761231 官网:http://spark.apache.org/downloads.html 软件仓库:https://archive.apache.org/dist/spark/ 软件 阅读全文
posted @ 2023-03-24 13:49 黄河大道东 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 前言 本文参考:https://blog.csdn.net/zhengzaifeidelushang/article/details/127841043 参考:https://blog.csdn.net/shuyv/article/details/128847853 参考:https://blog. 阅读全文
posted @ 2023-03-23 16:05 黄河大道东 阅读(551) 评论(0) 推荐(0) 编辑
摘要: touch run.sh && chmod +x run.sh && vim run.sh #!/bin/bash # 程序端口 app_port=5000 # 程序文件入口 app_path="java.jar | app.py |index.js | shell.sh" # 执行程序的虚拟机/编 阅读全文
posted @ 2023-03-22 15:44 黄河大道东 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 前言 参考:https://blog.csdn.net/huxili2020/article/details/120212162?spm=1001.2014.3001.5502 软件仓库:https://archive.apache.org/dist/flume/ 软件:https://archiv 阅读全文
posted @ 2023-03-22 09:43 黄河大道东 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 前言 参考:https://blog.csdn.net/huxili2020/article/details/120459471 前置条件:Hadoop、Zookeeper 均需要正常的集群环境 官网:https://hbase.apache.org/downloads.html 软件仓库:http 阅读全文
posted @ 2023-03-22 09:39 黄河大道东 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 前言 参考:https://blog.csdn.net/huxili2020/article/details/120371459 一、安装 mkdir -p /opt/kafka && cd /opt/kafka tar -zxvf /opt/kafka/kafka_2.13-3.3.1.tgz m 阅读全文
posted @ 2023-03-22 00:09 黄河大道东 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 前言 参考博客:https://blog.csdn.net/weixin_55008454/article/details/128445784 一、下载 zk仓库地址:https://archive.apache.org/dist/zookeeper/ 软件包:https://archive.apa 阅读全文
posted @ 2023-03-21 23:47 黄河大道东 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 一、IP命令网络配置 Linux的 ip 命令和 ifconfig 类似,但前者功能更强大,并旨在取代后者。使用ip命令,只需一个命令,就能很轻松地执行一些网络管理任务。**ifconfig是net-tools中已被废弃使用的一个命令,许多年前就已经没有维护了。**Linux系统提供iproute2 阅读全文
posted @ 2023-02-21 22:22 黄河大道东 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 前言 配合嵌入式数据库使用,比如H2,sqlite嵌入式关系型数据,很香! pom <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> < 阅读全文
posted @ 2023-02-16 19:53 黄河大道东 阅读(68) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> std::string aaa = "111"; int main() { // [] 称为lambda捕获列表,它的含义为:告诉编译器需要在匿名函数内部使用外部的变量。捕获列表中的内容控制着匿名函数对外部作用域的变量的访问权限。 // a、[] 空捕获 au 阅读全文
posted @ 2023-02-12 00:06 黄河大道东 阅读(31) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 52 下一页