书栈网 · BookStack 本次搜索耗时 0.041 秒,为您找到 3431 个相关结果.
  • Lambda 表达式

    高阶函数与 lambda 表达式 高阶函数 函数类型 函数类型实例化 函数类型实例调用 内联函数 Lambda 表达式与匿名函数 Lambda 表达式语法 将 lambda 表达式传给最后一个参数 it:单个参数的隐式名称 从 lambda 表达式中返回一个值 闭包 带有接收者的函数字面值 高阶函数与 lambda 表达式 K...
  • 6.12 Accepted Request Content-Type

    6.12 Accepted Request Content-Type Customizing Processed Content Types 6.12 Accepted Request Content-Type A Micronaut controller action consumes application/json by default. C...
  • When The Context Closes

    When The Context Closes When The Context Closes To invoke a method when the context is closed, use the javax.annotation.PreDestroy annotation: import jakarta . annotation . P...
  • 枚举类

    枚举类 初始化 匿名类 使用枚举常量 枚举类 枚举类最基本的用法就是实现类型安全的枚举 enum class Direction { NORTH , SOUTH , WEST } 每个自举常量都是一个对象。枚举常量通过逗号分开。 初始化 因为每个枚举都是枚举类的一个实例,它们是可以初始化的。 enu...
  • Serialisation

    400 2020-09-03 《PonyLang Tutorial》
    Caveats Custom Serialisation and Deserialisation Custom Serialisation Custom Deserialisation Considerations Fixed Versus Variable Object Sizes Classes With Multiple Pointer Fi...
  • 6.1 泛型(Generic Type)简介

    1391 2019-03-05 《Kotlin极简教程》
    6.1 泛型(Generic Type)简介 6.1.1 为什么要有类型参数 6.1 泛型(Generic Type)简介 通常情况的类和函数,我们只需要使用具体的类型即可:要么是基本类型,要么是自定义的类。 但是尤其在集合类的场景下,我们需要编写可以应用于多种类型的代码,我们最简单原始的做法是,针对每一种类型,写一套刻板的代码。 这样做,代码...
  • Debugging

    Debugging Producing binaries with debug info with Kotlin/Native compiler Breakpoints lldb gdb Stepping Variable inspection Known issues Debugging Currently the Kotlin/Na...
  • Server WebSockets

    Server WebSockets note Installing Usage Usage as an suspend actor note Usage as a Channel Interface The WebSocketSession interface note The Frame interface Testing FAQ ...
  • 3.13 Context Events

    3.13 Context Events Publishing Events Listening for Events 3.13 Context Events Micronaut supports a general event system through the context. The ApplicationEventPublisher AP...
  • 3.12 Context Events

    3.12 Context Events Publishing Events Listening for Events 3.12 Context Events Micronaut supports a general event system through the context. The ApplicationEventPublisher A...