A.<when>
B.<if>
C.<trim>
D.<select>
您可能感興趣的試卷
你可能感興趣的試題
A.<if>
B.<choose>
C.<otherwise>
D.<where>
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>
最新試題
@RequestMapping注解的默認屬性是()。
組合注解()匹配PUT方式的請求。
ViewResolver解析后,會向()中返回具體的View(視圖)。
SpringMVC中,使用注解方式時,需要添加()包。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
在批量刪除用戶的操作中,前端請求傳遞的都是()的用戶id,只要在后臺使用同一種數(shù)組類型的參數(shù)綁定接收,就可以在方法中通過循環(huán)數(shù)組參數(shù)的方式來完成刪除操作。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進行數(shù)據(jù)合法性校驗。
SpringMVC處理方法的返回類型()主要在異步請求時使用,它只返回數(shù)據(jù),而不會跳轉(zhuǎn)視圖。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。