参考: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
环境: vmware centos7 1、下载适合自己的es版本 https://www.elastic.co/cn/downloads/past-releases/elasticsearch-7-10-1 2、由于我下载的是二进制包,因为从es7开始自带了jdk,所以不需要单独去安装jdk了,直接 ...
分类:
其他好文 时间:
2021-03-04 13:21:00
阅读次数:
0
# Copyright (C) 2012 The Android Open Source Project Android开源项目#我们这里只对init.rc做一个简单的介绍,init.rc文件中只包含两种声明,on和service,我们可以把on称为行为,把service称为服务(这里的服务和应用开 ...
分类:
移动开发 时间:
2021-03-04 13:18:42
阅读次数:
0
1、NFS 介绍NFS 即网络文件系统(Network File-System),可以通过网络让不同机器、不同系统之间可以实现文件共享。通过 NFS,可以访问远程共享目录,就像访问本地磁盘一样。NFS 只是一种文件系统,本身并没有传输功能,是基于 RPC(远程过程调用)协议实现的,采用 C/S 架构 ...
分类:
Web程序 时间:
2021-03-02 12:15:37
阅读次数:
0
Zabbix 2.2.14之前的版本和3.0.4之前的3.0版本 latest.php页面提取cookie中的zbx_sessionid的后16位 246c58ba963457ef http://192.168.49.2:8080/latest.php?output.php=ajax&sid=246 ...
分类:
数据库 时间:
2021-03-02 12:07:31
阅读次数:
0
1. Grpc 是什么? Google RPC A high-performance, open source universal RPC framework 官方地址:https://www.grpc.io/ Grpc 开始是由google 开发的,是一款语言中立、平台中立、开源的远程调用(RPC ...
用法1:在工程中加入控件cxLocalizer; 在程序中加入如下语句: 1 Localizer.LoadFromFile(‘DevLocal.ini‘); 2 Localizer.Language := '中文(简体,中国)'; 3 Localizer.Active := true; 这个方法很容 ...
分类:
其他好文 时间:
2021-03-01 13:15:08
阅读次数:
0