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

    Session Flash GoDoc Reference GitHub Labels Revel provides two cookie-based storage mechanisms for convenience, Session and Flash . // A signed cookie, and thus limited to 4...
  • Sessions

    Sessions in the Dev Portal How does the Sessions Plugin work in the Dev Portal? Configuration to Use the Sessions Plugin with the Dev Portal Session Security Example Configurati...
  • Sessions

    Sessions in the Dev Portal How does the Sessions Plugin work in the Dev Portal? Configuration to Use the Sessions Plugin with the Dev Portal Session Security Example Configurati...
  • 响应

    响应 返回 Json 格式 返回 Xml 格式 返回 Raw 格式 返回视图 重定向 Cookie 设置 Gzip 压缩 分块传输编码 Chunk 返回文件下载 响应 在 Hyperf 里可通过 Hyperf\HttpServer\ResponseInterface 接口类来注入 Response 代理对象对响应进行处理,默认返...
  • Session

    Session 支持的 Session 类型 db Session redis Session Session 配置 Session 读写 读取 Session 设置 Session 清除 Session 扩展 Session 使用第三方 Session Adapter Session 支持的 Session 类型 Sessi...
  • 浏览器对象

    浏览器对象 window navigator screen location document history 读后有收获可以支付宝请作者喝咖啡,读后有疑问请加微信群讨论: 浏览器对象 JavaScript可以获取浏览器提供的很多对象,并进行操作。 window window 对象不但充当全局作用域,而且表示浏览器窗口。 win...
  • 请求

    HTTP 请求 获取请求实例 通过 Facade 通过依赖注入 取得输入数据 取得特定输入数据 取得特定输入数据,若没有则取得默认值 确认是否有输入数据 取得所有发出请求时传入的输入数据 取得部分发出请求时传入的输入数据 旧输入数据 将输入数据存成一次性 Session 将部分输入数据存成一次性 Session 快闪及重定向 取得旧...
  • 20.7 高级CGI

    20.7 高级CGI 20.7.1 Mulitipart表单提交和文件的上传 20.7.2 多值字段 20.7.3 cookie 20.7.4 使用高级CGI 20.7 高级CGI 现在我们来看看CGI编程的高级方面。这包括cookie的使用(保存在客户端的缓存数据),同一个CGI字段的多重值和用multipart表单实现的文件上传。为了节省...
  • 请求

    HTTP请求 获取请求 依赖注入 & 路由参数 通过路由闭包获取请求 请求路径 & 方法 获取请求路径 获取请求的 URL 获取请求方法 PSR-7 请求 获取输入数据 获取所有输入数据 获取指定输入值 通过动态属性获取输入数据 获取 JSON 输入信息 获取部分输入数据 确定是否有输入值 旧输入数据 将输入数据闪存至 Ses...
  • XSRF过滤

    1. XSRF过滤 2. 跨站请求伪造 2.1.1. 在表单中使用 2.1.2. 在 JavaScript 中使用 扩展 jQuery 2.2. 支持controller 级别的屏蔽 1. XSRF过滤 2. 跨站请求伪造 跨站请求伪造(Cross-site request forgery) , 简称为 XSRF,是 Web 应用中常...