一、搭建gluster1、节点准备hostnameip数据盘vdbg0192.168.10.1010Gg1192.168.10.1110Gg2192.168.10.1210G2、安装glusterfsyuminstallcentos-release-gluster310
yuminstallglusterfs-server3、创建glusterfs,登录g0glusterpeerprobeg1
glusterpeerprobeg24、对vdb分区parted/..
分类:
其他好文 时间:
2017-05-24 22:48:25
阅读次数:
335
% Matlab script to illustrate Newton's method % to solve a nonlinear equation % this particular script finds the square root of a number M % (input by ...
分类:
其他好文 时间:
2017-05-21 21:41:29
阅读次数:
139
#安装redis [120.26.40.126]sudo apt-get install software-properties-commonsudo add-apt-repository ppa:chris-lea/redis-serversudo apt-get updatesudo apt-g ...
分类:
Web程序 时间:
2017-05-21 14:42:40
阅读次数:
307
控制节点安装 1、网络配置 需要两张网卡,两张网卡第一张网卡配置静态地址,第二张为provider interface,配置如下: # The provider network interface auto INTERFACE_NAME iface INTERFACE_NAME inet manua ...
分类:
系统相关 时间:
2017-05-11 19:38:33
阅读次数:
923
1.查询dockers 某个容器的ip地址。 [root@localhost ~]# docker inspect --format='{{.NetworkSettings.IPAddress}}' 3ea2b8c52e72 172.17.0.7 查询 容器mac 地址 [root@localhos ...
分类:
其他好文 时间:
2017-05-08 14:27:59
阅读次数:
156
OpenStack Newton+Ceph Jewel 集成部署记录 OVS组网 ...
分类:
其他好文 时间:
2017-05-07 19:50:45
阅读次数:
557
?? Newton Raphson Method: Advantages and Drawbacks: https://www.youtube.com/watch?v=QwyjgmqbR9s Advantages: converge fast, if it converges. requires o ...
分类:
其他好文 时间:
2017-04-28 17:14:58
阅读次数:
157
添加第三方引用 using Newtonsoft.Json; /// <summary> /// 匿名类型解析 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="jsonString"></param> /// ...
分类:
Web程序 时间:
2017-04-23 15:53:56
阅读次数:
1423
本讲大纲: 1.牛顿方法(Newton’s method) 2.指数族(Exponential family) 3.广义线性模型(Generalized linear models) 本讲大纲: 1.牛顿方法(Newton’s method) 2.指数族(Exponential family) 3. ...
分类:
其他好文 时间:
2017-03-22 01:00:08
阅读次数:
317
牛顿迭代法(Newton's Method) 简介 牛顿迭代法(简称牛顿法)由英国著名的数学家牛顿爵士最早提出。但是,这一方法在牛顿生前并未公开发表。 牛顿法的作用是使用迭代的方法来求解函数方程的根。简单地说,牛顿法就是不断求取切线的过程。对于形如f(x)=0的方程,首先任意估算一个解x0,再把该估 ...
分类:
其他好文 时间:
2017-03-12 00:45:20
阅读次数:
183