码迷,mamicode.com
首页 >  
搜索关键字:gateway    ( 1721个结果
新概念4-24
A young man sees a sunset and, unable to understand or to express the emotion that it rouses in him, concludes that it must be the gateway to world th ...
分类:其他好文   时间:2017-07-04 01:00:39    阅读次数:206
Ubuntu16.04运行docke容器
配置静态ip及DNS sodu vim /etc/network/interfaces auto ens32 iface ens32 inet static address 10.0.0.111 netmask 255.255.255.0 gateway 10.0.0.2/etc/init.d/ne... ...
分类:系统相关   时间:2017-06-30 19:50:27    阅读次数:188
OVN L2 gateway实验
ovsdb-tool create /usr/local/etc/openvswitch/ovs.db /usr/local/share/openvswitch/vswitch.ovsschemaovsdb-tool create /usr/local/etc/openvswitch/vtep.db ...
分类:其他好文   时间:2017-06-30 18:04:42    阅读次数:657
api-gateway
#spring-oauth-server <strong>Spring与OAuth2的整合</strong> 项目用Maven管理, 字符编码: UTF-8 使用的技术与版本号<ol> <li>JDK (1.8.0_40)</li> <li>Servlet (3.1.0)</li> <li>Spri ...
分类:Windows程序   时间:2017-06-30 09:42:46    阅读次数:940
api-gateway实践(4)网关服务集成验证
原始服务地址: http://10.110.17.20:7070/spring-oauth-server/m/user_info?access_token=8d671613-da31-4096-b518-90480c53a746 网关访问地址: http://localhost:8080/ApiGw ...
分类:Windows程序   时间:2017-06-29 20:37:55    阅读次数:224
Juniper SSG20 Config DHCP Server
JuniperSSG20ConfigDHCPServer1.登入Juniper防火墙,浏览至下图所示位置;查看Interface,一般选择为内网提供DHCP服务,然后点击Edit,进入编辑配置界面;2.如下图,是配置界面;首先选择DHCPServer,然后填入相关信息,Lease是租期,Gateway是网关,Netmask是子网掩码,DNS#1..
分类:其他好文   时间:2017-06-29 17:37:19    阅读次数:155
Centos 7安装与登录
安装、登录CentOS7配置IP过程:dhclient(自动获取IP)→ipaddr(查看网卡信息)→vi/etc/sysconfig/network-scripts/ifcfg-ens33→更改配置:BOOTPROTO=static(静态IP)、ONBOOT=yes(重启默认加载)、IPADDR=192.168.137.20、NETMASK=255.255.255.0、GATEWAY=192.168.137.1(网..
分类:其他好文   时间:2017-06-29 17:36:54    阅读次数:399
python django+uwsgi+nginx
概念: WSGI,全称 Web Server Gateway Interface,或者 Python Web Server Gateway Interface, 是为 Python 语言定义的 Web 服务器和 Web 应用程序或框架之间的一种简单而通用的接口。 自从 WSGI 被开发出来以后,许多 ...
分类:编程语言   时间:2017-06-28 17:10:43    阅读次数:249
api-gateway实践(3)Linux环境启动
1、启动、查看mysql 1.1、启动mysql systemctl status mariadb 1.2、查看mysql systemctl status mariadb 1.3、设置为后台启动 systemctl enable mariadb 2、启动查看redis 3、 ...
分类:Windows程序   时间:2017-06-27 10:02:22    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!