摘要:2022年7月6日10:50:29 官方文档:https://apisix.gitbook.io/apisix-dashboard/ 没什么参考价值 apixis搭建 https://www.cnblogs.com/zx-admin/p/16446720.html php8 yum安装参考 http
阅读全文
摘要:2022年7月26日14:50:20 通常我们在mvc框架处理的时候,在控制器里面基本都这么写 class TestController extends BaseController { use ResponseTrait; public function index(Request $reques
阅读全文
摘要:2022年7月25日10:59:44 开发环境 php8 laravel8 mysql8 在做一个动态文件管理的时候,发现如果我每次需要清空某个表的时候,在事务里面truncate table会触发 There is no active transaction的异常 DB::table('users
阅读全文
摘要:2022年7月6日14:51:49 APISIX Dashboard中文文档(一) APISIX Dashboard中文文档(二) APISIX Dashboard中文文档(三) 开发指南 Dashboard 包含 manager-api 和 web 部分,因此您需要单独启动开发环境。 先决条件 在
阅读全文
摘要:2022年7月6日14:31:51 APISIX Dashboard中文文档(一) APISIX Dashboard中文文档(二) APISIX Dashboard中文文档(三) 基本部署 在 Linux 上安装 Apache APISIX Dashboard 很容易。 现在,我们提供 Docker
阅读全文
摘要:2022年7月6日13:24:56 APISIX Dashboard中文文档(一) APISIX Dashboard中文文档(二) APISIX Dashboard中文文档(三) 官方文档:https://apisix.apache.org/zh/docs/dashboard/USER_GUIDE/
阅读全文
摘要:2022年7月5日13:34:21 注意:这里还需要注意版本的问题,建议使用比较新的版本,不然会出现api不兼容问题 官方文档:https://apisix.apache.org/zh/docs/apisix/how-to-build vi /etc/profile 加入一行 ulimit -SHn
阅读全文