码迷,mamicode.com
首页 >  
搜索关键字:gateway    ( 1721个结果
快速突击 Spring Cloud Gateway
认识 Spring Cloud Gateway Spring Cloud Gateway 是一款基于 Spring 5,Project Reactor 以及 Spring Boot 2 构建的 API 网关,是 Spring Cloud 微服务生态的主要组件之一。Spring Cloud Gatew ...
分类:编程语言   时间:2020-07-14 00:28:06    阅读次数:51
CGI、FastCGI和php-fpm概念和区别
CGICGI(Common Gateway Interface),公共网关接口,它是Web服务器与外部应用程序(CGI程序)之间传递信息的接口标准。如请求/index.html,那么web server会去指定目录下找到这个文件(如果存在的话)发送给浏览器,这里分发的是静态数据。那么,请求的是/in ...
分类:Web程序   时间:2020-07-12 18:44:45    阅读次数:74
ONOS vRouter with OVS
https://github.com/hyunsun/documentations/wiki/ONOS-vRouter-with-OVS https://wiki.onosproject.org/display/ONOS/How+to+set+up+gateway+node+using+vRoute ...
分类:其他好文   时间:2020-07-11 23:11:30    阅读次数:102
sshd服务,firewalld,ip配置
ip配置 ifconfig 查看 cd /etc/sysconfig/network-scripts vi ifcfg-en0 BOOTPROTO=static IPADDR=192.168.1.100 NETMASK=255.255.255.0 GATEWAY=192.168.1.1 ONBOOT ...
分类:其他好文   时间:2020-07-10 13:10:15    阅读次数:79
php的运行原理、cgi对比fastcgi以及php-cgi和php-fpm之间的联系区别
CGI: CGI的英文是(COMMON GATEWAY INTERFACE)公共网关接口,它的作用就是帮助服务器与语言通信,这里就是nginx和php进行通信,因为nginx和php的语言不通,因此需要一个沟通转换的过程,而CGI就是这个沟通的协议。 nginx服务器在接受到浏览器传递过来的数据后, ...
分类:Web程序   时间:2020-07-10 10:09:27    阅读次数:92
1.1 自定义负载均衡器
1. 模拟调用一个服务的多个实例 我们现在有两个服务, 一个getway服务, 另一个是order服务. 使用的是nacos管理配置文件和服务注册中心 假如我现在product服务要调用order服务. product服务有1台, order服务有3台. 那么是如何实现负载均衡的呢? 下面我们来模拟 ...
分类:其他好文   时间:2020-07-10 10:00:23    阅读次数:76
spring cloud gateway之filter篇
在上一篇文章详细的介绍了Gateway的Predict,Predict决定了请求由哪一个路由处理,在路由处理之前,需要经过“pre”类型的过滤器处理,处理返回响应之后,可以由“post”类型的过滤器处理。 filter的作用和生命周期 由filter工作流程点,可以知道filter有着非常重要的作用 ...
分类:编程语言   时间:2020-07-10 09:56:00    阅读次数:58
利联科技:Ubuntu的网卡配置网络网络教程
1、设置IP地址、网关nano/etc/network/interfaces/etc/network/interfacesbak#备份原有配置文件nano/etc/network/interfaces#编辑网网卡配置文件autoloifaceloinetloopbackautoeth0#开机自动连接网络ifaceeth0inetstatic#static表示使用固定ip,dhcp表述使用动态ipa
分类:系统相关   时间:2020-07-10 09:21:22    阅读次数:79
Spring Cloud Gateway 初体验
这篇文章讲述了如何简单地使用Spring Cloud Gateway,来源于Spring Cloud官方案例,地址https://spring.io/guides/gs/gateway 。 简介 Spring Cloud Gateway是Spring Cloud官方推出的第二代网关框架,取代Zuul ...
分类:编程语言   时间:2020-07-07 17:22:17    阅读次数:61
axios使用
axios({ method:"POST", // url:configure.state.gateway, url:'/api', // headers: { // "Content-Type": "multipart/form-data", // 'Content-Type': 'applica ...
分类:移动开发   时间:2020-07-06 16:19:34    阅读次数:75
1721条   上一页 1 ... 9 10 11 12 13 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!