书栈网 · BookStack 本次搜索耗时 0.063 秒,为您找到 3431 个相关结果.
  • 7.1.4 Streaming JSON over HTTP

    7.1.4 Streaming JSON over HTTP 7.1.4 Streaming JSON over HTTP Micronaut’s HTTP client includes support for streaming data over HTTP via the RxStreamingHttpClient interface whi...
  • Interesting Functions

    Interesting Functions Function Definition Currying Interesting Functions Function Definition Lambdas are clearly a simple and powerful way of defining functions. But the sy...
  • Kotlin 与 Java 共存_2

    573 2020-05-28 《Kotlin 基础教程》
    Kotlin 与 Java 共存(二) 1. 属性 2. 空安全 3. 泛型 4. Synchronized 和 volatile 5. SAM 转换 6. 小结 Kotlin 与 Java 共存(二) 上一期我们简单讨论了几个 Java 调用 Kotlin 的场景,这一期我们主要讨论相反的情况。 1. 属性 如果 Java 类存在...
  • functools —— 高阶函数,以及可调用对象上的操作

    functools —— 高阶函数,以及可调用对象上的操作 partial 对象 functools —— 高阶函数,以及可调用对象上的操作 源代码: Lib/functools.py functools 模块应用于高阶函数,即参数或(和)返回值为其他函数的函数。 通常来说,此模块的功能适用于所有可调用对象。 functools ...
  • 3.11 Life-Cycle Methods

    3.11 Life-Cycle Methods When The Context Starts When The Context Closes 3.12 Context Events Publishing Events Listening for Events 3.11 Life-Cycle Methods When The Conte...
  • 在 Java 中调用 Kotlin

    在 Java 中调用 Kotlin 属性 包级函数 实例字段 静态字段 静态方法 接口中的默认方法 Compatibility modes for default methods disable all all-compatibility 可见性 KClass 用 @JvmName 解决签名冲突 生成重载 受检异常 空安全性 ...
  • Kotlin 1.3

    Kotlin 1.3 的新特性 协程正式发布 Kotlin/Native 多平台项目 契约 标准库中的契约 自定义契约 将 when 主语捕获到变量中 接口中伴生对象的 @JvmStatic 与 @JvmField 注解类中的内嵌声明 无参的 main 更多元的函数 渐进模式 内联类 无符号整型 @JvmDefault 标...
  • Pipeline

    Internal Pipeline Machinery Description API Phases Interceptors and the PipelineContext The Subject Merging Ktor pipelines ApplicationCallPipeline Application Routing Othe...
  • 在我们的App中实现一个例子

    在我们的App中实现一个例子 在我们的App中实现一个例子 接口可以被用来从类中提取出相似行为的通用代码。比如,我们可以创建一个接口用于处理app的toolbar。MainActivity 和DetailActivity 在处理toolbar 时会共享这些相似的代码。 但是受限,我们需要做出一些改变,使用被定义在布局中toolbar ,而不是标准的...
  • Choosing between collection functions

    categories: [] What collection do I want? About the documentation Note on availability Table of contents 1. What kind of collection do you have? 2. Creating a new collection ...