實驗描述 OpenFlow is a communications protocol that gives access to the forwarding plane of a network switch or router over the network. 利用Controller 控制其底 ...
分类:
其他好文 时间:
2020-06-17 10:32:47
阅读次数:
53
虚拟机有三种网络 ,详情参考:https://www.linuxidc.com/Linux/2016-09/135521.htm 我说下配置文件,网上很多都说,虚拟机centos的网卡,都是ens33之类的,但是,你要懂得,这是一般,还有另类。最好的办法就是。。。直捣黄龙。 配置文件一般都放在/et ...
分类:
系统相关 时间:
2020-06-17 01:30:35
阅读次数:
100
在我们生活的世界中,每一个人以及每一个事物相互之间都存在着关系,有直接关系,也有间接关系,最终会形成一个无形的大的关系网。network模块是一个用python语言开发的图论和复杂网络建模工具,模块内置了常用的图与复杂网络分析算法。network模块有四种图:Graph、DiGraph、MultiG ...
分类:
编程语言 时间:
2020-06-17 01:21:27
阅读次数:
106
1. TensorFlow model import math import numpy as np import h5py import matplotlib.pyplot as plt import scipy from PIL import Image from scipy import nd ...
分类:
Web程序 时间:
2020-06-16 20:28:35
阅读次数:
54
一、目录及配置文件: cd /etc/netplan vim 01-network-manager-all.yaml 二、静态ip配置方式: 01-network-manager-all.yaml.static # Let NetworkManager manage all devices on t ...
分类:
系统相关 时间:
2020-06-16 13:32:16
阅读次数:
165
实验要求: 1.1.1.1访问5.5.5.5走R1-R2-R4-R5 5.5.5.5访问1.1.1.1走R5-R4-R3-R1 一、配置IP 二、为R2、R3、R4配置IGP动态路由OSPF R2: ospf 100 area 0.0.0.0 network 12.1.1.0 0.0.0.255 n ...
分类:
其他好文 时间:
2020-06-16 12:48:38
阅读次数:
66
linux centos6.8 无图形界面安装 oracle11G
分类:
数据库 时间:
2020-06-16 00:31:57
阅读次数:
71
Ubuntu16.04设置静态IP或动态ip(DHCP) 设置静态IP 1,vim编辑/etc/network/interfaces 网络配置文件 sudo vim /etc/network/interfaces 2,码添加以下代码 auto ens33 iface ens33 inet stati ...
分类:
系统相关 时间:
2020-06-15 21:14:56
阅读次数:
165
http://neuralnetworksanddeeplearning.com/chap4.html 总结: 1. vanishing gradient problem:神经网络的不同层学习的速度显著不同。原因:weights式服从正态分布,那么w<1,而σ'(zi) 服从N(0,1/4),那么w ...
分类:
编程语言 时间:
2020-06-15 13:45:51
阅读次数:
59
(1)写了个yaml配置文件,可以再根据mongo参数增添,我的都没配置什么。 [root@dev01 mongo]# cat mongo_cluster.yaml version: '3' services: node1: container_name: node1 image: mongo ne ...
分类:
其他好文 时间:
2020-06-14 20:18:38
阅读次数:
57