书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 3431 个相关结果.
  • 13.7 将MainActivity.java 转成 Kotlin 代码

    1375 2019-03-05 《Kotlin极简教程》
    13.7 将MainActivity.java 转成 Kotlin 代码 13.7 将MainActivity.java 转成 Kotlin 代码 选中默认生成的MainActivity.java, 我们使用 IDEA 的 Code > Convert Java File to Kotlin File : 点击转换,即可看到转换成 Kotlin...
  • LDAP

    LDAP note LDAP note This help topic is in development and will be updated in the future. Ktor supports LDAP (Lightweight Directory Access Protocol) for credential aut...
  • Function Type

    265 2020-12-10 《Build your own Lisp》
    Function Type Function Type As we’ve added a new possible lval type with the enumeration LVAL_FUN . We should update all our relevant functions that work on lvals to deal co...
  • Exception Handling and Supervision

    Exception Handling Exception propagation CoroutineExceptionHandler Cancellation and exceptions Exceptions aggregation Supervision Supervision job Supervision scope Exceptions...
  • 六、FastICA

    六、FastICA 六、FastICA FastICA 类是scikit-learn 提供的FastICA 模型,其原型为: class sklearn . decomposition . FastICA ( n_components = None , algorithm =’ parallel ’, whiten = True ...
  • Content Negotiation and Serialization

    Content Negotiation and Serialization Install ContentNegotiation Register a Converter Built-in Converters Receive and Send Data Create a Data Class Receive Data Send Data Im...
  • Aliasing

    487 2020-09-03 《PonyLang Tutorial》
    Aliasing and deny guarantees What counts as making an alias? Ephemeral types Alias types Aliasing means having more than one reference to the same object, within the same act...
  • 深入理解 Kotlin Coroutine_1

    1592 2020-05-28 《Kotlin 基础教程》
    深入理解 Kotlin Coroutine (一) 1. 什么是 Coroutine 2. Kotlin 协程初体验 3. 实现异步 4. 进一步封装 4.1 异步 4.2 启动协程 4.3 暂停协程 4.4 带有 Receiver 的协程 5. 拿来主义:Kotlinx.Coroutine 6. 小结 深入理解 Kotlin C...
  • 集合写操作

    集合写操作 添加元素 删除元素 更新元素 集合写操作 可变集合 支持更改集合内容的操作,例如添加或删除元素。 在此页面上,我们将描述实现 MutableCollection 的所有写操作。 关于 List 与 Map 可用的更多特定操作,请分别参见 List 相关操作 与 Map 相关操作 。 添加元素 要将单个元素添加到列表或集合,请...
  • Text analysis

    Text analysis Analyzers Built-in analyzers Custom analyzers Text analysis at indexing time and query time Example Testing an analyzer Verifying analyzer settings Next steps ...