书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 3399 个相关结果.
  • 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...
  • Messages and Agents

    categories: [Concurrency] How F# implements a message-based approach Managing shared state The locking approach to shared state The message-based approach to shared state Shar...
  • When The Context Starts

    When The Context Starts When The Context Starts If you wish for a particular method to be invoked when a bean is constructed then you can use the javax.annotation.PostConstruct...
  • When The Context Starts

    When The Context Starts When The Context Starts If you wish for a particular method to be invoked when a bean is constructed then you can use the javax.annotation.PostConstruct...
  • When The Context Starts

    When The Context Starts When The Context Starts If you wish for a particular method to be invoked when a bean is constructed then you can use the javax.annotation.PostConstruct...
  • 3.7.2 Refreshable Scope

    3.7.2 Refreshable Scope 3.7.2 Refreshable Scope The Refreshable scope is a custom scope that allows a bean’s state to be refreshed via: /refresh endpoint. Publication of a...
  • 7.3.1 Customizing Parameter Binding

    7.3.1 Customizing Parameter Binding Type Based Binding Parameters Custom Binding Binding By Annotation Binding By Type 7.3.1 Customizing Parameter Binding The previous exam...
  • 类 构造函数 次构造函数 创建类的实例 类成员 继承 抽象类 伴生对象 类 Kotlin 中使用关键字 class 声明类 class Person { /*……*/ } 类声明由类名、类头(指定其类型参数、主构造函数等)以及由花括号包围的类体构成。类头与类体都是可选的; 如果一个类没有类体,可以省略花括号。 ...
  • 条件与循环

    条件与循环 If 表达式 When 表达式 For 循环 while 循环 循环中的 break 与 continue 条件与循环 If 表达式 在 Kotlin 中,if 是一个表达式:它会返回一个值。 因此就不需要三元运算符(条件 ? 然后 : 否则 ),因为普通的 if 就能胜任这个角色。 fun main () { ...
  • redis

    配置 启动 Cache cloudopt-next-redis,是移植于 JFinal 的RedisPlugin,使用 RedisPlugin 可以极度方便的使用redis,该插件不仅提供了丰富的API,而且还同时支持多 redis 服务端。Redis 拥有超高的性能,丰富的数据结构,天然支持数据持久化,是目前应用非常广泛的 nosql 数据库。对于...