码迷,mamicode.com
首页 >  
搜索关键字:bgp community    ( 3150个结果
Wifi配置
[TOC]## 1. Ubuntu::NetworkManager> [cnblog](https://www.cnblogs.com/EasonJim/p/8072298.html)>> [ubuntu](https://help.ubuntu.com/community/NetworkManag... ...
分类:其他好文   时间:2020-07-03 21:19:47    阅读次数:79
centos7 安装mongoDB
1官网下载: https://www.mongodb.com/download-center/community 2上传至目录 /opt/mongoDb 下 3解压 tar zxvf mongodb-linux-x86_64-4.0.5.tgz 4添加配置文件 vim /opt/mongoDB/mo ...
分类:数据库   时间:2020-07-03 15:45:40    阅读次数:56
DevOps删除创建错误的工作项
打开cmd,输入cd C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer 输入 witadm ...
分类:其他好文   时间:2020-07-02 16:40:08    阅读次数:58
PostgreSQL指定用户可访问的数据库pg_hba.conf
进入指定目录: # cd /var/lib/pgsql/9.3/data/ 使用vi编辑pg_hba.conf文件 # vi pg_hba.conf 以上配置为所有IP及网关都允许访问,使用MD5认证。 postgres用户可访问所有数据库 bret用户仅允许访问community、communit ...
分类:数据库   时间:2020-07-01 00:15:23    阅读次数:93
3D引擎“Babylon.JS”入门教程翻译总结
使用三个月的业余时间把官方教程的入门部分译为中文并上传到github,在下一步编程前做一个总结。 历程: 最早接触游戏编程是在大三下学期,用汇编语言和实验室里的单片机、触摸屏、电机(提供声效)编的打地鼠程序。后来因为大四的毕业设计与三维空间模拟有关,又自学了MFC编程和NEHE的OpenGL教程(国 ...
分类:Web程序   时间:2020-06-30 20:14:03    阅读次数:97
P4 Runtime - Putting the Control Plane in Charge of the Forwarding Plane
A few weeks ago we introduced the first demonstration of “P4 Runtime”. We invite all members of the networking community to join with us, so that toge ...
分类:其他好文   时间:2020-06-30 13:01:44    阅读次数:51
Welcome to IntelliJ IDEA Community 2020.1
Code Completion Ctrl+空格 helps you quickly complete code statements. It works as you type and gives a list of suggestions available from the current ca ...
分类:编程语言   时间:2020-06-30 10:43:50    阅读次数:213
Calico 网络原理
一、Calico基本介绍Calico是一个纯三层的协议,为OpenStack虚机和Docker容器提供多主机间通信。Calico不使用重叠网络比如flannel和libnetwork重叠网络驱动,它是一个纯三层的方法,使用虚拟路由代替虚拟交换,每一台虚拟路由通过BGP协议传播可达信息(路由)到剩余数 ...
分类:其他好文   时间:2020-06-29 11:32:16    阅读次数:56
安装MySQL
安装MySQL linux安装mysql8 参考教程: https://www.cnblogs.com/kevingrace/p/10482469.html 基本命令 安装 : yum install mysql-community-server 启动 : service mysqld start/ ...
分类:数据库   时间:2020-06-27 13:13:56    阅读次数:101
Mysql服务器搭建
1:安装从网上下载文件的wget命令[root@master ~]# yum -y install wget 2:下载mysql的repo源[root@master ~]# wget http://repo.mysql.com/mysql-community-release-el7-5.noarch ...
分类:数据库   时间:2020-06-27 11:23:34    阅读次数:64
3150条   上一页 1 ... 13 14 15 16 17 ... 315 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!