码迷,mamicode.com
首页 >  
搜索关键字:minimal    ( 882个结果
[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 ...
分类:编程语言   时间:2018-09-20 11:07:27    阅读次数:166
[Tools] Create a Chrome Extension
Creating a Chrome extension requires a manifest.json file which defines how your extension will behave. With a minimal setup, you can already manipula ...
分类:其他好文   时间:2018-09-16 17:15:56    阅读次数:149
OpenStack Pike Minimal安装:六、管理界面
Ⅰ、配置dashboard1.在controller上安装dashboard[root@controller~]#yuminstallopenstack-dashboard-y2.配置①修改local_settings文件[root@controller~]#vim/etc/openstack-dashboard/local_settingsOPENSTACK_HOST="controller"O
分类:其他好文   时间:2018-09-13 12:09:19    阅读次数:198
CentOS 7 的安装
CentOS 7的安装 安装前的准备: 1.去官网或是去网上下载好CentOS 7的镜像文件 下载主页: https://www.centos.org/download/ 最小化下载 DVD ISO Everything ISO Minimal ISO 2.准备好虚拟机VM 3.简单的了解一下Cen ...
分类:其他好文   时间:2018-09-12 12:03:08    阅读次数:165
[LeetCode] 527. Word Abbreviation 单词缩写
Given an array of n distinct non-empty strings, you need to generate minimal possible abbreviations for every word following rules below. Example: Not ...
分类:其他好文   时间:2018-09-11 11:26:32    阅读次数:313
centos图形界面的开启和关闭
一般centos主要用于服务器,所以很少开启图形化界面,但有时为了工作方便也会偶尔开启图形界面,下面谈谈如何开启图形化界面, 简化安装( minimal CentOS)是没有桌面环境, 需要自行安装,可以使用yum安装, 1. yum 的 group 指令 yum 可以以程序组的模式来安装成套的软件 ...
分类:其他好文   时间:2018-09-10 18:00:07    阅读次数:3754
leetcode527 - Word Abbreviation - hard
Given an array of n distinct non-empty strings, you need to generate minimal possible abbreviations for every word following rules below. 1. Begin wit ...
分类:其他好文   时间:2018-09-09 15:16:18    阅读次数:155
OpenStack Pike Minimal安装:四、计算服务
Ⅰ、在controller节点上配置nova1.创建nova服务凭据#先使用脚本登陆admin[root@controller~]#.admin-openstack.sh①创建novauseropenstackusercreate--domaindefault--password-promptnova②关联openstackroleadd--projectservice--usernovaadmi
分类:其他好文   时间:2018-09-07 00:01:53    阅读次数:232
OpenStack Pike Minimal安装:三、镜像管理
1.创建服务凭据#先使用脚本登陆admin[root@controller~]#.admin-openstack.sh①创建glanceuseropenstackusercreate--domaindefault--password-promptglance②关联openstackroleadd--projectservice--userglanceadmin③创建glanceserviceope
分类:其他好文   时间:2018-09-04 19:51:11    阅读次数:141
OpenStack Pike Minimal安装:二、身份认证
1.在controller节点上安装keystoneroot@controller~]#yuminstallopenstack-keystonehttpdmod_wsgi-y2.配置[root@controller~]#vim/etc/keystone/keystone.conf[database]connection=mysql+pymysql://keystone:keystone@contr
分类:其他好文   时间:2018-09-04 14:00:41    阅读次数:222
882条   上一页 1 ... 18 19 20 21 22 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!