A.HttpSession session = request.getSession(true);
B.HttpSession session = request.getHttpSession(true);
C.HttpSession session = response.getSession(true);
D.HttpSession session = response. getHttpSession (true);
您可能感興趣的試卷
你可能感興趣的試題
A. page
B. include
C. taglib
D. forward
A.session.invalidate();
B.session.close();
C.session.destroy();
D.session.end();
A. time()
B. setMaxInactiveInterval()
C. maxTime()
D. invalidate()
在web.xml中,有如下代碼,代碼定義了默認(rèn)的會(huì)話超時(shí)時(shí)長(zhǎng),時(shí)長(zhǎng)為30()
A.毫秒
B.秒
C.分鐘
D..小時(shí)
A.100
B.201
C.400
D.404
最新試題
Vue組件中,通過props選項(xiàng)可以接收來自()的數(shù)據(jù)。
Spring Boot的自動(dòng)配置功能可以通過()屬性來開啟或關(guān)閉。
Spring Boot的自動(dòng)配置功能是通過()類實(shí)現(xiàn)的,該類會(huì)根據(jù)添加的jar包、類路徑下的內(nèi)容以及各種屬性設(shè)置來自動(dòng)配置Spring應(yīng)用。
在Spring Boot中,使用()注解可以創(chuàng)建一個(gè)Spring管理的Bean。
Vue中,使用v-if指令進(jìn)行條件渲染時(shí),如果條件為true,則元素會(huì)被()。
Vue的指令通常以v-開頭,例如v-bind用于綁定屬性,v-on用于綁定()。
在Vue中,v-if和v-else指令用于()元素的顯示與隱藏。
Vue Router的<router-link>組件用于在Vue應(yīng)用中實(shí)現(xiàn)頁(yè)面之間的跳轉(zhuǎn)。
在Spring Boot的application.properties文件中,可以配置服務(wù)器的端口號(hào),如server.port=()。
Vue組件的template選項(xiàng)用于定義組件的()結(jié)構(gòu)。