A.<choose>、<when>、<otherwise>元素組合
B.<select>、<where>、<otherwise>元素組合
C.<choose>、<when>、<trim>元素組合
D.<if>、<when>、<otherwise>元素組合
您可能感興趣的試卷
你可能感興趣的試題
A.<if "username!=null and username!=’’">
B.<if test="username!=null or username!=’’">
C.<if test="username!=null and username!=’’">
D.<trim test="username!=null and username!=’’">
A.Transaction
B.OGNL
C.MVC
D.ORM
A.<resultMap>元素
B.<enviroment>
C.<transactionManager>
D.<databaseProvider>
A.<delete>
B.<sql>
C.<update>
D.<enviroments>
A.resultMap
B.resultType
C.parameterType
D.statementType
最新試題
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
SpringMVC中,使用注解方式時,需要添加()包。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
當請求中的參數(shù)與控制器中的方法參數(shù)名不一致時,可以采用()來建立聯(lián)系。
ViewResolver解析后,會向()中返回具體的View(視圖)。
在批量刪除用戶的操作中,前端請求傳遞的都是()的用戶id,只要在后臺使用同一種數(shù)組類型的參數(shù)綁定接收,就可以在方法中通過循環(huán)數(shù)組參數(shù)的方式來完成刪除操作。
下列示攔截器,主要用于攔截用戶請求并做相應的處理的是()。
@Controller注解類型用于指示Spring類的實例是一個()。
@RequestMapping注解的默認屬性是()。
文件上傳時,form表單的method屬性設置為()。