A.使用setMaxAge()
B.使用setMaxInactive()
C.使用setMaxInactiveInterval()
您可能感興趣的試卷
你可能感興趣的試題
A.getAttribute()
B.setAttribute()
C.deleteAttribute()
D.removeAttribute()
A.getContextParameter()
B.getParameter()
C.getInitParameter()
D.getAttribute()
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")
最新試題
Vue的指令通常以v-開頭,例如v-bind用于綁定屬性,v-on用于綁定()。
Vue的v-for指令用于基于源數(shù)據(jù)多次渲染()。
Spring Boot默認(rèn)使用HikariCP作為數(shù)據(jù)庫連接池。
在Spring Boot中,要配置數(shù)據(jù)源,我們通常會在()文件中設(shè)置數(shù)據(jù)庫的連接信息。
Spring Boot的默認(rèn)嵌入式服務(wù)器是(),但也可以配置為其他服務(wù)器,如Jetty或Undertow。
Vue.js是一個完全基于JavaScript的漸進(jìn)式框架。
在Spring Boot中,使用()注解可以創(chuàng)建一個Spring管理的Bean。
Spring Boot的@RestController注解和@Controller注解在功能上是完全相同的。
Vue Router中,定義路由時通常使用path和component兩個屬性,其中path表示路由的路徑,而component則表示要渲染的()。
Vue Router的<router-link>組件用于在Vue應(yīng)用中實現(xiàn)頁面之間的跳轉(zhuǎn)。