若ASP服务器的根目录是“C:///wwwroot”,虚拟目录别名“temp”对应的路径是“C:///wwwroot/asp/temp”,则浏览temp目录下的文件“test.asp”正确的是()。A、http://localhost/temp/test.aspB、http://127.0.0.1/temp/test.aspC、http://localhost/asp/temp/test.aspD、http://127.0.0.1/asp/test.asp

若ASP服务器的根目录是“C:///wwwroot”,虚拟目录别名“temp”对应的路径是“C:///wwwroot/asp/temp”,则浏览temp目录下的文件“test.asp”正确的是()。

  • A、http://localhost/temp/test.asp
  • B、http://127.0.0.1/temp/test.asp
  • C、http://localhost/asp/temp/test.asp
  • D、http://127.0.0.1/asp/test.asp

相关考题:

在本机的IIS上的默认Web站点中,有一个名称为homework的虚拟目录,如果要浏览此目录中的student1.aspx文件,则需在IE的地址栏中,键入( )即可浏览此网页。 A、http://localhost/studentaspxB、http://127.0.0.1/studentaspxC、http://localhost/homework/studentaspxD、http://127.0.0.1/homework

在UNIX中,目录/temp类似WINDOWS中的回收站,删除的文件先到该目录下,所以可从/temp中恢复已删除的文件。 A.错误B.正确

假设temp.dbf数据表中有两个字段“歌手号”和“最后得分”。下面程序段的功能是:将temp.dbf中歌手的“最后得分”填入“歌手”表对应歌手的“最后得分”字段中(假设已增加了该字段)。在下划线处应该填写的SQL语句是 ______。 USE歌手 DO WHILE.NOT.EOF() _________________ REPLACE歌手.最后得分WITH a [2] SKIP ENDDOA.SELECT*FROM temp WHERE temp.歌手号=歌手.歌手号TO ARRAY aB.SELECT*FROM temp WHERE temp.歌手号=歌手.歌手号INTO ARRAY aC.SELECT*FROM temp WHERE temp.歌手号=歌手.歌手号TOFILEaD.SELECT*FROM temp WHERE temp.歌手号=歌手.歌手号INTO FILE a

假设 temp.dbf 数据表中有两个字段 “ 歌手号 ” 和 “ 最后得分 ” 。 下面程序的功能是 : 将 temp.dbf 中歌手的 “ 最后得分 ” 填入 “ 歌手 ” 表对应歌手的 “ 最后得分 ” 字段中 ( 假设已增加了该字段 ) 。 在下划线处应该填写的 SQ L 语句是USE 歌手DO WHILE .NOT.EOF()_________________REPLACE 歌手 . 最后得分 WITH a[2]SKIPENDDOA)SELECT * FROM temp WHERE temp. 歌手号 = 歌手 . 歌手号 TO ARRAY aB)SELECT * FROM temp WHERE temp. 歌手号 = 歌手 . 歌手号 INTO ARRAY aC)SELECT * FROM temp WHERE temp. 歌手号 = 歌手 . 歌手号 TO FILE aD)SELECT * FROM temp WHERE temp. 歌手号 = 歌手 . 歌手号 INTO FILE a

下列程序的招待结果是【 】。 include float temp;float fn2(float r){ temp=r* 下列程序的招待结果是【 】。include <iostream. h>float temp;float fn2(float r){temp=r* r* 3.14;return temp;}void main( ){float a=fn2(5.0);float b=fn2(5.0)b=20;cout<<temp<<end1;}

下列程序的执行结果是______。 include float temp; floatfn2(float r) { temp= 下列程序的执行结果是______。include<iostream.h>float temp;floatfn2(float r){temp=r*r*3.14;return temp;}void main( ){float a=fn2(5.0);floatb=fn2(5.0);b=20;cout<<temp<<endl;}

欲执行程序temp.prg,应该执行的命令是( )。A.DO PRG temp.prgB.DOtemp.prgC.DO CMD temp.prgD.DO FORM. temp.prg

阅读以下说明及C++程序代码,将应填入(n)处的语句写在对应栏内。【说明】本程序的功能是生成螺旋方阵,用户可以输入该方阵的行列数,然后就生成对应的螺旋方阵。例如:当n=5时,对应的螺旋方阵如下:1 16 15 14 132 17 24 23 123 18 25 22 114 19 20 21 105 6 7 8 9【C++代码】include"stdio.h"include"iostream,h"int array[11][11];int temp;int ROW;void godown(int m,int a){for(temp=1; temp<=ROW;temp++)if(array[temp][a]==0)array[temp][a]=(1);a++;}void goright(int m,int b){for(temp=1;temp<=ROW;temp++)if(array[b][temp]==0)array[b][temp]=m++;b--;}void goup(int m.int c){for(temp=ROW;temp>0;temp-)if(array[temp][c]==0)array[temp][c]=m++;c--;}void goleft(int m,int d){for(temp=ROW;temp>0;temp--)if(array[d][temp]==0)array[d][temp]=m++;(2);}void main(){int a,b,c,d,max,m;cin>>ROW;cout>>end1;for(a=1;a<=ROW;a++)for(b=1;b<=ROW;b++)(3);m=1;a=d=1;b=c=ROW;max=(4);whiie(m<=max){godown(m,a);(5) (m,b);goup(m,c);goleft(m,d):}for(a=1;a<=ROW;a++){for(b=1;b<=ROW;b++)printf("%3d ",array[a][b]);cout<<end1;}}

“SELECT*FROM投稿表TO FILE temp WHERE审稿结果=ˋ通过ˊ”语句的功能是( )。A.将查询结果保存到临时temp.dbf文件中B.将查询结果保存到temp.txt文本文件中C.将查询结果保存到temp表中D.将查询结果保存到数组temp中

欲执行程序temp.prg,应该执行的命令是( )。A.DO PRG temp.prgB.DO temp.prgC.DO CMD temp.prgD.DO FORM. remp.prg

一个文件夹名称叫Parent,其下有一个叫做test.asp的文件,和一个名为Child的文件夹。Child下有一个名为default.htm文件,想在default.htm中作一个连接,链到test.asp。以下正确的是:() A.ahref=“/test.asp”…/aB.ahref=“c:/test.asp”…/aC.ahref=“‥/test.asp”…/aD.ahref=“Parent/test.asp”…/a

( 23 )欲执行程序 temp.prg ,应该执行的命令是A ) DO PRG temp.prgB ) DO temp.prgC ) DO CMD temp.prgD ) DO FORM. temp.prg

在www浏览器的URL中,为非法表达式A.http://www.cernet.edu.cnB.d://\\temp\\xyz.htmC.file://c:\\office\\abc.docD.happyuser@center.njtu.edu.cn

一个文件夹名称叫Parent,其下有一个叫做test.asp的文件,和一个名为Child的文件夹。Child下有一个名为default.htm文件,想在default.htm中作一个连接,链到test.asp。以下正确的是:()A、ahref=“/test.asp”…/aB、ahref=“c:/test.asp”…/aC、ahref=“‥/test.asp”…/aD、ahref=“Parent/test.asp”…/a

一个文件夹名称叫Parent,其下有一个叫做test.asp的文件,和一个名为Child的文件夹。Child下有一个名为default.htm文件,想在default.htm中作一个连接,链到test.asp。以下正确的是:()A、a href=“/test.asp”„/a B、a href=“c:/test.asp”„/a C、a href=“‥/test.asp”„/aD、a href=“Parent/test.asp”„/a

如果在chapter1下建立了一个子文件夹images,并且在其中放置了一个图片文件1.jpg,那么以下URL正确的是()。A、http://localhost/asptemp/chapter1/images/1.jpgB、http://127.0.0.1/asptemp/chapter1/images/1.jpgC、http://localhost/inetpub/wwwroot/asptemp/chapter1/images/1.jpgD、http://127.0.0.1/inetpub/wwwroot/asptemp/chapter1/images/1.jpg

默认WWW主目录C:///intpupb/wwwroot下建一个temp.asp文件通过Internet访问你的ASP文件时,下列说法正确的是()。A、http://localhost/temp.aspB、http://127.0.0.1/temp.aspC、http://你的计算机名字/temp.aspD、http://你的计算机的IP地址/temp.asp

file=open("temp.txt","w"):以写的方式打开文件“temp.txt”(如果文件不存在,则新建一个“temp.txt”)。

欲执行程序temp.prg,应该执行的命令是()A、DO PRG temp.prgB、DO temp.prgC、DO CMD temp.prgD、DO FORM temp.prg

一个正确的URL是()A、 http//www.swufe.edu.cn/temp/zzz.htmB、 http:/www.swufe.edu.cn/temp/zzz.htmC、 http://www.swufe.edu.cn/temp/zzz.htmD、 http://www.swufe.edu.cn/temp/zzz.htm

在UNIX中,目录/temp类似WINDOWS中的回收站,删除的文件先到该目录下,所以可从/temp中恢复已删除的文件。

Your database contains two temporary tablespaces named TEMP and TEMP1. The TEMP tablespace is the default temporary tablespace for the database, and the TEMP1 tablespace was created at database creation. You want to increase the size of the tempfile for the TEMP tablespace and drop the TEMP1 tablespace from the database. The database is not using Oracle-Managed Files (OMF). Which statement must you use to ensure that when you drop the TEMP1 tablespace from the database, its corresponding operating system file is also deleted?()A、 DROP TABLESPACE temp1;B、 DROP TABLESPACE temp1 INCLUDING CONTENTS;C、 DROP TABLESPACE temp1 INCLUDING CONTENTS AND DATAFILES;D、 DROP TABLESPACE temp1 INCLUDING CONTENTS CASCADE CONSTRAINTS;

多选题若ASP服务器的根目录是“C:///wwwroot”,虚拟目录别名“temp”对应的路径是“C:///wwwroot/asp/temp”,则浏览temp目录下的文件“test.asp”正确的是()。Ahttp://localhost/temp/test.aspBhttp://127.0.0.1/temp/test.aspChttp://localhost/asp/temp/test.aspDhttp://127.0.0.1/asp/test.asp

单选题默认WWW主目录C:///intpupb/wwwroot下建一个temp.asp文件通过Internet访问你的ASP文件时,下列说法正确的是()。Ahttp://localhost/temp.aspBhttp://127.0.0.1/temp.aspChttp://你的计算机名字/temp.aspDhttp://你的计算机的IP地址/temp.asp

单选题一个正确的URL是()A http//www.swufe.edu.cn/temp/zzz.htmB http:/www.swufe.edu.cn/temp/zzz.htmC http://www.swufe.edu.cn/temp/zzz.htmD http://www.swufe.edu.cn/temp/zzz.htm

判断题file=open("temp.txt","w"):以写的方式打开文件“temp.txt”(如果文件不存在,则新建一个“temp.txt”)。A对B错

单选题Your database contains two temporary tablespaces named TEMP and TEMP1. The TEMP tablespace is the default temporary tablespace for the database, and the TEMP1 tablespace was created at database creation. You want to increase the size of the tempfile for the TEMP tablespace and drop the TEMP1 tablespace from the database. The database is not using Oracle-Managed Files (OMF). Which statement must you use to ensure that when you drop the TEMP1 tablespace from the database, its corresponding operating system file is also deleted?()A DROP TABLESPACE temp1;B DROP TABLESPACE temp1 INCLUDING CONTENTS;C DROP TABLESPACE temp1 INCLUDING CONTENTS AND DATAFILES;D DROP TABLESPACE temp1 INCLUDING CONTENTS CASCADE CONSTRAINTS;