书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 344 个相关结果.
  • 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...
  • 元组

    877 2019-06-12 《Scala之旅》
    访问元素 解构元组数据 在 Scala 中,元组是一个可以容纳不同类型元素的类。元组是不可变的。 当我们需要从函数返回多个值时,元组会派上用场。 元组可以创建如下: val ingredient = ( "Sugar" , 25 ): Tuple2 [ String , Int ] 这将创建一个包含一个 Strin...
  • TwinColSelect

    TwinColSelect CSS Style Rules TwinColSelect The TwinColSelect field provides a multiple selection component that shows two lists side by side, with the left column containi...
  • 4.5. Configuration Parameters

    595 2020-12-09 《JUnit 5 User Guide》
    4.5. Configuration Parameters 4.5.1. Pattern Matching Syntax 4.5. Configuration Parameters In addition to instructing the platform which test classes and test engines to inclu...
  • 1.3 功能点

    1.3 功能点 1.3.1 服务注册与发现 1.3.2 指标、链路和日志 1.3.3 多服务端框架 1.3.4 多客户端支持 1.3.5 多种可靠性组件 1.3.6 多种任务场景 1.3.7 控制台应用 1.3.8 工具链 1.3 功能点 以下是Jupiter 的功能点,如果你有新的功能点,可以给我们提issue (opens new ...
  • 2.13. Test Interfaces and Default Methods

    504 2020-12-09 《JUnit 5 User Guide》
    2.13. Test Interfaces and Default Methods 2.13. Test Interfaces and Default Methods JUnit Jupiter allows @Test , @RepeatedTest , @ParameterizedTest , @TestFactory , @TestTempla...
  • 1.3 功能点

    1.3 功能点 1.3.1 服务注册与发现 1.3.2 指标、链路和日志 1.3.3 多服务端框架 1.3.4 多客户端支持 1.3.5 多种可靠性组件 1.3.6 多种任务场景 1.3.7 控制台应用 1.3.8 工具链 1.3 功能点 以下是Jupiter 的功能点,如果你有新的功能点,可以给我们提issue 1.3.1 ...
  • 4.3. Console Launcher

    1095 2020-12-09 《JUnit 5 User Guide》
    4.3. Console Launcher 4.3.1. Options 4.3.2. Argument Files (@-files) 4.3. Console Launcher The [ConsoleLauncher](https://junit.org/junit5/docs/current/api/org.junit.platform....
  • Jupyter Lab

    Data Analysis with Jupyter Lab TL;DR Jupyter Config 默认值 jupyter_username jupyter_password jupyter_port jupyter_domain Jupyter Playbook infra-jupyter Access PostgreSQL...
  • The Enum Basics

    The Enum Basics Problem Types of Enumeration Basic Enumerations Raw Value Raw Value: String Raw Value: Int Initialization from Raw Value Associated Value Example from Doc V...