• 2022-06-18 问题

    把当前目录下的filel. txt复制为file2. txt,正确的命令是 A: copy filel. txt file2. txt B: cp filel.txt I file C: cat file2. txt filel. txt D: cat file. txt > file2. txtt

    把当前目录下的filel. txt复制为file2. txt,正确的命令是 A: copy filel. txt file2. txt B: cp filel.txt I file C: cat file2. txt filel. txt D: cat file. txt > file2. txtt

  • 2022-05-28 问题

    关于Python字符串操作的描述,错误的是 A: &gt;&gt;&gt; "hellohellohello"/3<br/>输出结果是"hello" B: &gt;&gt;&gt; "hello"*2<br/>输出结构是'hellohello' C: &gt;&gt;&gt; 'hello' + 1<br/>输出结果是<br/>Traceback<br/>(most recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>+ 1<br/>TypeError:<br/>must be str, not int D: &gt;&gt;&gt; "hello" - "world"<br/>输出结果是<br/>Traceback<br/>(most recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>- "world"<br/>TypeError:<br/>unsupported operand type(s) for -: 'str' and 'str'

    关于Python字符串操作的描述,错误的是 A: &gt;&gt;&gt; "hellohellohello"/3<br/>输出结果是"hello" B: &gt;&gt;&gt; "hello"*2<br/>输出结构是'hellohello' C: &gt;&gt;&gt; 'hello' + 1<br/>输出结果是<br/>Traceback<br/>(most recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>+ 1<br/>TypeError:<br/>must be str, not int D: &gt;&gt;&gt; "hello" - "world"<br/>输出结果是<br/>Traceback<br/>(most recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>- "world"<br/>TypeError:<br/>unsupported operand type(s) for -: 'str' and 'str'

  • 2022-05-29 问题

    在Windows中,下列正确的文件名是()。 A: My Program Group. TXT B: file 1| file2 C: A D: A? DOC

    在Windows中,下列正确的文件名是()。 A: My Program Group. TXT B: file 1| file2 C: A D: A? DOC

  • 2022-05-28 问题

    关于Python字符串操作的描述,错误的是() A: &gt;&gt;&gt;<br/>"hellohellohello"/3<br/>输出结果是"hello" B: &gt;&gt;&gt;<br/>"hello"*2<br/>输出结构是'hellohello' C: &gt;&gt;&gt;<br/>'hello' + 1<br/>输出结果是<br/>Traceback (most<br/>recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>+ 1<br/>TypeError: must be<br/>str, not int D: &gt;&gt;&gt;<br/>"hello" - "world"<br/>输出结果是<br/>Traceback (most<br/>recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>- "world"<br/>TypeError:<br/>unsupported operand type(s) for -: 'str' and 'str'

    关于Python字符串操作的描述,错误的是() A: &gt;&gt;&gt;<br/>"hellohellohello"/3<br/>输出结果是"hello" B: &gt;&gt;&gt;<br/>"hello"*2<br/>输出结构是'hellohello' C: &gt;&gt;&gt;<br/>'hello' + 1<br/>输出结果是<br/>Traceback (most<br/>recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>+ 1<br/>TypeError: must be<br/>str, not int D: &gt;&gt;&gt;<br/>"hello" - "world"<br/>输出结果是<br/>Traceback (most<br/>recent call last):<br/>File<br/>"", line 1, in <br/>"hello"<br/>- "world"<br/>TypeError:<br/>unsupported operand type(s) for -: 'str' and 'str'

  • 2022-06-09 问题

    在当前页面中包含a.htm的正确语句是( ) A: &lt;%@ include=”a.htm”%&gt; B: &lt;jsp:include file=”a.htm”/&gt; C: &lt;%@ include page=”a.htm”%&gt; D: &lt;%@ include file=”a.htm”%&gt;

    在当前页面中包含a.htm的正确语句是( ) A: &lt;%@ include=”a.htm”%&gt; B: &lt;jsp:include file=”a.htm”/&gt; C: &lt;%@ include page=”a.htm”%&gt; D: &lt;%@ include file=”a.htm”%&gt;

  • 2022-06-16 问题

    在Windows10中,以下文件名()是错误的. A: &amp;file.txt B: file*.txt C: file.txt D: 文件.txt

    在Windows10中,以下文件名()是错误的. A: &amp;file.txt B: file*.txt C: file.txt D: 文件.txt

  • 2022-05-29 问题

    在/home/stud1/wang目录下有一文件file,使用 ( )可实现在后台执行命令,此命令将file文件中的内容输出到file.copy文件中。 A: cat file &gt;file.copy B: cat file file.copy C: &amp;cat<br/>file file.copy D: &amp;cat<br/>file &gt;file.copy

    在/home/stud1/wang目录下有一文件file,使用 ( )可实现在后台执行命令,此命令将file文件中的内容输出到file.copy文件中。 A: cat file &gt;file.copy B: cat file file.copy C: &amp;cat<br/>file file.copy D: &amp;cat<br/>file &gt;file.copy

  • 2022-06-17 问题

    下面关于动态包含的语法格式,书写正确的是( )。 A: &lt;jsp:forward file=”relativeURL” /&gt; B: &lt;jsp:forward path=”relativeURL” /&gt; C: &lt;jsp:forward page=”relativeURL” /&gt; D: &lt;%@include file=”relativeURL” /&gt;

    下面关于动态包含的语法格式,书写正确的是( )。 A: &lt;jsp:forward file=”relativeURL” /&gt; B: &lt;jsp:forward path=”relativeURL” /&gt; C: &lt;jsp:forward page=”relativeURL” /&gt; D: &lt;%@include file=”relativeURL” /&gt;

  • 2022-06-17 问题

    以下代码,允许上传的文件类型有( )。<;input type="file" name="file" accept="text/*">; A: .css B: .shtml C: .txt D: .rtf

    以下代码,允许上传的文件类型有( )。<;input type="file" name="file" accept="text/*">; A: .css B: .shtml C: .txt D: .rtf

  • 2022-06-07 问题

    在Web应用程序中,编写了公共的处理页面名为manage.jsp,该页面包含在Web根目录下名为util的文件夹中,那么在Web根目录下的其他页面上引用该页面的代码正确的是( )。 A: &lt;% include file="util/manage.jsp"%&gt; B: &lt;%@ include file="util/manage.jsp"%&gt; C: &lt;%! include file="util/manage.jsp"%&gt; D: &lt;include file="util/manage.jsp"&gt;

    在Web应用程序中,编写了公共的处理页面名为manage.jsp,该页面包含在Web根目录下名为util的文件夹中,那么在Web根目录下的其他页面上引用该页面的代码正确的是( )。 A: &lt;% include file="util/manage.jsp"%&gt; B: &lt;%@ include file="util/manage.jsp"%&gt; C: &lt;%! include file="util/manage.jsp"%&gt; D: &lt;include file="util/manage.jsp"&gt;

  • 1 2 3 4 5 6 7 8 9 10