A.ServletConfig
B.ServletContext
C.ServletRequest
D.Session
您可能感興趣的試卷
你可能感興趣的試題
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)中的模型無(wú)法通知視圖狀態(tài)已更新
C.MVC架構(gòu)是基于請(qǐng)求/響應(yīng)模型
D.MVC架構(gòu)只能用于單機(jī)應(yīng)用程序
A.模型(Model)
B.視圖(View)
C.控制器(Controller)
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
Spring Boot的自動(dòng)配置功能可以通過(guò)()屬性來(lái)開(kāi)啟或關(guān)閉。
在Spring Boot的application.properties文件中,可以配置數(shù)據(jù)庫(kù)連接信息。
Spring Boot默認(rèn)使用HikariCP作為數(shù)據(jù)庫(kù)連接池。
Vue組件的模板通常放在<template>標(biāo)簽內(nèi),組件的邏輯代碼則寫(xiě)在<script>標(biāo)簽內(nèi),而樣式代碼則寫(xiě)在<style>標(biāo)簽內(nèi),這三個(gè)標(biāo)簽統(tǒng)稱為()。
Spring Boot的默認(rèn)嵌入式服務(wù)器是(),但也可以配置為其他服務(wù)器,如Jetty或Undertow。
Vue Router中,定義路由時(shí)通常使用path和component兩個(gè)屬性,其中path表示路由的路徑,而component則表示要渲染的()。
Vue組件中,通過(guò)props選項(xiàng)可以接收來(lái)自()的數(shù)據(jù)。
Vue Router的<router-link>組件用于在Vue應(yīng)用中實(shí)現(xiàn)頁(yè)面之間的跳轉(zhuǎn)。
Vue組件的template選項(xiàng)用于定義組件的()結(jié)構(gòu)。
在Vue中,可以使用v-model指令實(shí)現(xiàn)表單元素與數(shù)據(jù)的()綁定。