A.byte
B.double
C.boolean
D.string
您可能感興趣的試卷
你可能感興趣的試題
A.document.getElementById("divResult").color=red;
B.document.getElementById("divResult").style.color=#10011;
C.document.getElementById("divResult").color=“red”;
D.document.getElementById("divResult").style.color=“red“;
A.POST
B.GET
C.PUT
D.以上都是
A.select*from table where id in(1001 1002)
B.select*from product swhere id between 1001 and 1004
C.select*from table where id not in(1004 1005)
D.select*from table where id=1001 and vend_id=1002
A.CISDI
B.ImCISDI
C.CISDI_HELLO
D.CISDI%
A.包括40歲和50歲
B.不包括40歲和50歲
C.包括40歲不包括50歲
D.不包括40歲包括50歲
最新試題
在SpringMVC中,不采用注解,設(shè)計(jì)控制器類需要實(shí)現(xiàn)()。
配置視圖解析器(ViewResolver)時(shí),<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
@Controller注解類型用于指示Spring類的實(shí)例是一個(gè)()。
當(dāng)有多個(gè)攔截器同時(shí)工作時(shí),它們的preHandle()會(huì)按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會(huì)按照()。
SpringMVC數(shù)據(jù)綁定的過(guò)程中,ServletRequest接收受的信息直接給()。
簡(jiǎn)單來(lái)說(shuō),RESTful風(fēng)格就是把請(qǐng)求參數(shù)變成()的一種風(fēng)格。
ModelAndView對(duì)象的()方法向模型對(duì)象中添加數(shù)據(jù)。
SpringMVC中,使用注解方式時(shí),需要添加()包。
調(diào)用()組件對(duì)已經(jīng)綁定了請(qǐng)求消息數(shù)據(jù)的參數(shù)對(duì)象進(jìn)行數(shù)據(jù)合法性校驗(yàn)。
RESTful風(fēng)格在HTTP請(qǐng)求中,使用()表示添加操作。