更多“在Web页面中加入VBScript代码,其代码必须放在()A、 Script和End Script标记之间B、Begin Script和End Script标记之间C、\Script和/Script标记之间D、Script和/Script标记之间”相关问题
  • 第1题:

    The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?()

    A. ./script.ksh

    B. nohup ./script.ksh

    C. run -b ./script.ksh

    D. ./script.ksh > nohup.out


    参考答案:A

  • 第2题:

    下列不属于Script脚本插入方式的是()

    • A、在<body>标签插入Script脚本      
    • B、在<body>与</body>之间插入脚本Script脚本 
    • C、在<head>与</head>之间插入Script脚本      
    • D、在<head>标签插入Script脚本

    正确答案:D

  • 第3题:

    在当前页面的同一目录下有一名show.js的文件,下列()代码可以正确访问该文件。

    • A、〈script language=“JavaScript” language=“show.js”〉〈/script〉
    • B、〈script language=“JavaScript” type=“show.js”〉〈/script〉
    • C、〈script language=“JavaScript” src=“show.js”〉〈/script〉
    • D、〈script language=“JavaScript” runat=“show.js”〉〈/script〉

    正确答案:C

  • 第4题:

    JavaScript代码必须包含在< script >元素中


    正确答案:错误

  • 第5题:

    在HTML中嵌入JavaScript,使用的标记是:()

    • A、<script></script>
    • B、<head></head>
    • C、<body></body>
    • D、<javaScript/javaScript>

    正确答案:A

  • 第6题:

    An operator needs to run a script which will write standard output and standard error to different files. Which of the following commands will successfully perform this task?()

    • A、myscript.ksh 1>/tmp/log/script.log 2>/tmp/log/script.err
    • B、myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err
    • C、myscript.ksh 1>/tmp/log/script.log 2>1 /tmp/log/script/err
    • D、myscript.ksh 2>1 /tmp/log/script.log 2> /tmp/log/script.err

    正确答案:A

  • 第7题:

    You have created a script in the recovery catalog called backup_database. Which of the following commands would successfully execute that script?()  

    • A、 run { open script backup_database; run script backup_database }
    • B、 run { engage script backup_database; }
    • C、 run { run script backup_database; }
    • D、 Run { execute script backup_database; }
    • E、 The name backup_database is an invalid name for an RMAN script. Trying to run it from RMAN would result in an error.

    正确答案:D

  • 第8题:

    JAvASCript语言在页面中使用的标记是()。

    • A、〈BoDy〉
    • B、〈tABle〉
    • C、〈heAD〉
    • D、〈sCript〉

    正确答案:D

  • 第9题:

    单选题
    在HTML页面上编写Javascript代码时,应编写在()标签中间。
    A

    〈javascript〉和〈/javascript〉

    B

    〈script〉和〈/script〉

    C

    〈head〉和〈/head〉

    D

    〈body〉和〈/body〉


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

  • 第10题:

    单选题
    在当前页面的同一目录下有一名show.js的文件,下列()代码可以正确访问该文件。
    A

    〈script language=“JavaScript” language=“show.js”〉〈/script〉

    B

    〈script language=“JavaScript” type=“show.js”〉〈/script〉

    C

    〈script language=“JavaScript” src=“show.js”〉〈/script〉

    D

    〈script language=“JavaScript” runat=“show.js”〉〈/script〉


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

  • 第11题:

    单选题
    在Web页面中加入VBScript代码,其代码必须放在()
    A

    <Script>和<End Script>标记之间

    B

    <Begin Script>和<End Script>标记之间

    C

    <\Script>和</Script>标记之间

    D

    <Script>和</Script>标记之间


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

  • 第12题:

    单选题
    下列不属于Script脚本插入方式的是()
    A

    在<body>标签插入Script脚本      

    B

    在<body>与</body>之间插入脚本Script脚本 

    C

    在<head>与</head>之间插入Script脚本      

    D

    在<head>标签插入Script脚本


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

  • 第13题:

    An operator needs to run a script which will write standard output and standard error to different files. Which of the following commands will successfully perform this task?()

    A. myscript.ksh 1>/tmp/log/script.log 2>/tmp/log/script.err

    B. myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err

    C. myscript.ksh 1>/tmp/log/script.log 2>1 /tmp/log/script/err

    D. myscript.ksh 2>1 /tmp/log/script.log 2> /tmp/log/script.err


    参考答案:A

  • 第14题:

    ASP中的服务器端脚本代码被包括在标签()之间。

    • A、<body>和</body>
    • B、<Script>和</Script>
    • C、<%和%>
    • D、<html>和</html>

    正确答案:C

  • 第15题:

    What can help expose problems with script logic or validity by simulating the execution of a script?()

    • A、Alarm and Trace Configuration  
    • B、debug session  
    • C、script validation  
    • D、script refresh

    正确答案:B

  • 第16题:

    在HTML页面上编写Javascript代码时,应编写在()标签中间。

    • A、<javascript>和</javascript>  
    • B、<script>和</script> 
    • C、<head>和</head>             
    • D、<body>和</body>

    正确答案:B

  • 第17题:

    The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?()

    • A、./script.ksh
    • B、nohup ./script.ksh
    • C、run -b ./script.ksh
    • D、./script.ksh > nohup.out

    正确答案:A

  • 第18题:

    A user has written a script that is not running correctly and asks an administrator for help. Without adding anything to the script, how can the administrator determine the cause of the problem?()

    • A、Run the script with an 'sh -x' in front.
    • B、Run the script with a 'ksh -v' in front.
    • C、Type debug into the command line before running the script.
    • D、Type 'set -x' into the command line before running the script.

    正确答案:A

  • 第19题:

    Given the script   create script db_backup_datafile_script  {backup datafile and 1, and2 plus archivelog delete input;} Run {execute script db_backup_datafile_script using 2;}   What is the result of running this command?()  

    • A、 The script will fail since you instructed RMAN to back up only one datafile rather than two
    • B、 The script will successfully back up datafile 3 without error
    • C、 The script will fail since it uses a substitution variable which is not supported
    • D、 The execute script command will prompt for the value of and2 since it’s not included in the command
    • E、 The script will fail because you cannot use the plus archivelog command when backing up

    正确答案:D

  • 第20题:

    单选题
    You have created a script in the recovery catalog called backup_database. Which of the following commands would successfully execute that script?()
    A

     run { open script backup_database; run script backup_database }

    B

     run { engage script backup_database; }

    C

     run { run script backup_database; }

    D

     Run { execute script backup_database; }

    E

     The name backup_database is an invalid name for an RMAN script. Trying to run it from RMAN would result in an error.


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

  • 第21题:

    单选题
    在HTML文档头部中嵌入JavaScript,应该使用的标记是()。
    A

    〈Body〉〈/Body〉

    B

    〈Script〉〈/Script〉

    C

    〈Head〉〈/Head〉

    D

    〈Js〉〈/Js〉


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

  • 第22题:

    单选题
    Given the script   create script db_backup_datafile_script  {backup datafile and 1, and2 plus archivelog delete input;} Run {execute script db_backup_datafile_script using 2;}   What is the result of running this command?()
    A

     The script will fail since you instructed RMAN to back up only one datafile rather than two

    B

     The script will successfully back up datafile 3 without error

    C

     The script will fail since it uses a substitution variable which is not supported

    D

     The execute script command will prompt for the value of and2 since it’s not included in the command

    E

     The script will fail because you cannot use the plus archivelog command when backing up


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

  • 第23题:

    单选题
    JAvASCript语言在页面中使用的标记是()。
    A

    〈BoDy〉

    B

    〈tABle〉

    C

    〈heAD〉

    D

    〈sCript〉


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