书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 3399 个相关结果.
  • When The Context Closes

    When The Context Closes When The Context Closes If you wish for a particular method to be invoked when the context is closed then you can use the javax.annotation.PreDestroy a...
  • 14.1.3 Endpoint Sensitivity

    14.1.3 Endpoint Sensitivity 14.1.3 Endpoint Sensitivity Endpoint sensitivity can be controlled for the entire endpoint through the endpoint annotation and configuration. Indivi...
  • 6.10 Accepted Request Content-Type

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

    When The Context Closes When The Context Closes If you wish for a particular method to be invoked when the context is closed then you can use the javax.annotation.PreDestroy a...
  • 15.3 文件 IO 操作

    3171 2019-03-05 《Kotlin极简教程》
    15.3 文件 IO 操作 15.3.1 读文件 读取文件全部内容 获取文件每行的内容 直接操作字节数组 15.3.2 写文件 覆盖写文件 末尾追加写文件 15.3 文件 IO 操作 Kotlin为java.io.File提供了大量好用的扩展函数,这些扩展函数主要在下面三个源文件中: kotlin/io/files/FileTree...
  • 4.1 什么是类型?

    1364 2019-03-05 《Kotlin极简教程》
    4.1 什么是类型? 4.1 什么是类型? 一切皆是映射 在计算机中,任何数值都是以一组比特(01)组成的,硬件无法区分内存地址、脚本、字符、整数、以及浮点数。这个时候,我们使用类型赋予一组比特以特定的意义。 类型(Type),本质上就是内存中的数值或变量对象的逻辑映射。 《周易》有云: 易有太极,是生两仪,两仪生四象,四象生八卦。(...
  • 调试

    调试 Producing binaries with debug info with Kotlin/Native compiler Breakpoints lldb gdb Stepping Variable inspection Known issues 调试 Currently the Kotlin/Native compiler ...
  • 调试 Kotlin/Native

    调试 Kotlin/Native Produce binaries with debug info with Kotlin/Native compiler Breakpoints lldb gdb Stepping Variable inspection Known issues 调试 Kotlin/Native Currently, t...
  • Consume and Destructive Read

    514 2020-09-03 《PonyLang Tutorial》
    Consuming a variable Destructive read An important part of Pony’s capabilities is being able to say “I’m done with this thing.” We’ll cover two means of handling this situation:...
  • Sequences

    Sequences Constructing From elements From Iterable From function From chunks Sequence operations Sequence processing example Iterable Sequence Sequences Along with co...