摘要:
-- 使用表实现面向对象里类的定义 Person = {name="",age=0} function Person:eat( food ) print(self.name.." is eating "..food) end -- 创建类的构造方法 function Person:new(name, 阅读全文
posted @ 2022-01-15 14:43
NAVYSUMMER
阅读(68)
评论(0)
推荐(0)
摘要:
启动镜像: docker-apisix-apisix-1 docker-apisix-web2-1 docker-apisix-web1-1 docker-apisix-grafana-1 docker-apisix-prometheus-1 docker-apisix-apisix-dashboa 阅读全文
posted @ 2022-01-15 12:13
NAVYSUMMER
阅读(885)
评论(0)
推荐(0)