from https://www.quora.com/I-have-a-table-that-has-1-3-billion-sales-rows-and-most-of-the-columns-are-indexed-It-still-takes-a-long-time-for-me-to-run ...
分类:
数据库 时间:
2018-06-08 12:04:22
阅读次数:
197
ElementUI是饿了么推出的一套基于vue2.x的一个ui框架。官方文档也很详细,这里做一个element-ui日期插件的补充,官方文档中使用picker-options属性来限制可选择的日期,这里举例子稍做补充。 一、单个输入框的 设置选择七天之前到今天的日期 这个return刚开始有点难理解 ...
分类:
其他好文 时间:
2018-06-01 18:15:24
阅读次数:
1534
Little Artem has invented a time machine! He could go anywhere in time, but all his thoughts of course are with computer science. He wants to apply th ...
分类:
系统相关 时间:
2018-05-28 18:55:12
阅读次数:
209
红帽5.5系统下安装 1、首先配置yum服务 挂载光盘 mount /dev/cdrom /media 进入如下路径 cd /etc/yum.repos.d 修改之前先复制另存为xxx防止出错 cp rhel-debuginfo.repo 123.repo 修改配置文件 vi rhel-debugi ...
分类:
数据库 时间:
2018-05-24 18:55:44
阅读次数:
234
Redhat 或 CentOS 发行版本号 第一种方法,也是最容易想到的方法是查看 /etc/issue 和 /etc/redhat-release这两个文件,这两个文件都差不多,都含有发行号, 但这是在文件中,很容易修改,我那个同事觉得这个不太靠谱。 第二种方法是使用命令,在RHEL 5 或 Ce ...
分类:
其他好文 时间:
2018-05-23 16:12:45
阅读次数:
196
Problem @ Problem Description It's time to prepare the problems for the 14th Zhejiang Provincial Collegiate Programming Contest! Almost all members of ...
分类:
其他好文 时间:
2018-05-21 00:05:00
阅读次数:
226
使用jmeter代理录制Http请求时,启动HTTP(S) Test Script Recorder报jmeter.protocol.http.proxy.ProxyControl, 日志为: 2018/05/19 15:47:05 INFO - jmeter.protocol.http.proxy ...
分类:
Web程序 时间:
2018-05-19 20:36:57
阅读次数:
1523
# name = "012 aleX " # # print(name.lstrip())#删除字符创前面的空格 # # print(name.replace(' ', '1'))#后面的字符串替代前面的字符串 # # print(name.strip())#删除字符串前后空格 # # print ... ...
分类:
其他好文 时间:
2018-05-18 22:26:43
阅读次数:
190
先来一张大图。 Hbase上Regionserver的内存分为两个部分,一部分作为Memstore,主要用来写;另外一部分作为BlockCache,主要用于读数据;这里主要介绍写数据的部分,即Memstore。当RegionServer(RS)收到写请求的时候(writerequest),RS会将请 ...
分类:
其他好文 时间:
2018-05-17 16:54:20
阅读次数:
311