书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 325 个相关结果.
  • Encryption

    Encryption Configuration Basic Usage Encrypting A Value Decrypting A Value Encryption Configuration Basic Usage Configuration Before using Lumens's encrypter, you ...
  • 队列

    队列 设置 队列数据表 其他队列依赖 基本用法 推送一个工作至队列 指定队列使用特定连接 发送相同的数据去多个队列工作 延迟执行一个工作 将 Eloquent 模型放进队列 删除一个处理中的工作 释放一个工作回到队列中 检查工作执行次数 更多调度的方法 Mapping Command Properties From Requests...
  • API - Generators List

    The following generators are available: API - Generators List CLIENT generators ada android apex bash c clojure cpp-qt5-client cpp-restsdk cpp-tizen csharp csharp-do...
  • 7. Authentication-认证

    Configuring Authentication Providers HTTP Basic JSON Web Tokens (JWT) OAuth 2.0 User And Client Resolvers 用户和客户端解释器 Custom Authentication Providers 自定义认证客户端 Protecting Endpoi...
  • 服务容器

    服务容器 介绍 基本用法 注册基本解析器 注册一个单例 绑定一个已经存在的实例 解析 自动解析 将接口绑定到实现 上下文绑定 标签 容器事件 注册一个解析事件监听器 服务容器 介绍 Lumen 服务容器是管理类依赖的强力工具。依赖注入是比较专业的说法,真正意思是将类依赖通过构造器或 「setter」 方法注入。 ...
  • 1. Introduction

    What is Swoole? Why run Laravel on Swoole? Conclusion What is Swoole? Swoole is a production-grade async programming framework for PHP. It is a PHP extension written in pur...
  • Migrating from Swagger Codegen

    New docker images New maven coordinates Changes in Maven Plugin New generators names New parameters name Renamed Mustache Template Variables Ignore file Metadata folder New...
  • 8. Rate Limiting-访问速度限制

    Changing Rate Limiting Key 改变速率限定 key Enabling Rate Limiting 开启速率限定 Require Rate Limiting On All Routes 所有路由需要速率限定 Require Rate Limiting On Specific Routes 特殊的路由进行速率限定 Route Sp...
  • Introduction

    Introduction How It Works Why Not …? Nuxt VitePress Docsify / Docute Hexo GitBook Introduction VuePress is a markdown-centered static site generator. You can write your ...
  • 缓存

    缓存 配置 Memcached Redis Database 基础使用 保存 使用 Carbon 来设置过期时间 如果不存在的话再保存 检查是否存在 读取 读取如果不存在的话返回默认值 永久性存储一份数据 从缓存拉出对象 从缓存中删除对象 缓存 配置 在 .env 文件中, 有个 CACHE_DRIVER ...