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

    ExceptionHandler ExceptionHandler Additionally you can implement a ExceptionHandler ; a generic hook for handling exceptions that occurs during the execution of an HTTP request...
  • 3.15 Bean Validation

    3.15 Bean Validation Validating Bean Methods Validating Data Classes Validating Configuration Properties Defining Additional Constraints Validating Annotations at Compilation T...
  • 深入理解 Kotlin Coroutine_1

    1578 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...
  • 异步程序设计技术

    异步程序设计 线程 回调 Future、 Promise 及其他 反应式扩展 协程 异步程序设计 几十年以来,作为开发人员,我们面临着需要解决的问题——如何防止我们的应用程序被阻塞。 当我们正在开发桌面应用,移动应用,甚至服务器端应用程序时,我们希望避免让用户等待或导致更糟糕的原因成为阻碍应用程序扩展的瓶颈。 有很多途径来解决这种问题,包括...
  • 提供一个新的activity

    提供一个新的activity 提供一个新的activity 现在我们准备去创建一个DetailActivity 。我们详情activity将会接收一组从主activity传过来的参数:forecast id 和城市名称 。第一个参数将会用来从数据库中请求数据,城市名称用于显示在toolbar上。所以我们首先需要定义一组参数的名字: public ...
  • ExceptionHandler

    ExceptionHandler ExceptionHandler Additionally you can implement a ExceptionHandler ; a generic hook for handling exceptions that occurs during the execution of an HTTP request...
  • 3.6.2 Refreshable Scope

    3.6.2 Refreshable Scope 3.6.2 Refreshable Scope The Refreshable scope is a custom scope that allows a bean’s state to be refreshed via: /refresh endpoint. Publication of ...
  • Variable Evaluation

    Variable Evaluation Variable Evaluation Our evaluation function now depends on some environment. We should pass this in as an argument and use it to get a value if we encounter...
  • Literals

    Literals Literals Numeric literals can be type annotated by adding the type as a suffix. As an example,to specify that the literal 42 should have the type i32 , write 42i32 . ...
  • 3.15 Bean Validation

    3.15 Bean Validation Validating Bean Methods Validating Data Classes Validating Configuration Properties Defining Additional Constraints Validating Annotations at Compilation T...