网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

在访问的URL http://Cms.bit.edu.Cn:8080/login.aspx中,http表示( )。

A.端口号

B.文件名

C.访问协议

D.主机名


参考答案

更多 “ 在访问的URL http://Cms.bit.edu.Cn:8080/login.aspx中,http表示( )。A.端口号B.文件名C.访问协议D.主机名 ” 相关考题
考题 假设在helloapp应用中有一个hello.jsp,文件路径为C:/Tomcat/webapps/helloapp/hello/hello.jsp那么在浏览器端访问hello.jsp的URL是()A、http://localhost:8080/hello.jspB、http://localhost:8080/helloapp/hello.jspC、http://localhost:8080/helloapp/hello/hello.jspD、http://localhost:8080/helloapp/hello

考题 假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JA VA_HOME%/webapps/helloapp/hello/hello.jsp 那么在浏览器端访问hello.jsp的URL是什么? ()A.http://localhost:8080/hello.jspB.http://localhost:8080/helloapp/hello.jspC.http://localhost:8080/helloapp/hello/hello.jspD.http://localhost:8080/webapps/helloapp/hello/dello.jsp

考题 假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JAVA_HOME%/webapps/helloapp/hello/hello.jsp,那么在浏览器端访问hello.jsp的URL为()。 A、http://localhost:8080/hello.jspB、http://localhost:8080/helloapp/hello.jspC、http://localhost:8080/helloapp/hello/hello.jspD、http://localhost:8080/webapps/helloapp/hello/dello.jsp

考题 HTTP协议中访问Web服务的默认端口号是哪个()?A.433B.8080C.1433D.3036

考题 假设在helloapp应用中有一个hello.jsp,它的文件路径如下: <CATALINA_HOME>/webapps/helloapp/hello/hello.jsp 在web.xml文件中没有对hello.jsp作任何配置,那么浏览器端访问hello.jsp的URL是什么?A.http://localhost:8080/hello.jspB.http://localhost:8080/helloapp.jspC.http://localhost:8080/helloapp/hello/hello.jspD.http://localhost:8080/hello

考题 3、tomcat不修改默认端口的情况下,访问hello这个web应用的login.html文件时,在浏览器地址栏写的url ()A.http://localhost/hell/loginB.http://localhost:8080/hello/login.htmlC.http://hello/login.jspD.http://localhost/hello/login.html

考题 启动WCF的MyService服务器正确方法是A.String url = "http://" + Dns.GetHostName() + ":8080/WCFTestServer/"; host = new ServiceHost(MyService, url); host.Open();#B.String url = "http://" + Dns.GetHostName() + ":8080/WCFTestServer/"; host = new ServiceHost(MyService, new Uri(url)); host.Open();#C.String url = "http://" + Dns.GetHostName() + ":8080/WCFTestServer/"; host = new ServiceHost(typeof(MyService), new Uri(url)); host.Open();#D.String url = "http://" + D

考题 假设在helloapp应用中有一个hello.jsp,它的文件路径如下: %CATALINA_HOME%/webapps/helloapp/hello/hello.jsp 那么在浏览器端访问hello.jsp的URL是什么?A.http://localhost:8080/hello.jspB.http://localhost:8080/helloapp/hello.jspC.http://localhost:8080/helloapp/hello/hello.jspD.http://localhost:8080/hello/hello.jsp

考题 在一台WWW服务器上将端口号设定为8000,默认的网页文件index.html。在本机访问服务器时,不正确的用法是()A.浏览器访问该服务器的URL地址http://localhost/B.浏览器访问该服务器的URL地址http://localhost:8000/C.浏览器访问该服务器的用户li网页URL地址http://localhost:8000/~liD.浏览器访问该服务器的URL地址http://localhost:8000/index.html