码迷,mamicode.com
首页 >  
搜索关键字:nova compute    ( 2594个结果
需要整理下111
https://docs.openstack.org/newton/networking-guide/deploy-ovs-ha-dvr.html On the compute node containing the instance, verify creation of the fip name ...
分类:其他好文   时间:2019-06-10 14:14:55    阅读次数:166
UVA1152- 枚举 /二分查找
The SUM problem can be formulated as follows: given four lists A,B,C,D of integer values, compute how many quadruplet (a,b,c,d) ∈ A×B×C×D are such tha ...
分类:其他好文   时间:2019-06-09 22:15:53    阅读次数:118
SQL like
确定给定的字符串是否与指定的模式匹配。模式可以包含常规字符和通配符字符。 模式匹配过程中,常规字符必须与字符串中指定的字符完全匹配。然而,可使用字符串的任意片段匹配通配符。 与使用 = 和 != 字符串比较运算符相比,使用通配符可使 LIKE 运算符更加灵活。 如果任何参数都不属于字符串数据类型,M ...
分类:数据库   时间:2019-06-08 14:59:30    阅读次数:176
云计算openstack-虚拟机获取不到ip(13)
一、现象描述: openstack平台中创建虚拟机后,虚拟机在web页面中显示获取到了ip,但是打开虚拟机控制台后查看网络状态,虚拟机没有ip地址,下图为故障截图: 二、分析思路: (1)查看neutron服务状态,确保dchp服务正常运行 (2)查看dnsmsp进程是否正常 (3)检查ovs网桥中 ...
分类:其他好文   时间:2019-06-07 00:31:12    阅读次数:125
Books for computer programmers
Introduction to Algorithms 3rd Thomas H. Cormen Cracking the coding Interview about coding and interview 6th Design Patterns Elements of Reusable Obje ...
分类:其他好文   时间:2019-06-06 22:52:36    阅读次数:107
容器资源需求、资源限制(二十二)
官网:https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ 容器的资源需求,资源限制 Request:需求,最低保障; Limits:限制,硬限制 CPU: 1颗逻辑CPU 1=10 ...
分类:其他好文   时间:2019-06-06 10:42:42    阅读次数:106
letecode [69] - Sqrt(x)
Implement int sqrt(int x). Compute and return the square root of x, where x is guaranteed to be a non-negative integer. Since the return type is an in ...
分类:其他好文   时间:2019-06-06 09:13:01    阅读次数:101
openstack部署nova
controller 一、创建nova数据库,并设置权限及远程登录 mysql -u root -p CREATE DATABASE nova_api; CREATE DATABASE nova; CREATE DATABASE nova_cell0; GRANT ALL PRIVILEGES ON ...
分类:其他好文   时间:2019-06-04 20:55:09    阅读次数:116
SqlHelper发布——比你期望的还要多的多(例如比MyBatis-Pagehelper性能更高)
SqlHelper发布——比Mybatis-PageHelper性能更高 起源 前段时间开启了一个新的项目,在选择分页插件时,发现github上很流行的一个是pagehelper,在百度上搜索了一下,使用量。由于项目紧急,所先拿来用了。但是我知道它并不适合我们。原因是它有如下几个缺点: 1) 对国产 ...
分类:数据库   时间:2019-06-03 21:41:19    阅读次数:198
一篇来自hasura graphql-engine 百万级别live query 的实践
转自:https://github.com/hasura/graphql-engine/blob/master/architecture/live-queries.md Scaling to 1 million active GraphQL subscriptions (live queries) ...
分类:其他好文   时间:2019-06-01 11:14:01    阅读次数:234
2594条   上一页 1 ... 44 45 46 47 48 ... 260 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!