书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 4859 个相关结果.
  • 1.6 网络请求

    1.6 网络请求 1.6.1 【必须】限定访问网络资源地址范围 1.6 网络请求 1.6.1 【必须】限定访问网络资源地址范围 当程序需要从用户指定的URL地址获取网页文本内容 、加载指定地址的图片 、进行下载 等操作时,需要对URL地址进行安全校验: 只允许HTTP或HTTPS协议 解析目标URL,获取其host 解析host,获...
  • 注册模板

    11.1.1. 注册模板 11.1.1. 注册模板 Type name: 请求的名称(例如,“example”)。 Additional Token Endpoint Response Parameters: 随“access_token”参数一起返回的其他响应参数。 新的参数都必须如11.2 节所述在OAuth参数注册表中分别注册。 ...
  • crypto/md5

    package md5 Overview Index Examples Package files version: 1.10 package md5 import "crypto/md5" Overview Package md5 implements the MD5 hash algorithm as defined in ...
  • 1 Using certificates

    523 2021-04-18 《Zabbix 5.0 MANUAL》
    1 Using certificates Overview Certificate configuration parameters Configuring certificate on Zabbix server Configuring certificate-based encryption for Zabbix proxy Configurin...
  • 1 Using certificates

    426 2021-03-05 《Zabbix v5.2 Manual》
    1 Using certificates Overview Certificate configuration parameters Configuring certificate on Zabbix server Configuring certificate-based encryption for Zabbix proxy Configurin...
  • EndpointSlice

    EndpointSlice EndpointSlice EndpointSliceList 操作 get 读取指定的 EndpointSlice HTTP 请求 参数 响应 list 列举或监测 EndpointSlice 类别的对象 HTTP 请求 参数 响应 list 列举或监测 EndpointSlice 类别的对象 HTTP...
  • encode

    encode — Encode image Description Parameters format (optional) quality (optional) Return Values Examples See also encode — Encode image Description public Intervention...
  • 重定向

    重定向 重定向 如果你没有告诉Guzzle不要重定向,Guzzle会自动的进行重定向,你可以使用 allow_redirects 请求参数来自定义重定向行为。 设置成 true 时将启用最大数量为5的重定向,这是默认设置。 设置成 false 来禁用重定向。 传入一个包含 max 键名的关联数组来声明最大重定向次数,提供可选的 stric...
  • URI Paths

    URI Paths URI Paths The value of the @Controller annotation is a RFC-6570 URI template you can therefore embed URI variables within the path using the syntax defined by the U...
  • 命名 (Naming)

    命名 (Naming) 命名 (Naming) 用 蛇命名法 (snake_case ) 来命名 methods 和 variables。 [link ] 用 驼峰命名法(CamelCase ) 命名 class 和 module。 (缩写词如 HTTP, RFC, XML 全部大写) [link ] 用尖叫蛇命名法 (SCREA...