书栈网 · BookStack 本次搜索耗时 0.074 秒,为您找到 3399 个相关结果.
  • 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...
  • JavaScript 模块

    JavaScript 模块 浏览器目标 JavaScript 库与 Node.js 文件 选择目标模块系统 @JsModule 注解 将 @JsModule 应用到包 导入更深的包层次结构 @JsNonModule 注解 Kotlin 标准库使用的模块系统 JavaScript 模块 可以将 Kotlin 项目编译为适用于各种流行模块系...
  • 04.05 最小化函数

    2271 2019-01-17 《中文 Python 笔记》
    最小化函数 minimize 函数 Rosenbrock 函数 优化方法 BFGS 算法 Nelder-Mead Simplex 算法 Powell 算法 最小化函数 minimize 函数 In [1]: % pylab inline set_printoptions ( precision = 3 , s...
  • FunctionClient

    FunctionClient FunctionClient The @FunctionClient annotation makes it very straightforward to invoke local or remotely deployed functions. For example, given the following fun...
  • Opt-in Requirements

    Opt-in Requirements Opting in to using API Propagating opt-in Non-propagating use Module-wide opt-in Requiring opt-in for API Opt-in requirement annotations Marking API elemen...
  • 作用域

    作用域 命名空间 建议 6.1.1 对于 cpp 文件中不需要导出的变量,常量或者函数,请使用匿名 namespace 封装或者用 static 修饰 规则 6.1.1 不要在头文件中或者#include 之前使用 using 导入命名空间 全局函数和静态成员函数 建议 6.2.1 优先使用命名空间来管理全局函数,如果和某个 class 有直接关系的,...
  • 在 JavaScript 中使用 Kotlin 代码

    在 JavaScript 中使用 Kotlin 代码 在 plain 模式中用独立的 JavaScript 隔离声明 包结构 @JsName 注解 @JsExport 注解 在 JavaScript 中的 Kotlin 类型 原生数组 在 JavaScript 中使用 Kotlin 代码 根据所选的 JavaScript 模块 系统,Kot...
  • Kotlin 与 Java 共存_1

    943 2020-05-28 《Kotlin 基础教程》
    Kotlin 与 Java 共存(一) 1. 属性 2. object 3. 默认参数的方法 4. 包方法 5. 扩展方法 6. Internal 的类和成员 7. 小结 Kotlin 与 Java 共存(一) 大家好,经过前面的课程,相信大家对 Kotlin 已经有了一个初步的认识,那么我们在项目中究竟应该怎么应用 Kotlin 呢?...
  • Learn

    Learn MeiliSearch Easy to Learn, Fun to Master Table of Contents Learn MeiliSearch Welcome to MeiliSearch’s learning center. These resources are aimed at first-time and new u...
  • Intercept

    创建一个Intercept 使用Interceptor 创建一个Intercept Intercept是用于放在@API注解里的拦截器,作用于整个类。让我们来看下一个简单的例子吧。 class TestInterceptor : Interceptor { override fun intercept ( re...