Getting Started with MyRocks Download Facebook MySQL 5.6, then build from source 安装步骤,这都不会就不用往下做了,直接给连接https://github.com/facebook/mysql-5.6/wiki/Buil ...
分类:
其他好文 时间:
2017-02-03 23:10:12
阅读次数:
355
在文档中,任何一个节点都有 type 、 name 、value 这三个属性。 元素节点没有nodeValue 属性,值为null radio 判断其有没有被选中,radio 有个属性默认值是 checked="checked",如果可以遍历radio数组,checked属性有值或者存在,说明被选中 ...
分类:
编程语言 时间:
2017-02-03 15:38:15
阅读次数:
157
You are given a tree (an acyclic undirected connected graph) with N nodes. The tree nodes are numbered from 1 to N. In the start, the color of any nod ...
分类:
其他好文 时间:
2017-02-02 18:25:27
阅读次数:
230
描述 输入一个长度为n的整数序列,从中找出一段不超过M的连续子序列,使得整个序列的和最大。例如 1,-3,5,1,-2,3当m=4时,S=5+1-2+3=7当m=2或m=3时,S=5+1=6 输入格式 第一行两个数n,m第二行有n个数,要求在n个数找到最大子序和 输入格式 第一行两个数n,m第二行有 ...
分类:
其他好文 时间:
2017-02-02 17:36:13
阅读次数:
171
Description 给定一个含有n个数的序列a[1],a[2],a[3]……a[n],程序必须回答这样的询问:对于给定的i,j,k,在a[i],a[i+1],a[i+2]……a[j]中第k小的数是多少(1≤k≤j-i+1),并且,你可以改变一些a[i]的值,改变后,程序还能针对改变后的a继续回答 ...
分类:
其他好文 时间:
2017-02-02 12:59:42
阅读次数:
210
A - Dasha and Stairs(water) 题意:能否找到一个区间内奇数偶数个数分别为a和b。被hack了一个0 0的数据点orz.... 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int INF = 0x3f3f ...
分类:
其他好文 时间:
2017-02-02 12:06:28
阅读次数:
260
1.kubernetes1.5.1安装 参考文献:http://lizhiyuan.blog.51cto.com/1343931/1890692 另外一篇文章:http://www.cnblogs.com/jicki/p/6208271.html 注意:kubeadm init需要修改为:kubea ...
分类:
其他好文 时间:
2017-02-01 19:50:20
阅读次数:
286
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 此题考查链表的操 ...
分类:
其他好文 时间:
2017-02-01 12:39:40
阅读次数:
226
[codeforces538E]Demiurges Play Again 试题描述 Demiurges Shambambukli and Mazukta love to watch the games of ordinary people. Today, they noticed two men w ...
分类:
其他好文 时间:
2017-01-31 19:21:53
阅读次数:
298