单项选择题
A.@ScheduleB.@CronC.@TaskD.@EnableScheduling
SpringBoot进行全局异常处理的注解是()A.@ControllerAdviceB.@BeanC.@co...
单项选择题SpringBoot进行全局异常处理的注解是()
A.@ControllerAdviceB.@BeanC.@configrationD.@SpringBootApplicatiog
EventBus使用的设计模式有()A.单例模式B.观察者模式C.MVP模式D.MVC模式
多项选择题EventBus使用的设计模式有()
A.单例模式B.观察者模式C.MVP模式D.MVC模式
RxJava的线程类型有()A.Schedulers.immediate()B.Schedulers.newT...
多项选择题RxJava的线程类型有()
A.Schedulers.immediate()B.Schedulers.newThread()C.Schedulers.io()D.Schedulers.computation()