1)配置flume(flume-kafka.conf) # define a1.sources = r1 a1.sinks = k1 a1.channels = c1 # source a1.sources.r1.type = exec a1.sources.r1.command = tail -F ...
分类:
Web程序 时间:
2020-11-30 15:35:17
阅读次数:
9
编辑用户级配置文件 vim ~/.bashrc 添加配置信息: export PATH=/usr/local/mongodb/mongodb-3.6.5/bin:$PATH (中间那部分就是你的安装目录下的bin) 保存退出,刷新:source ~/.bashrc 我们输入mongo,显示版本信息, ...
分类:
其他好文 时间:
2020-11-27 11:48:48
阅读次数:
36
<?php highlight_file(__FILE__); class emmm { public static function checkFile(&$page) { // 白名单 $whitelist = ["source"=>"source.php","hint"=>"hint.php" ...
分类:
其他好文 时间:
2020-11-26 14:17:54
阅读次数:
3
源码: <?php show_source(__FILE__); $username = "admin"; $password = "password"; include("flag.php"); $data = isset($_POST['data'])? $_POST['data']: "" ; ...
分类:
Web程序 时间:
2020-11-25 13:04:51
阅读次数:
25
[Modern Java - A Guide to Java 8] [APIJSON] [网关soul] ...
分类:
其他好文 时间:
2020-11-25 12:42:03
阅读次数:
5
Linux虚拟环境创建及使用 linux安装 #方法2:linux pip 3 install virtual env wrapper mkdir $HOME/.virtualenvs #把所有虚拟环境指定到一个目录文件夹下存放 find/-name virtual env wrapper.sh # ...
分类:
系统相关 时间:
2020-11-25 12:20:22
阅读次数:
12
# cat check_gitlab_bak.sh #!/bin/sh source /etc/profile # 定义邮件发送列表 maillist=( zise@feizhu.com ) # 发送邮件函数 send_mail(){ for mail in ${maillist[*]}; do e ...
分类:
其他好文 时间:
2020-11-24 12:46:56
阅读次数:
8
//第一次尝试:#include<stdio.h> #include<stdlib.h> void* myMemmove(void* destin, const void* source,size_t num) { if (destin == NULL || source == NULL) { re ...
分类:
其他好文 时间:
2020-11-24 12:25:30
阅读次数:
7
一、二进制包下载:地址:https://downloads.mariadb.org/mariadb/10.2.35/选择你要安装的版本;该地址有三种数据格式的文件:Source——源码Binaries——二进制Packages——rpm包(针对centos,Redhat,Ubuntu系列的)下载二进制包:mariadb-10.2.35-linux-x86_64.tar.gz版本//linux表示在
分类:
数据库 时间:
2020-11-24 12:21:05
阅读次数:
11
资源文件在此 https://github.com/angzel/zen/blob/master/source/basic/zen-string/zen_utf8.h 只有两个函数 std::u32string UTF8ToUnicode(std::string const & utf8); std ...
分类:
编程语言 时间:
2020-11-24 12:19:12
阅读次数:
9