单选题management has asked bob to post an introductory welcome page when notes users first open the video application in which one of the following places should bob put the welcome message?()A  in a document named welcome B  in the  database about doc C  in

题目
单选题
management has asked bob to post an introductory welcome page when notes users first open the video application in which one of the following places should bob put the welcome message?()
A

 in a document named welcome 

B

 in the  database about doc 

C

 in the  database using doc 

D

 in the first page in the database design

参考答案和解析
正确答案: D
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Given that login.getName() returns a java.lang.String value and given the JSP code:  Welcome <%= login.getName() %>Which is equivalent?()

  • A、<%> Welcome <% out.print(login.getName()); %> 
  • B、 Welcome <% writer.print(login.getName()); %> 
  • C、 Welcome <% response.out.print(login.getName()); %>
  • D、 Welcome <% response.writer.print(login.getName()); %> 
  • E、 Welcome <% response.getOutputStream().write(login.getName()); %>

正确答案:A

第2题:

在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。

  • A、<welcome-file>start.jsp</welcome-file> 
  • B、<welcome-file-list>start.jsp</welcome-file-list> 
  • C、<welcome-list>  <welcome-file>start.jsp</welcome-file> </welcome-list> 
  • D、<welcome-file-list> <welcome-file>start.jsp</welcome-file>   </welcome-file-list>

正确答案:D

第3题:

在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。

A.<welcome-file>start.jsp</welcome-file>

B.<welcome-file-list>start.jsp</welcome-file-list>

C.<welcome-list><welcome-file>start.jsp</welcome-file></welcome-list>

D.<welcome-file-list><welcome-file>start.jsp</welcome-file></welcome-file-list>


参考答案:D

第4题:

Which of the following statements allows BOB to revoke access to the SAMPLE database from user TOM?()

  • A、REVOKE ACCESS ON DATABASE FROM USER bob
  • B、REVOKE CONNECT ON DATABASE FROM USER tom
  • C、REVOKE tom FROM ACCESS ON DATABASE BY USER bob
  • D、REVOKE tom FROM CONNECT ON DATABASE BY USER bob

正确答案:B

第5题:

An administrator has received complaints from users that an application is not available while other applications run. This application resides on an NFS mounted filesystem. Which of the following commands should be run as a reasonable first step to handle this problem?()

  • A、df
  • B、showmount
  • C、exportfs
  • D、refresh -g nfs

正确答案:A

第6题:

jayne has asked her domino server administrator to enable doc locking on the server. which one of the following must she do to enable it for her application?()

  • A、 enable the “allow doc locking “ db property 
  • B、 create a view column for the locked doc view icon 
  • C、 add a profile doc to the db to manage the locked doc 
  • D、 enable doc locking at the view level for each view in the db

正确答案:A

第7题:

You are creating a Web-based application to manage data aggregation for reports. The application connects to a SQL Server 2005 database named DataManager. One page in the application has controls that execute stored procedures in a database named ReportingDatabase. There is an existing Service Broker connection between the DataManager database and ReportingDatabase.You want to add two new message types to the existing service. In each database, you create message types named ProcessReport and SendResult. You need to add the two new message types to the existing service. What should you do first?()

  • A、Create a queue on each database with the ACTIVATION argument set to DataManager dbo processReport.
  • B、Create a conversation between the databases by using the following Statement BEGIN DIALOG FROM SERVICE ’ProcessReport’ TO SERVICE ’SendResult’
  • C、Create a contract between the services by using the following statement.CREATE CONTRACT processData (ProcessReport SENT BY INITIATOR,SendResult SENT BY TARGET)
  • D、Create services for each database by using the following statement.CREATE SERVICE DataManager on QUEUE ProcessReport

正确答案:C

第8题:

Which of the following statements allows BOB to revoke access to the SAMPLE database from user TOM?()

A.REVOKE ACCESS ON DATABASE FROM USER bob

B.REVOKE CONNECT ON DATABASE FROM USER tom

C.REVOKE tom FROM ACCESS ON DATABASE BY USER bob

D.REVOKE tom FROM CONNECT ON DATABASE BY USER bob


参考答案:B

第9题:

bill has an author names field named all editors that calculates a list of possible editors of the doc based on values users has entered into another field. The list only contains users’ first and last names, and only should be displayed to users who can edit doc.Which of the following hide-when formulas should bill use to control the display of the field?()

  • A、 @isnotmember(alleditors,@username) 
  • B、 @isnotmember(@name([cn]);@username) 
  • C、 @isnotmember(alleditors;@name([cn ];@username)) 
  • D、 if(@isnotmember(alleditors;@name([cn];@username);@true;@false))

正确答案:C

第10题:

tony would like to make it easier for users of the video application to enter new doc using the “video form”, he’d like users to be able to create new “video” doc form within the view. Which one of the following should tony so to build this interface?()

  • A、create a view action that has the following formula:@command([create];”video”)
  • B、create a form action that has the following formula:@command([compose];”video”)
  • C、create a view action that has the following formula:@command([compose];”video”)
  • D、create a database action that has the following formula:@command([compose];”video”)

正确答案:C

更多相关问题