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

    Cookies Use with Express (default) Use with Fastify Creating a custom decorator (cross-platform) Cookies An HTTP cookie is a small piece of data stored by the user’s browser...
  • ngx_http_userid_module

    764 2020-07-14 《Nginx 中文文档》
    ngx_http_userid_module 示例配置 指令 userid userid_domain userid_expires userid_mark userid_name userid_p3p userid_path userid_service 内嵌变量 原文档 ngx_http_userid_module 示例...
  • GEP-1619: Session Persistence via BackendLBPolicy

    GEP-1619: Session Persistence via BackendLBPolicy Graduation Criteria Implementable Standard TLDR Goals Non-Goals Introduction Naming Defining Session Persistence Security ...
  • http.cookies —- HTTP 状态管理

    http.cookies —- HTTP 状态管理 Cookie 对象 Morsel 对象 示例 http.cookies —- HTTP 状态管理 源代码: Lib/http/cookies.py http.cookies 模块定义的类将 cookie 的概念抽象了出来,这是一种 HTTP 状态的管理机制。它既支持简单的纯字符串形...
  • http.cookies —- HTTP状态管理

    http.cookies —- HTTP状态管理 Cookie 对象 Morsel 对象 示例 http.cookies —- HTTP状态管理 源代码: Lib/http/cookies.py The http.cookies module defines classes for abstracting the concept of...
  • Cookies

    为了添加cookie支持到你的Ring处理器,你需要在你的wrap-cookies 中间件中包装它: ( use 'ring.middleware.cookies) (def app (wrap-cookies your-handler)) 这会添加:cookies key到请求map中,这个请求map将会包含一个像这样的cook...
  • 部署

    TripleO-Quickstart部署 附录 TripleO-Quickstart部署 TripleO-Quickstart的部署要求必须有一台物理服务器,在quickstart中称作VIRTHOST,因为要建多台虚拟机,所以配置至少是16G内存,32G更好,对网络没有特殊要求,能通公网就行。本次测试所使用的物理服务器为64G内存,CPU型号为I...
  • csrf

    csrf Description Attributes Enabling the Plugin note Example usage Disable Plugin csrf Description The csrf Plugin can be used to protect your API against CSRF attacks ...
  • csrf

    csrf Description Attributes Enabling the Plugin note Example usage Disable Plugin csrf Description The csrf Plugin can be used to protect your API against CSRF attacks ...
  • Cookies

    JavaScript and Cookies Cookies 是什么? 它是如何的起作用的? Cookies 的存储: 语法: 注意: 例子: 读取 Cookies: 例子: 注意: 注意: 设置 Cookies 有效日期: 例子: 删除一个 Cookie 例子: 注意: JavaScript and Cookies...