书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 102920 个相关结果.
  • Two-factor authentication

    Two-factor authentication Authentication Application (2FA) Hardware Security Key (FIDO U2F) Simple two-factor authentication Two-factor authentication New in version 4.8.0. ...
  • 12. 数据结构之最大堆和最小堆

    1523 2020-02-05 《PHP数据结构》
    这个堆并不是堆栈中那个堆,英文我们称之为Heap。堆就是完全二叉树,至于完全二叉树是什么鬼东西,有为青年可能还记得,其余青年可能忘的差不多了,然后自己默默上前面翻去。 堆分为两类,最大堆和最小堆。最大堆就是根结点的元素最大,然后以从上到下从左往右数据递减,最小堆呢就恰恰相反。这里值得注意的是堆的两个特性: 序号为x的结点,如果有左子树,那么左子树序号...
  • detectrisk

    detectrisk 接口说明 请求地址 方法参数 query 参数 post 参数 返回值说明 data 字段描述 返回值示例 返回值示例 检测作弊用户参考代码 detectrisk 接口说明 检测用户是否是作弊用户。 请求地址 POST https : //openapi.baidu.com/rest/2.0/sma...
  • DELETE Routes

    492 2019-09-21 《Slim 2 Document》
    DELETE Method Override DELETE Use the Slim application’s delete() method to map a callback function to a resource URI that is requested withthe HTTP DELETE method. <? php ...
  • OPTIONS Routes

    407 2019-09-21 《Slim 2 Document》
    OPTIONS Method Override OPTIONS Use the Slim application’s options() method to map a callback function to a resource URI that is requested withthe HTTP OPTIONS method. <? ph...
  • switch

    switch switch switch 是编写一连串 if - else 语句的简便方法。它运行第一个值等于条件表达式的 case 语句。 Go 的 switch 语句类似于 C、C++、Java、JavaScript 和 PHP 中的,不过 Go 只运行选定的 case,而非之后所有的 case。 实际上,Go 自动提供了在这些语言中...
  • How to Set up Auto-Archiving of Your Reports

    3283 2019-07-04 《Matomo User Guides》
    How to Set up Auto-Archiving of Your Reports Linux/Unix: How to Set up a Crontab to Automatically Archive the Reports. Windows: How to Set up Auto-Archiving Using Windows Schedule...
  • 漏洞篇 XSS

    米斯特白帽培训讲义 漏洞篇 XSS Payload 分类 原理:反射型 原理:存储型 利用 附录: 米斯特白帽培训讲义 漏洞篇 XSS 讲师:gh0stkey 整理:飞龙 协议:CC BY-NC-SA 4.0 跨站脚本攻击(Cross Site Scripting),为不和层叠样式表(Cascading Style She...
  • Uploading Data

    Uploading Data POST/Form Requests Sending form fields Sending form files Uploading Data Guzzle provides several methods for uploading data. You can send requests that conta...
  • Homestead

    Laravel Homestead Introduction Included Software Installation & Setup First Steps Installing The Homestead Vagrant Box Installing Homestead Configuring Homestead Setting Your ...