A.getMethod()
B.getHeader()
C.getParameter()
D.getCookies()
您可能感興趣的試卷
你可能感興趣的試題
A.request.getParameter("password")
B.request.getParameters("password")[0]
C.request.getParameterValues("password")[0]
D.request.getRequestParameter("password")
A.ResponseStream out=response.getResponseStream()
B.ResponseStream out=response.getStream()
C.ResponseStream out=response.getOutputStream()
D.ServletOutputStream out=response.getOutputStream()
A.Model 2架構(gòu)的視圖是由HTML組成
B.Model 2架構(gòu)中的模型無法通知視圖狀態(tài)已更新
C.MVC架構(gòu)是基于請求/響應(yīng)模型
D.MVC架構(gòu)只能用于單機(jī)應(yīng)用程序
A.模型(Model)
B.視圖(View)
C.控制器(Controller)
A.WEB-INF目錄
B.conf目錄
C.lib目錄
D.classes目錄
最新試題
在Spring Boot中,使用@Autowired注解可以自動裝配Bean到()、構(gòu)造器或setter方法中。
Spring Boot的默認(rèn)嵌入式服務(wù)器是(),但也可以配置為其他服務(wù)器,如Jetty或Undertow。
Vue.js的生命周期鉤子created在實(shí)例創(chuàng)建完成后被立即調(diào)用,此時DOM還未被掛載。
Vue的watch選項(xiàng)用于觀察和響應(yīng)Vue實(shí)例上的數(shù)據(jù)變化,并在數(shù)據(jù)變化時運(yùn)行()。
Spring Boot的Actuator模塊提供了生產(chǎn)就緒型功能,如()、健康檢查、外部配置、指標(biāo)收集等。
Vue.js是一個完全基于JavaScript的漸進(jìn)式框架。
Vue中,使用v-if指令進(jìn)行條件渲染時,如果條件為true,則元素會被()。
在Spring Boot中,使用()注解可以創(chuàng)建一個Spring管理的Bean。
Vue組件中,通過props選項(xiàng)可以接收來自()的數(shù)據(jù)。
Spring Boot的@RestController注解和@Controller注解在功能上是完全相同的。