书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 3431 个相关结果.
  • 函数与闭包

    822 2020-05-28 《Kotlin 基础教程》
    函数与闭包 1. 函数 1.1 Unit 1.2 Nothing 2. 复杂的特性 2.1 嵌套函数 2.2 运算符重载 2.3 中缀表达式 3. 闭包 2.1 自执行闭包 4. Lambda 4.1 Lambda 表达式 4.2 高阶函数 4.3 内联函数 5. 小结 函数与闭包 函数与闭包的特性可以算是 Kotlin ...
  • 委托属性

    委托属性 标准委托 延迟属性 Lazy 可观察属性 Observable 委托给另一个属性 将属性储存在映射中 局部委托属性 属性委托要求 翻译规则 提供委托 委托属性 有一些常见的属性类型,虽然我们可以在每次需要的时候手动实现它们, 但是如果能够为大家把他们只实现一次并放入一个库会更好。例如包括: 延迟属性(lazy prop...
  • 5.5 Map

    1545 2019-03-05 《Kotlin极简教程》
    5.5 Map 5.5.1 Map概述 5.5.2 创建Map mapOf() mapOf(pair: Pair<K, V>): Map<K, V> mutableMapOf() mutableMapOf(vararg pairs: Pair<K, V>): MutableMap<K, V> hashMapOf(): HashMap<K, ...
  • 9.10 通道

    2079 2019-03-05 《Kotlin极简教程》
    9.10 通道 9.10.1 通道 vs 阻塞队列 9.10.2 关闭通道和迭代遍历元素 9.10.3 生产者-消费者模式 9.10 通道 延迟对象提供了一种在协程之间传输单个值的方法。而通道(Channel)提供了一种传输数据流的方法。通道是使用 SendChannel 和使用 ReceiveChannel 之间的非阻塞通信。 9.10...
  • Primary and Secondary Beans

    Primary and Secondary Beans Primary and Secondary Beans Primary is a qualifier that indicates that a bean is the primary bean that should be selected in the case of multiple p...
  • Primary and Secondary Beans

    Primary and Secondary Beans Primary and Secondary Beans Primary is a qualifier that indicates that a bean is the primary bean that should be selected in the case of multiple p...
  • Serializers

    Serializers Default Serializer Limitations Text Format Custom Serializers Serializers Sessions allow you to choose whether to pass the entire payload between the client a...
  • 6.8 Response Status

    6.8 Response Status 6.8 Response Status A Micronaut’s controller action responds with a 200 HTTP status code by default. If the controller’s action returns a HttpResponse obj...
  • 6.8 Response Status

    6.8 Response Status 6.8 Response Status A Micronaut’s controller action responds with a 200 HTTP status code by default. If the controller’s action returns a HttpResponse obj...
  • 6.9 Response Status

    6.9 Response Status 6.9 Response Status A Micronaut’s controller action responds with a 200 HTTP status code by default. If the controller’s action returns a HttpResponse obj...