A.<if>
B.<choose>
C.<o(jì)therwise>
D.<where>
您可能感興趣的試卷
你可能感興趣的試題
A.<choose>、<when>、<o(jì)therwise>元素組合
B.<select>、<where>、<o(jì)therwise>元素組合
C.<choose>、<when>、<trim>元素組合
D.<if>、<when>、<o(jì)therwise>元素組合
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>
最新試題
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。
Model是一個接口,ModelMap是一個接口實(shí)現(xiàn),作用是將model數(shù)據(jù)填充到()域。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
配置前端控制器時,<url-pattern>/</url-pattern>表示()。
在批量刪除用戶的操作中,前端請求傳遞的都是()的用戶id,只要在后臺使用同一種數(shù)組類型的參數(shù)綁定接收,就可以在方法中通過循環(huán)數(shù)組參數(shù)的方式來完成刪除操作。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進(jìn)行數(shù)據(jù)合法性校驗(yàn)。
當(dāng)有多個攔截器同時工作時,它們的preHandle()會按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會按照()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
SpringMVC處理方法的返回類型()主要在異步請求時使用,它只返回數(shù)據(jù),而不會跳轉(zhuǎn)視圖。