码迷,mamicode.com
首页 >  
搜索关键字:seve    ( 361个结果
数据库优化方面
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日期选择器时间选择范围限制
ElementUI是饿了么推出的一套基于vue2.x的一个ui框架。官方文档也很详细,这里做一个element-ui日期插件的补充,官方文档中使用picker-options属性来限制可选择的日期,这里举例子稍做补充。 一、单个输入框的 设置选择七天之前到今天的日期 这个return刚开始有点难理解 ...
分类:其他好文   时间:2018-06-01 18:15:24    阅读次数:1534
CodeForces669E:Little Artem and Time Machine(CDQ分治)
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
socket小程序
服务端程序: 客户端程序: ...
分类:其他好文   时间:2018-05-26 20:28:12    阅读次数:144
mysql安装
红帽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
yum中$releasever、 $basearch等变量含义
Redhat 或 CentOS 发行版本号 第一种方法,也是最容易想到的方法是查看 /etc/issue 和 /etc/redhat-release这两个文件,这两个文件都差不多,都含有发行号, 但这是在文件中,很容易修改,我那个同事觉得这个不太靠谱。 第二种方法是使用命令,在RHEL 5 或 Ce ...
分类:其他好文   时间:2018-05-23 16:12:45    阅读次数:196
HDU 模拟判断规则
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录制代理进行录制,报 jmeter.protocol.http.proxy.ProxyControl
使用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
day2
# name = "012 aleX " # # print(name.lstrip())#删除字符创前面的空格 # # print(name.replace(' ', '1'))#后面的字符串替代前面的字符串 # # print(name.strip())#删除字符串前后空格 # # print ... ...
分类:其他好文   时间:2018-05-18 22:26:43    阅读次数:190
hbase region, store, storefile和列簇,的关系
先来一张大图。 Hbase上Regionserver的内存分为两个部分,一部分作为Memstore,主要用来写;另外一部分作为BlockCache,主要用于读数据;这里主要介绍写数据的部分,即Memstore。当RegionServer(RS)收到写请求的时候(writerequest),RS会将请 ...
分类:其他好文   时间:2018-05-17 16:54:20    阅读次数:311
361条   上一页 1 ... 22 23 24 25 26 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!