如何安装和启动NiFi 端口配置 NiFi 嵌入式Zookeeper 配置最佳实践 安全配置 TLS生成工具包 用户认证 轻量级目录访问协议(LDAP) Kerberos的 OpenId Connect Apache Knox 多租户授权 授权人配置 Authorizers.xml安装程序 Apac ...
分类:
Web程序 时间:
2020-03-03 10:30:07
阅读次数:
93
# 学习JAVA第一课 如何编写博客 细则 字体 heoll 周毅 方法(星号+内容+星号) heloo周毅 方法(2星号+内容+2星号) heloo周毅 方法(3星号+内容+3星号) heloo周毅 方法(2波浪号+内容+2波浪号) 引用 选择java,走向人生巅峰 方法(小于号+空格)如: 周毅 ...
分类:
编程语言 时间:
2020-02-29 18:56:29
阅读次数:
81
-- -- classic, object model. -- -- Copyright (c) 2014, rxi -- -- This module is free software; you can redistribute it and/or modify it under -- the t ...
分类:
其他好文 时间:
2020-02-29 17:32:46
阅读次数:
70
#标识列MODIFY 修改COLUMN 栏目 控制某个字段又称为自增长列含义:可以不用手动的插入值,系统提供默认的序列值(从1开始,每次都会再增长1) auto_increment自增长 特点:1.仅仅只能有一个标识列2.并且该列必须是一个key(主键、唯一键、外键,自定义)MySQL是这样的3.标 ...
分类:
其他好文 时间:
2020-02-29 00:48:11
阅读次数:
62
板子 单点修改 区间查询(求和) 1 //单点修改,区间查询(加) 2 #include<iostream> 3 #include<cstdio> 4 #include<cctype> 5 #define re register int 6 using namespace std; 7 const ...
分类:
其他好文 时间:
2020-02-29 00:29:28
阅读次数:
69
ALTER COLUMN、MODIFY COLUMN 和 CHANGE COLUMN 语句修改列: ALTER COLUMN:改变、删除列的默认值。 这个语句会直接修改 .frm 文件而不涉及表数据,所以操作很快。 -- 改变列的默认值 ALTER TABLE test ALTER COLUMN a ...
分类:
数据库 时间:
2020-02-28 01:02:51
阅读次数:
80
sed可以按照指令或脚本编辑文本的linux工具,文本处理功能非常强大,本文总结一些工作中常用的sed模板,方便大家使用替换1.替换文件中所有的aaa到bbbsed-i‘s/aaa/bbb/g‘/path/to/file2.找到文件的修改日期statdeploy|sed-n‘/^Modify.*/p‘#找到statdeploy|sed-n‘/^Modify.*/p‘|grep-Eo"....-..
分类:
其他好文 时间:
2020-02-27 10:28:43
阅读次数:
102
创建table的时候就使用utf8编码 在每次创建表的时候都在最后加上 就可以很好的支持中文 修改已经有的table的编码 当使用默认编码创建了一个table的时候,是不能支持中文的,这时候使用如下语句对table_name进行修改: 此后再往这个table插入中文的时候,就可以正常存储和读取了,但 ...
分类:
数据库 时间:
2020-02-26 19:04:30
阅读次数:
73
cherry pick 一個 gerrit number 到 local, 修改完後, 再 push 到同一個 gerrit number cd the git project you want to modify repo start xxx cherry pick modify git add ...
分类:
其他好文 时间:
2020-02-26 16:41:27
阅读次数:
53
ReLU(inplace=True),这里的inplace=true的意思 待办inplace=True means that it will modify the input directly, without allocating any additional output. It can so... ...
分类:
其他好文 时间:
2020-02-26 13:59:04
阅读次数:
275