###C的编译环境 1.在虚拟机中使用g,可使用如下命令: 先测试有没有安装g++ g++ -v 安装 sudo apt-get update sudo apt-get install g++ g++ -v //用来检查是否安装成功 g是c的一种编译器,需要安装,g++的用法和gcc一致,需要更换下 ...
分类:
编程语言 时间:
2021-03-12 13:45:42
阅读次数:
0
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/Learn-NB-IOT-Air302-ForLua" frameborder="0" scrolling="auto" width="100%" height="1500"> ...
分类:
其他好文 时间:
2021-03-12 13:34:49
阅读次数:
0
TopN的常见应用场景,最热商品购买量,最高人气作者的阅读量等等。 1. 用到的知识点 Flink创建kafka数据源; 基于 EventTime 处理,如何指定 Watermark; Flink中的Window,滚动(tumbling)窗口与滑动(sliding)窗口; State状态的使用; P ...
分类:
其他好文 时间:
2021-03-12 13:00:59
阅读次数:
0
在学习使用docker-compose之前必须要了解YAML语言的用法。YAML语言是一种非常简单的语言,下篇会具体介绍。 Docker-compose简介 # Docker三剑客: docker-compose # 多容器编排工具,基于 Yaml 格式资源清单 docker-swarm # 集群化 ...
分类:
其他好文 时间:
2021-03-09 13:38:34
阅读次数:
0
一、参考 Suggesters Elasticsearch Suggester 详解 二、基本介绍 2.1 bing 示例 2.2 suggest 过程 三、ES 的 suggester 3.1 实现原理 将输入的文本分解为token, 然后在索引的字典中查找相似的 term 并且返回 3.2 4 ...
分类:
其他好文 时间:
2021-03-09 13:25:28
阅读次数:
0
1、导入Maven依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-boot-starter</artifactId> <version>3.0.0</version> </dependency> 2、配置ap ...
分类:
编程语言 时间:
2021-03-09 13:16:42
阅读次数:
0
参考:https://blog.csdn.net/yeah898/article/details/24640411?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.contro ...
分类:
其他好文 时间:
2021-03-08 14:02:29
阅读次数:
0
配置文件 flume-taildir-logger.conf: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1. ...
分类:
其他好文 时间:
2021-03-08 13:38:15
阅读次数:
0
文章来源:https://segmentfault.com/a/1190000013321448?utm_source=sf-related 作者:TinaXTU 前言 谈到学习英语,以及背单词,市面上有大量大量的书籍,作为一个程序员和业余学习英语的人,我想分享的方法是在我学习英语的一些经验的基础上 ...
分类:
其他好文 时间:
2021-03-08 13:22:17
阅读次数:
0
flume-netcat-logger.conf 文件编写: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.s ...
分类:
Web程序 时间:
2021-03-06 14:54:47
阅读次数:
0