码迷,mamicode.com
首页 >  
搜索关键字:Netscaler Gateway    ( 1888个结果
zabbix开源监控解决方案-本地化
zabbix-server安装 zabbix-agent主机监控实现 监控tomcat,java-gateway使用 监控常用服务mysql、redis、nginx、MongodbDB复制集状态、memcached、elk集群状态、rabbitmq集群节点状态 监控主机的tcp 11种连接状态 ng ...
分类:其他好文   时间:2021-06-05 18:05:11    阅读次数:0
[AWS DA] API Gateway: Mapping Templates
What does it means? For example, if we have setup a API Gateway, REST API, GET method point to a Lambda function with no proxy intergration which retu ...
分类:移动开发   时间:2021-06-02 19:55:41    阅读次数:0
springcloud gateway 获取Post请求体
方法一:通过body.subscribe从Flux<DataBuffer>中获取请求body/返回结果的body private String resolveBodyFromRequest(ServerHttpRequest serverHttpRequest) { //获取请求体 Flux<Dat ...
分类:编程语言   时间:2021-06-02 19:06:50    阅读次数:0
网络技术:配置 EIGRP 协议
#EIGRP 协议 **EIGRP(Enhanced Interior Gateway Routing Protocol,增强内部网关路由选择协议)**是思科的专用协议,只能配置、运行在思科路由器上。增强的 IGRP(EIGRP)是一个无类、增强的距离矢量协议,协议中使用了自治系统的概念,处于自治系 ...
分类:其他好文   时间:2021-06-02 18:49:59    阅读次数:0
网关Gateway(3.0.1)入门:配置、过滤器、分布式限流
Spring Cloud Gateway(3.0.1) This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project ...
分类:其他好文   时间:2021-06-02 16:49:43    阅读次数:0
aws - VPC networking components
internet gateway: An internet gateway is a horizontally scaled, redundant, and highly available VPC component that allows communication between your V ...
分类:Web程序   时间:2021-06-02 15:46:58    阅读次数:0
第140天学习打卡(Docker --link 自定义网络 网络连通 部署Redis集群 发布SpringBoot镜像)
--link 思考一个场景,我们编写了一个微服务器, database url=ip; 项目不重启,数据库ip换掉了,我们希望可以处理这个问题,可以名字来进行访问容器? [root@kuangshen /]# docker exec -it tomcat02 ping tomcat01 ping: ...
分类:编程语言   时间:2021-06-02 14:52:05    阅读次数:0
千锋网络安全2
子网掩码 局域网通信规则:在同一局域网中,所有ip必须在同一网段才可以通信 ip构成:网络位+主机位(网络位ip地址相同,为同一网段) 子网掩码:用来确定ip地址的网络位 ip地址详解 ios定义五大类 A类:1-126 默认子网掩码255.0.0.0 B类:128-191 默认子网掩码:255.2 ...
分类:其他好文   时间:2021-06-02 14:47:11    阅读次数:0
gateway动态刷新
修改github的配置文件后, 服务端 ( http://localhost:3344/master/application-dev.yml )能刷新,客户端( http://localhost:3355/configInfo )不能刷新。 做法:cmd执行: curl -X POST http:/ ...
分类:其他好文   时间:2021-06-02 14:45:44    阅读次数:0
微服务网关 zuul 替代者 gateway 网关路由
简述Spring Cloud Gateway 是 Spring Cloud 的一个子项目,该项目是基于 Spring 5.0,Spring Boot 2.0 和 Project Reactor 等技术开发的网关,它旨在为微服务架构提供一种简单有效的统一的 API 路由管理方式。 Spring Clo ...
分类:其他好文   时间:2021-06-02 14:13:45    阅读次数:0
1888条   上一页 1 2 3 4 ... 189 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!