更多“http://IP:PORT/app/module/rest/user/0001该请求中,app为()A、场景名B、模块名C、应用项目名称D、域名”相关问题
  • 第1题:

    统一资源定位URL的格式是______。

    A.协议://IP地址或域名/路径/文件名

    B.协议://路径/文件名

    C.TCP/IP协议

    D.http协议


    正确答案:A

  • 第2题:

    应用程序文件的扩展名是()。

    • A、DBF
    • B、DBC
    • C、EXE
    • D、APP

    正确答案:D

  • 第3题:

    URL即统一资源定位器。URL格式为()。

    • A、协议名://IP地址和域名
    • B、协议名://IP地址和域名
    • C、协议名://IP地址或域名
    • D、协议名://IP地址或域名

    正确答案:C

  • 第4题:

    以下描述错误的是()

    • A、控制类上的@Controller @RequestMapping("/calc")这个注解在其他类上一定不能重复出现@Controller @RequestMapping("/calc")。
    • B、平台提供的rest请求一般是这种形式http://localhost:9000/appname/module/rest/user/,但其中的rest在平台中一定是rest,不可以修改。
    • C、rest请求所有操作都是无状态的。
    • D、rest请求对应一个唯一的资源标识。

    正确答案:A,B

  • 第5题:

    在一地址显示为Http://www.microsoft.com/main/index2.htm,其中的 ①Http; ②www.microsoft.com; ③main; ④index2.htm分别代表()

    • A、①主机域名②服务标志③目录名④文件名
    • B、①服务标志②目录名③主机域名④文件名
    • C、①服务标志②主机域名③目录名④文件名
    • D、①目录名②主机域名③服务标志④文件名

    正确答案:C

  • 第6题:

    http://localhost:9000/appname/module/rest/user/0001该请求中,appname为()

    • A、应用项目名称
    • B、模块名
    • C、场景名
    • D、weblet名

    正确答案:A

  • 第7题:

    以下哪一项是正确的业务系统场景URL访问格式()

    • A、http://ip:port/uap项目名称/建立场景名称/index.jsp
    • B、http://ip:port/uap项目名称/模块项目名称/建立场景名称/index.jsp
    • C、http://ip:port/模块项目名称/建立场景名称/index.jsp
    • D、http://ip:port/uap项目名称/建立场景名称/模块项目名称/index.jsp

    正确答案:B

  • 第8题:

    任务调度远程部署,添加组件定义的uri,应该为哪个()

    • A、http://ip:port/uap项目
    • B、http://ip:port/uap项目/任务调度模块项目
    • C、http://ip:port/uap项目/taskdispatch/mxweb/index.jsp
    • D、http://ip:port/uap项目/任务调度模块项目/taskdispatch/mxweb/index.jsp

    正确答案:A

  • 第9题:

    统一资源定位器URL的格式是()。

    • A、协议://IP地址或域名/路径/文件名
    • B、协议://路径/文件名
    • C、TCP/IP协议
    • D、http协议

    正确答案:A

  • 第10题:

    单选题
    URL即统一资源定位地址。URL格式为()。
    A

    协议名:/IP地址和域名

    B

    协议名:/IP地址和域名

    C

    协议名://IP地址或域名

    D

    协议名://IP地址或域名


    正确答案: A
    解析: URL的格式是协议://IP地址或域名/路径/文件名。故本题答案选择C。

  • 第11题:

    单选题
    You are creating an ASP.NET Web site. You create a HTTP module named Custom Module, and you register the module in the web.config file.The Custom Module class contains the following code. Public Class Custom Module  Implements IHttpModule     Dim footerContent As String = Footer Content"Public Sub Dispose() Implements IHttpModule.DisposeEnd SubEnd Class  You need to add code to CustomModule to append the footer content to each processed ASP.NET page. Which code segment should you use?()
    A

    Public Sub New(ByVal app As HttpApplication) AddHandler app.EndRequest, AddressOf app_EndRequest  End Sub  Sub app_EndRequest(ByVal sender As Object, ByVal e As EventArgs)    Dim app As HttpApplication = TryCast(sender, HttpApplication)  app.Response.Write(footerContent)  End Sub 

    B

    Public Sub Init(ByVal app As HttpApplication) _  Implements IHttpModule.Init  AddHandler app.EndRequest, AddressOf app_EndRequest  End Sub Sub app_EndRequest(ByVal sender As Object, ByVal e As EventArgs)  Dim app As HttpApplication = New HttpApplication()  app.Response.Write(footerContent)  End Sub 

    C

    Public Sub New()  Dim app As HttpApplication = New HttpApplication()  AddHandler app.EndRequest, AddressOf app_EndRequest End Sub  Sub app_EndRequest(ByVal sender As Object, ByVal e As EventArgs)  Dim app As HttpApplication = TryCast(sender, HttpApplication)  app.Response.Write(footerContent)  End Sub 

    D

    Public Sub Init(ByVal app As HttpApplication) _  Implements IHttpModule.Init  AddHandler app.EndRequest, AddressOf app_EndRequest  End Sub  Sub app_EndRequest(ByVal sender As Object, ByVal e As EventArgs)  Dim app As HttpApplication = TryCast(sender, HttpApplication)app.Response.Write(footerContent)  End Sub


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    http://localhost:9000/appname/module/rest/user/0001该请求中,appname为()
    A

    应用项目名称

    B

    模块名

    C

    场景名

    D

    weblet名


    正确答案: A
    解析: 暂无解析

  • 第13题:

    统一资源定位器URL的格式是

    A.http 协议

    B.TCP/IP协议

    C.协议://IP地址或域名/路径/文件名

    D.协议:IP地址或域名/路径/文件名


    正确答案:C
    解析:URL的格式是协议://IP地址或域名/路径/文件名。

  • 第14题:

    URL即统一资源定位地址。URL格式为()。

    • A、协议名:/IP地址和域名
    • B、协议名:/IP地址和域名
    • C、协议名://IP地址或域名
    • D、协议名://IP地址或域名

    正确答案:C

  • 第15题:

    统一资源定位符的格式是()。

    • A、协议://IP地址或域名/路径/文件名
    • B、协议://路径/文件名
    • C、TCP/IP:协议
    • D、http:协议

    正确答案:A

  • 第16题:

    任务调度的访问地址()

    • A、http://ip:port/uap项目
    • B、http://ip:port/uap项目/任务调度模块项目
    • C、http://ip:port/uap项目/taskdispatch/mxweb/index.jsp
    • D、http://ip:port/uap项目/任务调度模块项目/taskdispatch/mxweb/index.jsp

    正确答案:C

  • 第17题:

    下列文件扩展名中,表示应用程序文件的是().

    • A、.TBF
    • B、.SCX
    • C、.SCT
    • D、.APP

    正确答案:D

  • 第18题:

    Django的View中如何取得请求X-App-Code的值?()

    • A、request.META["HTTP_X_APP_CODE"]
    • B、request.HEADERS["X-APP-CODE"]
    • C、request.REQUEST["HTTP_X_APP_CODE"]
    • D、request.REQUEST["X-APP-CODE"]

    正确答案:A

  • 第19题:

    在用DO命令执行文件时,如果没有指定扩展名,系统寻找目标文件的顺序为()。

    • A、.prg、.app、.fxp、.exe
    • B、.prg,.exe、.app、.fxp
    • C、,exe,.prg,.app,.fxp
    • D、.exe,.app,.fxp,.prg

    正确答案:D

  • 第20题:

    设计即席报表是哪个访问地址()

    • A、http://ip:port/uap项目/report/reportweblet/index.jsp
    • B、http://ip:port/uap项目/即席报表模块项目/report/reportweblet/index.jsp
    • C、http://ip:port/uap项目/reportserver/reportweblet/index.jsp
    • D、http://ip:port/uap项目/即席报表模块项目/reportserver/reportweblet/index.jsp

    正确答案:C

  • 第21题:

    You are creating an ASP.NET Web site. You create a HTTP module named Custom Module, and you register the module in the web.config file.The Custom Module class contains the following code. Public Class Custom Module  Implements IHttpModule     Dim footerContent As String = Footer Content"Public Sub Dispose() Implements IHttpModule.DisposeEnd SubEnd Class  You need to add code to CustomModule to append the footer content to each processed ASP.NET page. Which code segment should you use?()

    • A、Public Sub New(ByVal app As HttpApplication) AddHandler app.EndRequest, AddressOf app_EndRequest  End Sub  Sub app_EndRequest(ByVal sender As Object, ByVal e As EventArgs)    Dim app As HttpApplication = TryCast(sender, HttpApplication)  app.Response.Write(footerContent)  End Sub 
    • B、Public Sub Init(ByVal app As HttpApplication) _  Implements IHttpModule.Init  AddHandler app.EndRequest, AddressOf app_EndRequest  End Sub Sub app_EndRequest(ByVal sender As Object, ByVal e As EventArgs)  Dim app As HttpApplication = New HttpApplication()  app.Response.Write(footerContent)  End Sub 
    • C、Public Sub New()  Dim app As HttpApplication = New HttpApplication()  AddHandler app.EndRequest, AddressOf app_EndRequest End Sub  Sub app_EndRequest(ByVal sender As Object, ByVal e As EventArgs)  Dim app As HttpApplication = TryCast(sender, HttpApplication)  app.Response.Write(footerContent)  End Sub 
    • D、Public Sub Init(ByVal app As HttpApplication) _  Implements IHttpModule.Init  AddHandler app.EndRequest, AddressOf app_EndRequest  End Sub  Sub app_EndRequest(ByVal sender As Object, ByVal e As EventArgs)  Dim app As HttpApplication = TryCast(sender, HttpApplication)app.Response.Write(footerContent)  End Sub

    正确答案:D

  • 第22题:

    单选题
    http://IP:PORT/app/module/rest/user/0001该请求中,app为()
    A

    场景名

    B

    模块名

    C

    应用项目名称

    D

    域名


    正确答案: A
    解析: 暂无解析

  • 第23题:

    单选题
    以下哪一项是正确的业务系统场景URL访问格式()
    A

    http://ip:port/uap项目名称/建立场景名称/index.jsp

    B

    http://ip:port/uap项目名称/模块项目名称/建立场景名称/index.jsp

    C

    http://ip:port/模块项目名称/建立场景名称/index.jsp

    D

    http://ip:port/uap项目名称/建立场景名称/模块项目名称/index.jsp


    正确答案: C
    解析: 暂无解析