码迷,mamicode.com
首页 >  
搜索关键字:minimal    ( 882个结果
centOS出现 -bash: vim: command not found
问题描述 用centos 的主机的時候, 用 vim 时出现 -bash: vim: command not found. 只能使用 vi. 那么如何安裝 vim 呢? 解决步骤 1.查看是否安装 输入 rpm -qa|grep vim 命令, 如果 vim 已经正确安装,会返回下面的三行代码: [ ...
分类:系统相关   时间:2019-06-20 17:25:58    阅读次数:146
使用Netconf管理Cisco网络设备
测试环境:Cisco CSR1000V虚拟化环境 Step 1:开启Cisco设备netconf-Yang,如下图: CSR1000V(config)#netconf-yang CSR1000V(config)#netconf-yang ssh port 830 Step 2:配置AAA CSR10 ...
分类:Web程序   时间:2019-06-17 10:49:14    阅读次数:544
LeetCode-209 Minimum Size Subarray Sum
题目描述 Given an array of n positive integers and a positive integer s, find the minimal length of a contiguous subarray of which the sum ≥ s. If there i ...
分类:其他好文   时间:2019-06-13 15:35:07    阅读次数:85
CF1175E Minimal Segment Cover 题解
题意:给出$n$个形如$[l,r]$的线段。$m$次询问,每次询问区间$[x,y]$,问至少选出几条线段,使得区间$[x,y]$的任何一个部位都被至少一条线段覆盖。 首先有一个显然的贪心,设询问区间为$[l,r]$,则所取的区间最靠左的一个的左端点必定小于等于$l$,并且要使这个区间尽可能地向右延伸 ...
分类:其他好文   时间:2019-06-07 21:23:14    阅读次数:187
CF1175E Minimal Segment Cover
题目链接 题意 给出n条线段。m次询问,每次询问给出一个区间$[l,r]$问最少需要多少条线段才能覆盖区间$[l,r]$。 所有坐标$\le 5\times 10^5$。$n,m\le 2\times 10^ 5$ 思路 其实是比较经典的线段覆盖问题。 $f[i][j]$表示从i开始走$2^j$条线 ...
分类:其他好文   时间:2019-06-06 16:04:04    阅读次数:89
LeetCode-209.Minimum Size Subarray Sum
Given an array of n positive integers and a positive integer s, find the minimal length of a contiguous subarray of which the sum ≥ s. If there isn't ...
分类:其他好文   时间:2019-06-04 22:07:27    阅读次数:101
环境初始化 Build and Install the Apache Thrift IDL Compiler Install the Platform Development Tools
Apache Thrift - Centos 6.5 Install http://thrift.apache.org/docs/install/centos Building Apache Thrift on CentOS 6.5 Starting with a minimal installat ...
分类:Web程序   时间:2019-05-26 10:59:11    阅读次数:174
Hadoop 查看某个文件分成几个块,分别在那台机架的哪个机器上
使用 hadoop fsck /g6/input/baidu.log -files -blocks -locations -racks 命令,查看某个文件分成几个块,分别在那台机架的哪个机器上
分类:其他好文   时间:2019-05-17 12:12:34    阅读次数:140
The minimal unique substring CodeForces - 1159D (构造)
核心观察是形如01,001,0001,...的串循环时, $n$每增长1, $k$就增长1. ...
分类:其他好文   时间:2019-05-15 22:48:06    阅读次数:197
配置 Hive On Tez
配置 Hive On Tez 标签(空格分隔): hive Tez 部署底层应用 简单介绍 介绍:tez 是基于hive 之上,可以将sql翻译解析成DAG计算的引擎。基于DAG 与mr 架构本身的优缺点,tez 本身经过测试一般小任务在hive mr 的2 3倍速度左右,大任务7 10倍左右,根据 ...
分类:其他好文   时间:2019-05-13 22:59:00    阅读次数:158
882条   上一页 1 ... 11 12 13 14 15 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!