Client note note Calls: Requests and Responses Concurrency Sequential requests Parallel requests Examples Features Client note This help topic is in development a...
Caching Headers Install CachingHeaders Configure Caching Customize Headers for Specific Routes Caching Headers The CachingHeaders feature adds the capability to configure ...
Local Error Handling Local Error Handling For example the following method will handling JSON parse exceptions from Jackson for the scope of the declaring controller: Local ex...
13.9 添加日程实体类 13.9 添加日程实体类 我们先从领域模型的建立开始。首先我们需要设计一个极简的待办事项的实体类 Todo, 它有主键 id、标题、内容三个字段。 @RealmClass open class Todo : RealmObject () { @PrimaryKey open ...
Set 相关操作 Set 相关操作 Kotlin 集合包中包含 set 常用操作的扩展函数: 找出集合间的交集、并集或差集。 要将两个集合合并为一个(并集),可使用 union() 函数。也能以中缀形式使用 a union b 。 注意,对于有序集合,操作数的顺序很重要:在结果集合中, 左侧操作数在前。 要查找两个集合中都存在的元素(交集),请使...
Using this-> as a viewpoint Using a type parameter as a viewpoint Using box-> as a viewpoint When we talked about reference capability composition and viewpoint adaptation ,...
Handle Exceptions and Customize Status Pages Exceptions Logging Exceptions Status StatusFile Redirections using StatusPages Handle Exceptions and Customize Status Pages Th...