网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
An enterprise has an internal web application that needs stickiness managed by a Cluster. Allemployees access the application through a proxy. What is the correct sticky load balancing policy? ()

A. urlhash

B. url persistency

C. cookie persistency

D. default persistency


参考答案

更多 “ An enterprise has an internal web application that needs stickiness managed by a Cluster. Allemployees access the application through a proxy. What is the correct sticky load balancing policy? () A. urlhashB. url persistencyC. cookie persistencyD. default persistency ” 相关考题
考题 下面( )文件负责处理Application_Start、Application_End、Session_Start和Session_End等事件。A.Web.configB.Config.asaxC.Global.asaxD.Global.inc

考题 当 Web 应用关闭后,你需要人工释放资源。为此,你应该响应哪一个事件?() A.Application_BeginRequestB.Application_EndC. Application_StartD.Application_EndRequest

考题 WhatisthenameoftheWebLogicspecificdeploymentdescriptorofJavaEnterpriseApplication?() A.application.xmlB.weblogic.xmlC.web.xmlD.weblogic-application.xmlE.config.xml

考题 假设现在已经利用Application对象把变量a赋值为456,那么下列语句中能显示出“456”的是______。A.<%=Application"a"%>B.<%=Application("a")%>C.<%=Application(a)%>D.<%=Application:a%>

考题 Networkintegrationhelpstobuildapowerfulbusinessfoundation.WhichapproachdoesCiscousetointegrateapplicationsandservicesacrossthenetworkinfrastructure?() A.application-levelB.systems-levelC.policy-levelD.advancedservices

考题 下面哪一个项目仅在Struts中出现?() A.JavaBeanB.WeB.xmlC.struts-config.xmlD.application.propertyes

考题 1、当有用户请求 Web页面时,会触发()事件?A.Application_Start()B.Session_Start()C.Application_End()D.Session_End()

考题 下面的语法格式中,()是将一个值保存到application变量中。A.Application.setAttribute(“变量名称”,值);B.Application.getAttribute(“变量名”);C.Application.getRealPath(“/”)%D.Application.getRealPath(“变量名”);

考题 当有用户请求 Web页面时,会触发()事件?A.Application_Start()B.Session_Start()C.Application_End()D.Session_End()

考题 下面代码实现一个站点访问量计数器,空白处的代码为()。 void ____________(object sender, EventArgs e) { Application.Lock(); Application["AccessCount"] = (int)Application["AccessCount"] + 1; Application.UnLock(); }A.Application_StartB.Application_ErrorC.Session_StartD.Session_End