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
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
确定给定的字符串是否与指定的模式匹配。模式可以包含常规字符和通配符字符。 模式匹配过程中,常规字符必须与字符串中指定的字符完全匹配。然而,可使用字符串的任意片段匹配通配符。 与使用 = 和 != 字符串比较运算符相比,使用通配符可使 LIKE 运算符更加灵活。 如果任何参数都不属于字符串数据类型,M ...
分类:
数据库 时间:
2019-06-08 14:59:30
阅读次数:
176
一、现象描述: openstack平台中创建虚拟机后,虚拟机在web页面中显示获取到了ip,但是打开虚拟机控制台后查看网络状态,虚拟机没有ip地址,下图为故障截图: 二、分析思路: (1)查看neutron服务状态,确保dchp服务正常运行 (2)查看dnsmsp进程是否正常 (3)检查ovs网桥中 ...
分类:
其他好文 时间:
2019-06-07 00:31:12
阅读次数:
125
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
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
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性能更高 起源 前段时间开启了一个新的项目,在选择分页插件时,发现github上很流行的一个是pagehelper,在百度上搜索了一下,使用量。由于项目紧急,所先拿来用了。但是我知道它并不适合我们。原因是它有如下几个缺点: 1) 对国产 ...
分类:
数据库 时间:
2019-06-03 21:41:19
阅读次数:
198
转自: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