书栈网 · BookStack 本次搜索耗时 0.052 秒,为您找到 3399 个相关结果.
  • Storages

    Session Storages Custom SessionStorage Session Storages There are two predefined storages: SessionStorageMemory , DirectoryStorage . And another composable storage: CacheStora...
  • List Functions

    398 2020-12-10 《Build your own Lisp》
    List Functions List Functions The head function is used to get the first element of a list, but what it returns is still wrapped in the list. If we want to actually get the e...
  • 简介

    简介 Cognitive complexity What’s next? 简介 A good library is one that has: Backward compatibility Complete and easy-to-understand documentation Minimum cognitive complexity Co...
  • Cookie/Header

    Cookie/Header Sessions Cookies vs Headers sessions Cookies Headers Custom storages Cookie/Header Sessions You can either use cookies or custom HTTP headers for sessions. Th...
  • Returns and Jumps

    Returns and Jumps Break and Continue Labels Return at Labels Returns and Jumps Kotlin has three structural jump expressions: return. By default returns from the nearest enc...
  • 扩展

    扩展 扩展函数 扩展是静态解析的 可空接收者 扩展属性 伴生对象的扩展 扩展的作用域 扩展声明为成员 关于可见性的说明 扩展 Kotlin 能够对一个类或接口扩展新功能而无需继承该类或者使用像装饰者这样的设计模式。 这通过叫做扩展的特殊声明完成。 例如,你可以为一个你不能修改的、来自第三方库中的类或接口编写一个新的函数。 这个新增的函...
  • 在 Kotlin 中使用 JavaScript 代码

    在 Kotlin 中使用 JavaScript 代码 内联 JavaScript external 修饰符 声明类的(静态)成员 声明可选参数 扩展 JavaScript 类 external 接口 强制转换 在 Kotlin 中使用 JavaScript 代码 Kotlin 最初被设计为能够与 Java 平台轻松互操作。它将 Java ...
  • 修饰符

    999 2020-05-28 《Kotlin 基础教程》
    修饰符 3.7.2 关键字(保留字) this 关键字 super 关键字 3.7.3 操作符和操作符的重载 3.7.4 操作符优先级(Precedence) 3.7.5 一元操作符(unary operation) 前缀操作符 递增和递减 3.7.6 二元操作符 算术运算符 字符串的+ 运算符重载 自定义重载的 + 运算符 i...
  • Inline Classes

    Inline classes Members Inheritance Representation Mangling Inline classes vs type aliases Alpha status of inline classes Enabling inline classes in Gradle Enabling inline cla...
  • Attributes

    Passing information among interceptors Basic usage API reference Passing information among interceptors Ktor offers an Attributes class that acts as a small typed instance c...