书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 3431 个相关结果.
  • 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...
  • 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...
  • 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...
  • 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...
  • 8.6  Function Calls

    8.6 Function Calls Local Function Names Clashing With Auto-Imported BIFs 8.6 Function Calls ExprF ( Expr1 ,..., ExprN ) ExprM : ExprF ( Expr1 ,..., ExprN ) In the firs...
  • 使用EventBus

    EventBus EventListener Send Message After Event EventBus Cloudopt Next是基于Vertx的,所以也支持Vertx的EventBus。 Vert.x应用程序是事件驱动,异步和单线程的。 Vert.x过程通过事件总线,这是Vert.x的事件驱动架构的内置一块通信。 结合异步处理,...
  • 习题

    习题 数组 闭包 注释 修复作用域 习题 数组 在 Egg 中支持数组需要将以下三个函数添加到顶级作用域:array(...values) 用于构造一个包含参数值的数组,length(array) 用于获取数组长度,element(array, n) 用于获取数组中的第n 个元素。 // Modify these definitions...
  • 选择加入要求

    选择加入要求 选择使用 API 传播选择加入 非传播的选择加入 模块级选择加入 API 要求选择加入 创建选择加入要求的注解 标记 API 元素 稳定前 API 的选择加入要求 选择加入要求 Kotlin 标准库提供了一种机制,用于要求并明确同意使用 API 的某些元素。 通过这种机制,库开发人员可以将使用其 API 需要选择加入的特定...
  • lambda 表达式

    高阶函数与 lambda 表达式 高阶函数 函数类型 函数类型实例化 函数类型实例调用 内联函数 Lambda 表达式与匿名函数 Lambda 表达式语法 传递末尾的 lambda 表达式 it :单个参数的隐式名称 从 lambda 表达式中返回一个值 下划线用于未使用的变量 在 lambda 表达式中解构 匿名函数 闭包 带有接...