(The following information provided by Hong Kong Network Services Co.,Limited) Recently, It's said that a man who was born in Yunnan working in FuJian sent such a message: the transfer of "昆交会"Internet domain name with 10 million U.S. dollars, on the major sites. Yesterday, the reporter through QQ linked to this person. He said that his registration of "Kunming Fair"
原创
2008-07-07 09:40:33
1138阅读
1评论
Facebook, Google and Twitter threaten to leave Hong Kong over privacy law changes They're worried they may be held liable for users' doxxing campaigns
转载
2021-07-07 01:07:00
137阅读
2评论
The first meeting of the Hong Kong Azure / .NET Club was held on December 29, 2019 at Starbucks, Sheung Wan MTR Station, Hong Kong. The direction of t
原创
2021-08-02 13:07:07
152阅读
# Python对红色的认知
;img=double(img);figure,imshow(img./255
转载
2013-08-12 19:52:00
124阅读
2评论
1.解释Spring的ioc和aop 首先想说说IoC(Inversion of Control,控制倒转)。这是spring的核心,贯穿始终。所谓IoC,对于spring框架来说,就是由spring来负责控制对象的生命周期和对象间的关系。这是什么意思呢,举个简单的例子,我们是如何找女朋友的?常见的
转载
2016-11-16 16:29:00
44阅读
2评论
1.konga核心对象 Kong 的四大核心对象:upstream,target,service,route。下面分别说:(1)upstream,字面意思上游,实际项目理解是对某一个服务的一个或者多个请求地址的抽象入口,新建upstream可配置基本信息,被动/主动健康检查。(2)trarget,目标,实际就是上游upstream的一个多个实际的某服务的请求地址(ip:port或者域名),在up
转载
2023-11-11 20:16:21
273阅读
kong网关配置详解1.安装curl -Lo kong-enterprise-edition-2.8.1.4.rpm $(rpm --eval "https://download.konghq.com/gateway-2.x-centos-7/Packages/k/kong-enterprise-edition-2.8.1.4.el7.noarch.rpm")
yum install kong-
转载
2024-04-28 09:58:15
57阅读
Kong plugin 说明Kong的官网中可以看到目前针对不同的需求提供了很多的插件,大部分都是开源版本,只有少部分是企业版Kong的插件本身就是基于NGINX的一些属性,来做一些扩展,比如通过IP进行限流,通过IP来限制黑白名单等等,在实际业务中可能需要用到的扩展Plugin IP Restriction 简单说明IP Restriction就是通过设置IP白名单和黑名单,根据客户端IP来对一
转载
2024-04-15 13:20:24
71阅读
1 哪些企业在用KONG: Mashapoe Marketplace Buzzlogix Gengo IBM Intel OpenDNS 饿了么 Kong可与两种不同的组件协同工作: Nginx:Kong使用经过修改的Nginx web服务器作为代理服务器,该服务器负责处理API请求。 Apache
原创
2021-07-28 13:53:09
216阅读
1. yum 参考信息 https://bintray.com/kong/kong-community-edition-rpm $ sudo yum install epel-release $ sudo yum install kong-community-edition-0.11.1.*.noa
原创
2021-07-20 10:35:08
258阅读
# KONG 架构实现指南
KONG 是一个基于 NGINX 的API 网关和微服务管理层,具备负载均衡、API 管理和安全特性。这里,我们将会详细介绍如何实现一个基本的 KONG 架构,帮助初学者理解其工作流程和实现细节。
## 实现流程
要实现 KONG 架构,我们可以将整个流程分成以下几个步骤:
| 步骤 | 描述 |
|------|------|
| 1 | 准备环境(Do