3.1keystone安装linux-node1上面3.2配置源http://mirrors.aliyun.com/centos/7.2.1511/cloud/x86_64/openstack-newton/centos-release-openstack-newton-1-1.el7.noarch.rpm
yumlocalinstall-ycentos-release-openstack-newton-1-1.el7.noarch.rpm安装:yuminstall-yopenstack-..
分类:
其他好文 时间:
2016-12-17 23:28:22
阅读次数:
253
一、准备环境1、预安装软件yuminsallepel-release-y
yuminstallpython-virtualenvgitscreen-y2、编辑/etc/pip.conf[global]
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com3、创建用户useradd-mm
cat/etc/sudoers.d/m
Defaults:..
分类:
其他好文 时间:
2016-12-13 16:49:14
阅读次数:
292
由于项目中用到视频水印功能,通过程序效率相对比较低。 最后决定先把视频上传到七牛,然后调用api给指定视频加上水印功能,具体实现 使用此功能,需引用Qiniu.dll 和 Newtonsoft.Json (9.0.0版本) ...
分类:
其他好文 时间:
2016-12-05 19:10:12
阅读次数:
433
牛顿迭代法 牛顿迭代法 牛顿迭代法(Newton's method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式,因此求精确根非常困难,甚至不可能,从而寻找方程的近似根就显得特别重要。 ...
分类:
其他好文 时间:
2016-11-28 20:37:54
阅读次数:
264
2015年上半年曾经在原单位安装过openstackjuno版本,使用的是Mirantis公司的fuel自动化部署工具,很好用。已经很久没有关注openstack了,版本到现在为止已经到了Newton了,上一个版本是Mitaka,今天我要做的实验就是使用fuel9安装Mitaka版本。我的笔记本的配置是inteli5,4核,8..
分类:
其他好文 时间:
2016-11-21 20:33:51
阅读次数:
180
I called him in when dinner was ready, and he sniffed appreciatively as he walked into the room. 当晚饭准备好的时候我叫他吃饭,然后当他进入房间的时候他吸气般的表示感激。 "Smells good, Be ...
分类:
其他好文 时间:
2016-11-21 07:48:33
阅读次数:
171
Gauss-Newton算法是解决非线性最优问题的常见算法之一,最近研读DPPTAM开源项目代码,又碰到了,索性深入看下。本次讲解内容如下:基本数学名词识记牛顿法推导、算法步骤、计算实例高斯牛顿法推导...
分类:
编程语言 时间:
2016-11-18 14:21:31
阅读次数:
386
原文地址:http://docs.openstack.org/newton/install-guide-ubuntu/neutron-concepts.html Networking service overview OpenStack Networking(neutron)能够让我们创建由其他Op ...
分类:
Web程序 时间:
2016-11-15 16:55:44
阅读次数:
239
最近搭建了一个all in one 的 openstack newton 版,安装官方文档做用的是linuxbridge。已经老版玩的时候都是用的ovs,趁比较闲的时候也将N版改造一下 官方文档 http://docs.openstack.org/liberty/networking-guide/s ...
分类:
系统相关 时间:
2016-11-15 16:31:45
阅读次数:
1486
博主原创,未经允许,不得转载! #define _CRT_SECURE_NO_DEPRECATE#include<stdio.h>#include<stdlib.h>#include<math.h>;#define n 6void ark(float A[][6], float x1[], floa ...
分类:
编程语言 时间:
2016-11-10 02:30:13
阅读次数:
254