书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 1926 个相关结果.
  • 在phpinfo中有在php-m中没有

    编译安装完swoole后,在php-fpm/apache的phpinfo页面中有,在命令行的php -m中没有。原因可能是cli/php-fpm/apache使用不同的php.ini配置 cli命令行下 php - i | grep php . ini php-fpm/apache,查看phpinfo页面 找到php.ini的绝对路径。 ...
  • 配置格式

    PHP数组定义 其他配置格式支持 二级配置 ThinkPHP支持多种格式的配置格式,但最终都是解析为PHP数组的方式。 PHP数组定义 返回PHP数组的方式是默认的配置定义格式,例如: //项目配置文件 return [ // 默认模块名 'default_module' => 'in...
  • 操作分区(Section)

    操作分区(Section) 读取父子分区 无法解析的分区 操作分区(Section) 获取指定分区: sec , err := cfg . GetSection ( "section name" ) 如果您想要获取默认分区,则可以用空字符串代替分区名: sec , err := cfg . GetSection ( "" ) ...
  • How to use Django with uWSGI

    How to use Django with uWSGI Prerequisite: uWSGI uWSGI model Configuring and starting the uWSGI server for Django How to use Django with uWSGI uWSGI is a fast, self-healing ...
  • 配置

    1524 2020-06-11 《Go语言中文文档》
    1. 配置 1. 配置 用于配置解析的库。 config - 用于Go项目的轻量级但功能强大的配置包。 config - 云本机应用程序配置。仅两行将ENV绑定到结构。 config - JSON或YAML配置与包装环境变量和标志解析。 configure - 通过多个源提供配置,包括JSON,标志和环境变量。 confita...
  • Config

    Reading Configurations Factory Native Arrays File Adapters Reading INI Files Merging Configurations Nested Configuration Injecting Configuration Dependency Reading Co...
  • ConfigFile

    ConfigFile Description Methods Method Descriptions ConfigFile Inherits: Reference < Object Helper class to handle INI-style files. Description This helper class can be...
  • getIniFile()

    getIniFile() 语法 类别 描述 参数 返回值 错误 示例 getIniFile() 语法 getIniFile( , [flags] ) 类别 Remote 描述 打开一个远程 INI 配置文件。 参数 参数名 参数类型 默认值 描述 是否必填 filename string —- 文件路径 是 fl...
  • i18n

    i18n i18n Usage Minimal example Use in controller Register locale files Initialize controller language Handle language in controller Handle language in template Section Ambi...
  • 配置

    配置 Caddyfile 配置 环境变量 PHP 配置 启用调试模式 配置 FrankenPHP,Caddy 以及 Mercure 和 Vulcain 模块可以使用 Caddy 支持的格式 进行配置。 在Docker 映像 中,Caddyfile 位于 /etc/caddy/Caddyfile 。 静态二进制文件会在启动时所在的目录中查...