您可能感興趣的試卷
你可能感興趣的試題
A.實(shí)例變量是類的成員變量
B.實(shí)例變量是用static關(guān)鍵字聲明的
C.方法變量在方法執(zhí)行時(shí)創(chuàng)建
D.方法變量在使用之前必須初始化
A.Multiple listeners can be attached to one component
B.Only one listener can be attached to one component
C.One listener can receive and process the events from multiple components
D.One listener can receive and process the events from only one component
最新試題
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
調(diào)用()組件對(duì)已經(jīng)綁定了請(qǐng)求消息數(shù)據(jù)的參數(shù)對(duì)象進(jìn)行數(shù)據(jù)合法性校驗(yàn)。
單個(gè)攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
@Controller注解類型用于指示Spring類的實(shí)例是一個(gè)()。
$.ajax中,表示請(qǐng)求時(shí)攜帶的數(shù)據(jù)的是()。
配置視圖解析器(ViewResolver)時(shí),<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
SpringMVC數(shù)據(jù)綁定的過(guò)程中,ServletRequest接收受的信息直接給()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來(lái)解決()問(wèn)題。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長(zhǎng)度。