• 2022-06-15 问题

    在一个JSP页面中要把请求转发到view.jsp页面,下面哪个是正确的?( ) A: <;jsp:forward file="view.jsp”/>; B: <;jsp:forward page="view.jsp"/>; C: <;jsp:dispatch file="view.jsp />; D: <;jsp:dispatch page="view.jsp"/>;

    在一个JSP页面中要把请求转发到view.jsp页面,下面哪个是正确的?( ) A: <;jsp:forward file="view.jsp”/>; B: <;jsp:forward page="view.jsp"/>; C: <;jsp:dispatch file="view.jsp />; D: <;jsp:dispatch page="view.jsp"/>;

  • 2022-06-15 问题

    在一个JSP页面中,把请求转发到view.jsp页面,下面哪个是正确的?( ) A: jsp:forwared file ="view.jsp" B: C: D:

    在一个JSP页面中,把请求转发到view.jsp页面,下面哪个是正确的?( ) A: jsp:forwared file ="view.jsp" B: C: D:

  • 2022-06-06 问题

    给定一个Model1体系结构,其中有一个JSP页面处理所有控制器函数,这个JSP控制器要把请求分派给另一个JSP页面? A: ”view.jsp”/> B: C:

    给定一个Model1体系结构,其中有一个JSP页面处理所有控制器函数,这个JSP控制器要把请求分派给另一个JSP页面? A: ”view.jsp”/> B: C:

  • 2022-07-28 问题

    给定一个Model1体系结构,其中有一个JSP页面处理所有控制器函数,这个JSP控制器要把请求分派给另一个JSP页面() A: jsp:forward page=”view.jsp” B: C: D:

    给定一个Model1体系结构,其中有一个JSP页面处理所有控制器函数,这个JSP控制器要把请求分派给另一个JSP页面() A: jsp:forward page=”view.jsp” B: C: D:

  • 2022-06-06 问题

    按照MVC设计模式,JSP用于实现( )。 A: Model B: View C: Controller D: 容器

    按照MVC设计模式,JSP用于实现( )。 A: Model B: View C: Controller D: 容器

  • 2022-06-06 问题

    按照MVC模式,JSP用于实现哪层组件()? A: Model B: View C: Controller D: Container

    按照MVC模式,JSP用于实现哪层组件()? A: Model B: View C: Controller D: Container

  • 2022-06-15 问题

    Your web application views all have the same header, which includes the <title> tag in the <head> elementof the rendered HTML. You have decided to remove this redundant HTML code from your JSPs and put itinto a single JSP called /WEB-INF/jsp/header.jsp. However, the title of each page is unique, so you havedecided to use a variable called pageTitle to parameterize this in the header JSP, like this: 10.<title>${param.pageTitle}<title> Which JSP code snippet should you use in your main view JSPs to insert the header and pass thepageTitle variable?() A: <jsp:insert page=’/WEB-INF/jsp/header.jsp’>. ${pageTitle=’Welcome Page’}. </jsp:insert> B: <jsp:include page=’/WEB-INF/jsp/header.jsp’>. ${pageTitle=’Welcome Page’}. </jsp:include> C: <jsp:include file=’/WEB-INF/jsp/header.jsp’>. ${pageTitle=’Welcome Page’}. </jsp:include> D: <jsp:insert page=’/WEB-INF/jsp/header.jsp’>. <jsp:param name=’pageTitle’ value=’Welcome Page’ /> . </jsp:insert> E: <jsp:include page=’/WEB-INF/jsp/header.jsp’>. <jsp:param name=’pageTitle’ value=’Welcome Page’ /> . </jsp:include>

    Your web application views all have the same header, which includes the <title> tag in the <head> elementof the rendered HTML. You have decided to remove this redundant HTML code from your JSPs and put itinto a single JSP called /WEB-INF/jsp/header.jsp. However, the title of each page is unique, so you havedecided to use a variable called pageTitle to parameterize this in the header JSP, like this: 10.<title>${param.pageTitle}<title> Which JSP code snippet should you use in your main view JSPs to insert the header and pass thepageTitle variable?() A: <jsp:insert page=’/WEB-INF/jsp/header.jsp’>. ${pageTitle=’Welcome Page’}. </jsp:insert> B: <jsp:include page=’/WEB-INF/jsp/header.jsp’>. ${pageTitle=’Welcome Page’}. </jsp:include> C: <jsp:include file=’/WEB-INF/jsp/header.jsp’>. ${pageTitle=’Welcome Page’}. </jsp:include> D: <jsp:insert page=’/WEB-INF/jsp/header.jsp’>. <jsp:param name=’pageTitle’ value=’Welcome Page’ /> . </jsp:insert> E: <jsp:include page=’/WEB-INF/jsp/header.jsp’>. <jsp:param name=’pageTitle’ value=’Welcome Page’ /> . </jsp:include>

  • 2022-06-06 问题

    Among the six basic views, which one can show the height of an object? () A: Front view, top<br/>view, left side view B: Top view, bottom<br/>view C: Left side view, bottom view, rear view D: Front view, left<br/>side view, right side view, rear view

    Among the six basic views, which one can show the height of an object? () A: Front view, top<br/>view, left side view B: Top view, bottom<br/>view C: Left side view, bottom view, rear view D: Front view, left<br/>side view, right side view, rear view

  • 2022-05-29 问题

    WeregretthatweareunabletoconsideryourrequestforpaymentonD/Aterms.Asarule,weaskforpaymentbyL/C.But,_________________ourfriendlyrelations,wewill,asan A: in view to B: in view with C: in view of D: on view of

    WeregretthatweareunabletoconsideryourrequestforpaymentonD/Aterms.Asarule,weaskforpaymentbyL/C.But,_________________ourfriendlyrelations,wewill,asan A: in view to B: in view with C: in view of D: on view of

  • 2022-06-01 问题

    通常使用( )语句删除视图 A: DROP VIEW B: DELETE VIEW C: ALTER VIEW D: CREATE VIEW

    通常使用( )语句删除视图 A: DROP VIEW B: DELETE VIEW C: ALTER VIEW D: CREATE VIEW

  • 1 2 3 4 5 6 7 8 9 10