A.aopalliance-1.0.jar
B.commons-dbcp2-2.1.1.jar
C.ant-1.9.6.jar
D.ognl-3.1.12.jar
您可能感興趣的試卷
你可能感興趣的試題
A.<set>
B.<bind>
C.<collection>
D.<typeHandler>
A.<association>
B.<collection>
C.<discriminator>
D.<arg/>
A.<setting name="lazyLoadingEnabled"value="false"/>
B.<setting name="lazyLoadingEnabled"value="true"/>
C.<setting name="eagerLoadingEnabled"value="false"/>
D.<setting name="eagerLoadingEnabled"value="true/>
A.log4j.properties
B.db.properties
C.web.xml
D.springmvc-config.xml
A.test
B.log4j
C.debug
D.dao
最新試題
SpringMVC中,使用注解方式時,需要添加()包。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
文件上傳時,form表單的method屬性設(shè)置為()。
當(dāng)有多個攔截器同時工作時,它們的preHandle()會按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會按照()。
下列文件可能是SpringMVC的配置文件的是()。
可以在()文件中進行前端控制器的配置。
ViewResolver解析后,會向()中返回具體的View(視圖)。
在SpringMVC中,不采用注解,設(shè)計控制器類需要實現(xiàn)()。
SpringMVC處理方法的返回類型()主要在異步請求時使用,它只返回數(shù)據(jù),而不會跳轉(zhuǎn)視圖。
@RequestMapping注解的默認屬性是()。