Which of the following server types performs the same function as the LMHOSTS file?() A. DNSB. DHCPC. WINSD. FTP
Which of the following server types performs the same function as the LMHOSTS file?()
A. DNS
B. DHCP
C. WINS
D. FTP
相关考题:
You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following
YoucreateaWebpagethatcontainsthefollowingcode.Youneedtoprovidethefollowingimplementation.EachtimetheAddFilebuttonisclicked,anewdivelementiscreated.ThenewdivelementisappendedaftertheotherfileuploaddivelementsandbeforetheAddFilespan.Eachnewelementhasauniqueidentifier.Whichcodesegmentshouldyouuse?()A.$(#AddFile).click(function(){varid=File+++lastId;varitem=$(.File:first).clone(true);$(input:file,item).attr({id:id,name:id});item.insertBefore(#AddFile);});B.$(#AddFile).click(function(){varid=File+++lastId;$(.File:first).clone(true).attr({id:id,name:id}).insertBefore(#AddFile);});C.$(#AddFile).click(function(){varid=File+++lastId;});D.$(#AddFile).click(function(){varid=File+++lastId;varitem=$(.File:first).clone(true);$(input:file,item).attr({id:id,name:id});item.insertAfter(input[type=file]);});
阅读以下说明,回答问题1~4,将答案填入对应的解答栏内。某公司的域名为xyz.edu.cn,所使用的网络地址为222.78.68.0/24,共有两台服务器,一台IP地址是222.78.68.10,名字是server1,它用作域名服务器、电子邮件服务器,另一台IP地址是222.78.68.11,名字是server2,它用作Web服务器。下面是服务器server1中的三个文件。/etc/named.conf文件的内容:options {directory"/var/named";};zone"."IN {type (1) ;file"named.ca";};zone"0.0.127.in-addr.arpa"IN{type master;file"named.local";allow-update{none;};};zone"xyz.edu.cn"IN{type master;file"named.hosts";allow-update{none;};};zone"(2)"IN{type master;file"named.rev";allow-update{none;};};/var/named/named.hosts文件的内容:$TTL 86400@ IN SOA server1.xyz.edu.cn. root.xyz.edu.cn.(2001110600;serial28800;refresh14400;retry3600000;expire86400;minimum)IN NS server1.xyz.edu.cn.IN MS 10 server1.xyz.edu.cn.localhost.IN A 127.0.0.1server1 IN A 222.78.68.10server2 IN A 222.78.68.11WWW IN (3)/var/named/named.rev文件的内容:$TTL 86400@ IN SOA server1.xyz.edu.cn.root.xyz.edu.cn.(2001110600;serial28800;refresh14400;retry3600000;expire86400;minimum)IN NS xyz.edu.cn.10 IN (4)11 IN PTR server2.xyz.edu.cn.
语句:setMyFileObject=Server.CreateObject("Scripting.FileSystemObject")中,工程名是()。A.FileSystemObjectB.ScriptingC.ServerD.File
WhichsystemisusedtoresolvenamesontheInternet,suchascomptia.org,toIPaddresses?() A.WINS(windowsinternetnameservice)B.HOSTSC.DNSD.LMHOSTS
在华为CDMA同频硬切换中,设软切换目标激活集的强度为:ShoTargEcIo;设同频硬切换目标激活集的强度为:HhoTargEcIo;当BSC收到PSMM/PPSMM时,计算以上两强度;它们满足()条件,即触发同频硬切换。 A.ShoTargEcIo=T_ADD_HHO_SAME_FREQB.HhoTargEcIo=T_HHO_SAME_FREQ_ABS_THRESHC.(ShoTargEcIo=T_ADD_HHO_SAME_FREQ)(HhoTargEcIo=T_HHO_SAME_FREQ_ABS_THRESH)}或者{(HhoTargEcIo-ShoTargEcIo)=T_HHO_SAME_FREQ_REL_THRESH}D.(ShoTargEcIo=T_ADD_HHO_SAME_FREQ)(HhoTargEcIo=T_HHO_SAME_FREQ_ABS_THRESH)}{(HhoTargEcIo-ShoTargEcIo)=T_HHO_SAME_FREQ_REL_THRESH}
Vitamins are similar because they are made of the same elements—usually carbon,hydrogen,oxygen,and sometimes nitrogen.They are different in that their elements are arranged differently,and each vitamin been( )one or more specific functions in the body.A.holdsB.playsC.performs
10、以下 jQuery 事件处理程序的写法错误的是?A.$("#id").hover(function(){ //some code },function(){ //other code });B.$(function(){ //some code });C.$.click(function(){ //some code });D.$("#id").click(function(){ //some code });