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

    DTLSServer 描述 方法 方法说明 DTLSServer 继承: RefCounted < Object 实现 DTLS 服务器的辅助类。 描述 该类用于存储 DTLS 服务器的状态。在 setup 之后,它将连接的 PacketPeerUDP 转换为 PacketPeerDTLS ,通过 take_connection...
  • Django 1.6.3 release notes

    Django 1.6.3 release notes Unexpected code execution using reverse() Caching of anonymous pages could reveal CSRF token MySQL typecasting select_for_update() requires a transa...
  • Django 1.6.3 版本发行说明

    Django 1.6.3 版本发行说明 Unexpected code execution using reverse() Caching of anonymous pages could reveal CSRF token MySQL typecasting select_for_update() requires a transaction ...
  • Services

    Services Configuration Examples Configuring HTTP Services Servers Load Balancer Servers Load-balancing Sticky sessions Health Check Pass Host Header ServersTransport Respons...
  • useRequestHeaders

    useRequestHeaders useRequestHeaders Nuxt provides composables and utilities for first-class server-side-rendering support. Within your pages, components, and plugins you can ...
  • HAProxy HTTPS 配置

    HAproxy 下启用 Https 修改 HAproxy 配置文件 修改 nginx 配置 HAproxy 下启用 Https 请确保您已经获取了有效的证书文件。HAproxy所需证书文件格式比较特殊,要求为pem格式,且同时包含证书和与之匹配的私钥,可使用以下命令使之合并: ``` cat demo.crt demo.key > demo...
  • 公共JS调用

    825 2019-09-29 《PHPOK 帮助手册》
    公共JS调用 公共JS调用 【说明】 简化JS调用及合并,PHPOK提供了一个公共的JS调用方法 【代码】 <script type = "text/javascript" src = "{url ctrl=js /}" ></script> <script type = "text/javascript" src = "i...
  • HAProxy HTTPS 配置

    HAproxy 下启用 Https 修改 HAproxy 配置文件 修改 nginx 配置 HAproxy 下启用 Https 请确保您已经获取了有效的证书文件。HAproxy所需证书文件格式比较特殊,要求为pem格式,且同时包含证书和与之匹配的私钥,可使用以下命令使之合并: ``` cat demo.crt demo.key > demo...
  • 3.4用户注册与登录

    用户注册与登录 cookie与session 用户注册页面 获取POST 请求数据 密码加密 用户注册 用户登录 用户登出 用户注册与登录 这一节开始,我就来实现具体的功能了,这一节要实现的是用户登录注册与登出。 在前一节已经规划好了UserSchema ,这儿增加了一个isAdmin 字段来判断是不是管理员 ... con...
  • 响应

    Laravel 的请求返回 Response 创建响应 字符串 & 数组 响应对象 附加头信息至响应 附加 Cookie 至响应 Cookies 加密 重定向 重定向至命名路由 通过 Eloquent 模型填充参数 重定向至控制器行为 重定向并附加 Session 闪存数据 其他响应类型 视图响应 JSON 响应 文件下载 文件...