书栈网 · BookStack 本次搜索耗时 0.070 秒,为您找到 651 个相关结果.
  • Authentication and Authorization

    Authentication and Authorization Overview Authenticate Me Initial page load BrowserID login screen Homepage after logging in Email Authorization Conclusion Authenticatio...
  • 高阶函数_2

    894 2020-05-28 《Kotlin 基础教程》
    1. 复合函数 2. Currying 3. 偏函数 4. 小结 上周我已经给大家推送了一篇关于高阶函数的文章,这一期,我们继续探讨一些相关的有意思的话题。 1. 复合函数 大家一定见过下面的数学题吧: 求 f(g(x)) 的值。 解:设 m(x) = f(g(x)) … ​m 就是 f 和 g 的复合。 我们在 Kotlin 当中要如何...
  • Understanding map and apply

    image: “/assets/img/vgfp_map.png” Background What exactly is an elevated world? Series contents Part 1: Lifting to the elevated world The map function Description Alternativ...
  • Wiki: markdown, chat subsite, event source

    Wiki: markdown, chat subsite, event source Subsite: data Subsite: handlers Subsite: widget Master site: data Master site: instances Master site: wiki handlers Master site: r...
  • Authentication and Authorization

    Authentication and Authorization Overview Authenticate Me Initial page load BrowserID login screen Homepage after logging in Email Authorization Conclusion Authenticatio...
  • Functions

    1056 2018-11-01 《clean code javascript》
    Functions Function arguments (2 or fewer ideally) Functions should do one thing Function names should say what they do Functions should only be one level of abstraction Remove...
  • Understanding bind

    image: “/assets/img/vgfp_bind.png” Series contents Part 2: How to compose world-crossing functions The bind function Description Alternative interpretation Implementation exa...
  • 4.4 使用同步操作简化代码

    4.4 使用同步操作简化代码 4.4.1 使用“期望”的函数化编程 4.4.2 使用消息传递的同步操作 4.4 使用同步操作简化代码 同步工具的使用在本章称为构建块,你可以之关注那些需要同步的操作,而非具体使用的机制。当需要为程序的并发时,这是一种可以帮助你简化你的代码的方式,提供更多的函数化的方法。比起在多个线程间直接共享数据,每个任务拥有自己...
  • Types

    Types Type Declarations Abstract Types Primitive Types Composite Types Mutable Composite Types Declared Types Type Unions Parametric Types Parametric Composite Types Parame...
  • Types

    Types Type Declarations Abstract Types Primitive Types Composite Types Mutable Composite Types Declared Types Type Unions Parametric Types Parametric Composite Types Parame...