A.index
B.item
C.collection
D.separator
您可能感興趣的試卷
你可能感興趣的試題
A.<when>
B.<if>
C.<trim>
D.<select>
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
最新試題
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
SpringMVC中,使用注解方式時(shí),需要添加()包。
@Controller注解類型用于指示Spring類的實(shí)例是一個(gè)()。
當(dāng)有多個(gè)攔截器同時(shí)工作時(shí),它們的preHandle()會按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會按照()。
下列文件可能是SpringMVC的配置文件的是()。
配置視圖解析器(ViewResolver)時(shí),<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
當(dāng)客戶端form表單的enctype屬性為()時(shí),瀏覽器就會采用二進(jìn)制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進(jìn)行解析處理。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
組合注解()匹配PUT方式的請求。