1.声明式表单验证: <Form.Item name="username" rules={[ { required: true, message: 'Please input your Username!', }, { max: 20, message: '最长20位!', }, { min: 5, ...
分类:
其他好文 时间:
2020-04-25 19:12:36
阅读次数:
66
abc 过滤器介绍 HBase过滤器是一套为完成一些较高级的需求所提供的API接口。 过滤器也被称为下推判断器(push down predicates),支持把数据过滤标准从客户端下推到服务器,带有 Filter 条件的 RPC 查询请求会把 Filter 分发到各个 RegionServer,所 ...
分类:
其他好文 时间:
2020-04-23 22:46:48
阅读次数:
76
最近在做将kafka里面的业务日志写入到hbase 当中,然后要对hbase 里面的数据进行解析然后插入到数据库当中。 为了能节约磁盘空间想对hbase里面的数据进行删除,但是我们设置的rowkey是按照每小时 加日期 然后加hash码的方式组成的。例子如下: 这个地方我们没有办法通过框定一个时间范 ...
分类:
系统相关 时间:
2020-04-22 16:12:15
阅读次数:
337
Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "". Exampl ...
分类:
其他好文 时间:
2020-04-21 22:26:53
阅读次数:
82
创建桶 上传文件 python上传实例代码 python创建桶的实例代码 python实例删除桶 获取cos上传临时凭证及删除 ...
分类:
编程语言 时间:
2020-04-21 13:09:51
阅读次数:
248
编译make MALLOC=libc安装到指定目录make install PREFIX=/opt/cluster/redis1 redis启动redis-server redis-confredis关闭redis-cli shutdown 配置域名映射199.232.28.133 raw.gith ...
分类:
其他好文 时间:
2020-04-19 23:42:01
阅读次数:
118
This is the hard version of the problem. The difference is the constraint on the sum of lengths of strings and the number of test cases. You can make ...
分类:
编程语言 时间:
2020-04-18 14:10:40
阅读次数:
87
1.安装依赖库: yum install pcre-devel openssl-devel gcc curl -y 2.编译安装openresty(默认, --prefix=/usr/local/openresty 程序会被安装到/usr/local/openresty目录): tar -zxvf ...
分类:
其他好文 时间:
2020-04-15 18:34:39
阅读次数:
84
1、下载 redis官方网站 : http://download.redis.io/ 下载安装包 redis-stable.tar.gz 2、上传到 Linux 环境,存放到任意目录下 3、 解压: tar zxvf redis-stable.tar.gz 4、编译: make 5、 安装: mak ...
分类:
系统相关 时间:
2020-04-15 01:00:41
阅读次数:
94
linux 下centos 安装 redis centos 版本: redis 版本:redis-4.0.11.tar.gz 在线安装:wget 命令。 centos 如缺少命令。使用 yum install wget 安装目录:/usr/local/redis 下 cd /usr/local/ 获 ...
分类:
系统相关 时间:
2020-04-14 21:00:18
阅读次数:
121