书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 1005 个相关结果.
  • 优化你的业务逻辑

    在bundle外部存储类? 服务:命名和格式 服务的格式:YAML 服务:禁止使用类名参数 使用持久化分离层 Doctrine映射信息 Data Fixtures 编码标准 在计算机软件领域,业务逻辑(business logic) 或域逻辑(domain logic)指的是“程序中用于处理现实世界中决定数据被创建、显示、存储和改变的业务规...
  • Built-in Authentication Providers

    Built-in Authentication Providers Built-in Authentication Providers HTTP Basic Authentication X.509 Client Certificate Authentication REMOTE_USER Based Authentication Built-...
  • Maintenance

    Maintenance Maintenance Maintenance Maintenance During the lifetime of a minor version, new releases (patch versions) are published on a monthly basis. This document descri...
  • 辅助函数

    辅助函数 app(): Application route($prefix = null, callable $callback = null): \FastD\Routing\RouteCollection config(): \FastD\Config\Config request(): \Psr\Http\Message\ServerReques...
  • 「PSR 规范」PSR-4 自动加载规范

    「PSR 规范」PSR-4 自动加载规范 1. 概述 关于「能愿动词」的使用 2. 详细说明 3. 例子 「PSR 规范」PSR-4 自动加载规范 1. 概述 本 PSR 是关于由文件路径 自动载入 对应类的相关规范,本规范是可互操作的,可以作为任一自动载入规范的补充,其中包括 PSR-0 ,此外,本 PSR 还包括自动载入的类对应的文...
  • Webpack Encore

    Managing CSS and JavaScript Managing CSS and JavaScript Webpack Encore Encore Documentation Getting Started Adding more Features Optimizing Guides Issues & Questions Full AP...
  • Laravel HTTP——路由的正则编译

    前言 前期准备 路由正则匹配 路由可选参数转换 Symfony 路由初始化 路由的正则编译 compile 函数 compilePattern 函数 preg_match_all 全匹配 变量 tokens-text 构建 regexp tokens-variable 默认路由参数 计算正则表达式 前言 利用 pipel...
  • Databases (Doctrine ORM)

    Databases and the Doctrine ORM Installing Doctrine Configuring the Database Creating an Entity Class Migrations: Creating the Database Tables/Schema Migrations & Adding more Fi...
  • 步骤 26: 用 API Platform 暴露 API 接口

    步骤 26: 用 API Platform 暴露 API 接口 安装 API Platform 为会议暴露一个 API 为评论暴露一个 API 限制 API 暴露的评论 配置 CORS 步骤 26: 用 API Platform 暴露 API 接口 我们已经完成了留言本网站的开发。为了让网站数据获得更大范围的使用,现在来让它暴露出一套 API...
  • 步骤 28: 将应用程序本地化

    步骤 28: 将应用程序本地化 将 URL 国际化 添加区域设置切换器 对界面进行翻译 提供翻译文案 翻译表单 对日期进行本地化 翻译复数 更新功能测试 步骤 28: 将应用程序本地化 面对来自世界各地的用户,Symfony 一直以来都是自带国际化(i18n)和本地化(l10n)的功能。将一个应用程序本地化并不仅仅是翻译界面,它也包括了...