相关考题
-
单项选择题
在mybatis中,入参为String time=”2019-12-12 00:00:00”,Integer num=5时,下面sql中的占位符分别用()Select * from test where create_time > {time} limit {num}
A.# #
B. $ $
C.$ #
D. # $; -
单项选择题
Java IO流中大量的使用了哪种设计模式()
A.单例模式
B.装饰模式
C.策略模式
D.观察者模式 -
单项选择题
下列几个组件中处理请求分发的是()
A.ModelAndView
B.ViewResolver
C.DispatchServlet
D.HandlerMapping
