上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 33 下一页
摘要: 查看所有分支 git branch -a 本地创建新分支 git checkout -b dev *这里的dev为新建的本地分支 将分支推送到远程仓库 git push origin dev:dev *origin是远程仓库名,第一个dev是本地分支名,第二个dev是远程分支名 阅读全文
posted @ 2022-06-25 21:20 梦醒江南·Infinite 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 原文链接 Hive Date and Timestamp functions are used to manipulate Date and Time on HiveQL queries over Hive CLI, Beeline, and many more applications Hive 阅读全文
posted @ 2022-06-25 14:48 梦醒江南·Infinite 阅读(951) 评论(0) 推荐(0) 编辑
摘要: 代码 package test import org.apache.kafka.clients.consumer.{ConsumerConfig, ConsumerRecord} import org.apache.kafka.common.serialization.StringDeseriali 阅读全文
posted @ 2022-06-22 11:54 梦醒江南·Infinite 阅读(294) 评论(0) 推荐(0) 编辑
摘要: (67条消息) SparkStreaming2.4.0的kafka2.0.0数据源&其他基本数据源的深入讲解_稳哥的哥的博客-CSDN博客 阅读全文
posted @ 2022-06-09 00:13 梦醒江南·Infinite 阅读(64) 评论(0) 推荐(0) 编辑
摘要: (67条消息) Hadoop2.7.7搭建高可用(HA)集群_我是搬砖工人的博客-CSDN博客 阅读全文
posted @ 2022-06-08 22:00 梦醒江南·Infinite 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 参考:hadoop HA (no zkfc to stop) DFSZKFailoverController进程没有启动 - 走看看 (zoukankan.com) 检查配置文件hdfs-site.xml的dfs.ha.fencing.methods的配置是否未换行 需要修改为换行才对 阅读全文
posted @ 2022-06-08 21:33 梦醒江南·Infinite 阅读(550) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-28 19:01 梦醒江南·Infinite 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 项目地址 BNDong/Cnblogs-Theme-SimpleMemory: 🍭 Cnblogs theme _ Basic theme : SimpleMemory (github.com) 文档资料 简介 - Document (bndong.github.io) 阅读全文
posted @ 2022-05-28 18:42 梦醒江南·Infinite 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 启动JeecgSystemApplication报错 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2022-05-2 阅读全文
posted @ 2022-05-28 17:16 梦醒江南·Infinite 阅读(1748) 评论(1) 推荐(0) 编辑
摘要: 如下截图所示,增加三行代码即可: #include<QMetaType> Q_DECLARE_METATYPE(QVector<int>); qRegisterMetaType<QVector<int>>("QVector<int>&"); 阅读全文
posted @ 2022-05-28 14:43 梦醒江南·Infinite 阅读(2356) 评论(0) 推荐(1) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 33 下一页