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

    Install Ent Create Schema Create DB Connection Client References Any ORM or library is supported in Kratos project for data accessing. Please refer to the examples for integr...
  • 面向切面编程

    面向切面编程 面向切面编程 Aspect Oriented Programming (AOP,面向切面编程) 在 Objective-C 社区内没有那么有名,但是 AOP 在运行时可以有巨大威力。 但是因为没有事实上的标准,Apple 也没有开箱即用的提供,也显得不重要,开发者都不怎么考虑它。 引用 Aspect Oriented Programm...
  • 使用者认证

    使用者认证 Authentication: 使用 Devise 用法 加上自订字段到 Devise 的注册和编辑页面 Authentication: 使用 Omniauth Authorization Simple Role-based Authorization 使用者认证 Quality, Speed or Cheap. Pick...
  • Socialite

    Laravel Socialite Introduction Installation Upgrading Socialite Configuration Authentication Routing Authentication & Storage Access Scopes Optional Parameters Retrieving ...
  • URL Builder – Marketing Campaign Tracking

    739 2019-07-04 《Matomo User Guides》
    URL Builder – Marketing Campaign Tracking URL Builder – Marketing Campaign Tracking The URL Builder tool lets you generate URLs ready to use for Tracking Campaigns in Matomo. ...
  • Blog推荐

    2089 2020-01-02 《Node.js技术栈》
    Blog推荐 JavaScript Nodejs 性能优化 算法 架构 编码规范 HTTP 团队博客 Blog推荐 以下所列均为笔者的推荐阅读,最终版权归作者所有。 JavaScript 每个 JavaScript 工程师都应懂的 33 个概念 You Don’t Know JS (book series) 前端精读...
  • 13. Thinking in React (写react App的思路)

    828 2018-05-27 《React使用文档》
    Thinking in React (写react App的思路) Start With A Mock (开始一个需求) Thinking in React (写react App的思路) 在我们的印象中,react是一种构建较大、较快App的方法。它已经在facebook和Instagram中大量使用! 在react开发过程中,最重要的一件事情...
  • 10.1 shouldComponentUpdate

    10.1 shouldComponentUpdate shouldComponentUpdate Immutable-js 10.1 shouldComponentUpdate This chapter can be applied to all react apps. shouldComponentUpdate React is usua...
  • 点击劫持攻击

    原理 示例 传统防御(弱 👎) 阻止顶级导航 Sandbox 特性 X-Frame-Options 显示禁用的功能 Samesite cookie 特性 总结 “点击劫持”攻击允许恶意页面 以用户的名义 点击“受害网站”。 许多网站都被黑客以这种方式攻击过,包括 Twitter、Facebook 和 Paypal 等许多网站。当然,它...
  • WebSocket 程序示例

    1211 2018-02-22 《Netty 实战(精髓)》
    WebSocket 程序示例 WebSocket 程序示例 为了说明实时功能的特点,我们使用 WebSocket 协议来实现一个基于浏览器的实时聊天程序,就像你在 Facebook 中用文字聊天一样。但是我们这里要更进一步,我们要让不同的用户可以同时互相交谈。 程序逻辑如图 11.1 所示 #1客户端/用户连接到服务器,并且是聊天的一部分 ...