书栈网 · BookStack 本次搜索耗时 0.047 秒,为您找到 3399 个相关结果.
  • 3.7 语法与标识符

    2575 2019-03-05 《Kotlin极简教程》
    3.7 语法与标识符 3.7.1 修饰符 3.7.2 关键字(保留字) this 关键字 super 关键字 3.7.3 操作符和操作符的重载 3.7.4 操作符优先级(Precedence) 3.7.5 一元操作符(unary operation) 前缀操作符 递增和递减 3.7.6 二元操作符 算术运算符 字符串的+ 运算符重载...
  • EMQ X R3.2 插件开发

    EMQ X R3.2 插件开发 创建插件项目 创建认证/访问控制模块 注册钩子(Hooks) 注册 CLI 命令 插件配置文件 编译发布插件 EMQ X R3.2 插件开发 创建插件项目 参考 emqx_plugin_template (opens new window) 插件模版创建新的插件项目。 Tip 在 \<plugi...
  • 委托

    委托 属性委托 由委托实现 覆盖由委托实现的接口成员 委托 属性委托 属性委托在单独一页中讲:属性委托 。 由委托实现 委托模式 已经证明是实现继承的一个很好的替代方式,而 Kotlin 可以零样板代码地原生支持它。Derived 类可以通过将其所有公有成员都委托给指定对象来实现一个接口 Base : interface Ba...
  • 接入平台相关 API

    接入平台相关 API 接入平台相关 API The expect /actual feature is currently in Beta . All of the language and tooling features described in this document are subject to change in future Ko...
  • object单例

    466 2020-05-28 《Kotlin 基础教程》
    object单例 public class MusicPlayerJava { public static MusicPlayerJava INSTANCE = new MusicPlayerJava (); private MusicPlayerJava (){} } cl...
  • Calling JavaScript from Kotlin

    Calling JavaScript from Kotlin Inline JavaScript external modifier Declaring (static) members of a class Declaring optional parameters Extending JavaScript classes external i...
  • 一篇文章彻底搞懂 Kotlin 函数

    2488 2020-05-28 《Kotlin 基础教程》
    函数 普通函数 声明 内部函数 方法 中缀表达式 操作符重载 Lambda表达式 调用 内联函数 crossinline与noinline 扩展函数 普通的扩展函数 扩展Lambda 泛型扩展 关于扩展是否会污染原库的讨论 函数 本章节主要介绍Kotlin中的函数相关的概念。 普通函数 声明 即使Kotlin是...
  • Extensions

    Extensions Extension functions Extensions are resolved statically Nullable receiver Extension properties Companion object extensions Scope of extensions Declaring extensions...
  • 8.3. Erlang

    8.3. Erlang 8.3. Erlang Note The Erlang query server is disabled by default.Read configuration guide aboutreasons why and how to enable it. Emit (Id, Value) Emits key-value ...
  • Connect to platform-specific APIs

    Connect to platform-specific APIs Connect to platform-specific APIs The expect /actual feature is currently in Beta . All of the language and tooling features described in th...