【单选题】【消耗次数:1】
伤寒和副伤寒等沙门菌感染首选( )
参考答案:
复制
纠错
相关题目
【单选题】 下列关于伤寒和副伤寒等沙门菌感染说法正确的是( )
【单选题】 伤寒、副伤寒的首选药物是( )
【单选题】 单选题-伤寒沙门菌的鞭毛为
①  单鞭毛
②  双鞭毛
③  周身鞭毛
④  单端丛生鞭毛
⑤  两端丛生鞭毛
【单选题】 伤寒和副伤寒治疗疗程一般为( )天
【单选题】 斑疹伤寒首选:
①  链霉素
②  四环素
③  磺胺嘧啶
④  青霉素G
⑤  罗红霉素
【单选题】 伤寒首选治疗药物是( )
①  喹诺酮类
②  氯霉素
③  头孢菌素类
④  SMZ
⑤  氨苄西林
【单选题】 拟诊或确诊伤寒和副伤寒的患者应按肠道传染病隔离,临床症状消失后,每隔( )天取粪便标本做细菌培养,连续( )次培养阴性可解除隔离
【单选题】 罕见真菌如组织胞浆菌和芽生菌感染首选( )
【单选题】 引起食物中毒和伤寒的致病菌是()。
①  大肠埃希菌
②  沙门氏菌
③  金黄色葡萄球菌
④  志贺菌属
⑤  破伤风梭菌
【单选题】 《伤寒杂病论》作者是()
①  A.王叔和
②  B.成无己
③  C.张仲景
④  D.张景岳
随机题目
【单选题】 XSL文档本身也是xml文档,其后缀名为()。
①  xml
②  xsl
③  xsd
④  dtd
【单选题】 XPath路径表达式“/A/B/C[position()1]”的匹配结果为()。
①  根元素A下所有名称为B的子元素下所有名称为C的子元素节点集合中的第二个及以后的元素
②  以子路径“元素A-元素B-元素C”结尾的节点集合中的第二个及以后的元素
③  根元素A下所有名称为B的子元素下所有名称为C的子元素
④  以子路径“元素A-元素B-元素C”结尾的节点集合
【单选题】 十进制数字限制:假设Schema的名字空间前缀为“xsd”,现在需要定义名为“coursegradeType”的简单类型,要求取值为[0,100]之间的小数,且小数位数只有一位,下面正确的选项是()。
①  xsd:simpleTypename=coursegradeTypexsd:restrictionbase=xsd:decimalxsd:totalDigitsvalue=1/xsd:minInclusivevalue=0/xsd:maxInclusivevalue=100//xsd:restriction/xsd:simpleType
②  xsd:simpleTypename=coursegradeTypexsd:restrictionbase=xsd:decimalxsd:totalDigits"xsd:simpleTypename=coursegradeTypexsd:restrictionbase=xsd:decimalxsdfractionDigitsvalue=1/xsd:minInclusivevalue=0/xsd:maxInclusivevalue=100//xsd:restriction/xsd:simpleType"value=1/xsd:minInclusivevalue=0/xsd:maxInclusivevalue=100//xsd:restriction/xsd:simpleType
③  xsd:simpleTypename=coursegradeTypexsd:restrictionbase=xsd:decimalxsd:totalDigitsvalue=4/xsd:minInclusivevalue=0/xsd:maxInclusivevalue=100//xsd:restriction/xsd:simpleType
④  xsd:simpleTypename=coursegradeTypexsd:restrictionbase=xsd:decimalxsd:fractionDigitsvalue=4/xsd:minInclusivevalue=0/xsd:maxInclusivevalue=100//xsd:restriction/xsd:simpleType
【单选题】 空格及制表符会被替换为空格,开头和结尾的空格被移除,而多个连续的空格会被缩减为单一的空格,下面正确的选项是()。
①  xsd:simpleTypename="nameType"xsd:restrictionbase="xsd:string"xsd:whiteSpacevalue="collapse"//xsd:restriction/xsd:simpleType
②  xsd:simpleTypename="nameType"xsd:restrictionbase="xsd:string"xsd:whiteSpacevalue="replace"//xsd:restriction/xsd:simpleType
③  xsd:simpleTypename="nameType"xsd:restrictionbase="xsd:string"xsd:whiteSpacevalue="preserve"//xsd:restriction/xsd:simpleType
④  xsd:simpleTypename="nameType"xsd:restrictionbase="xsd:string"xsd:whiteSpacevalue="conpress"//xsd:restriction/xsd:simpleType
【单选题】 解决电子商务环境下数据冲突问题的基本思路是()。
①  开发一对一转换适配器
②  定义公共数据模式
③  定义内部数据模式
④  采用相同的数据库系统
【单选题】 XPath路径表达式“//F/ancestor::*”的匹配结果为()。
①  根元素F的父节点元素
②  根元素F的祖先节点元素
③  所有F元素的父节点元素
④  所有F元素的祖先节点元素
【单选题】 关于DTD定义元素的语法,下面哪个选项()是正确的?
①  ELEMENT元素名称元素内容的描述
②  !ELEMENT元素名称元素内容的描述
③  !DOCTYPE元素名称元素内容的描述
④  DOCTYPE元素名称元素内容的描述
【单选题】 利用CSS控制元素内容背景图像的平铺方式时,如果需要图像在两个方面均进行平铺,则background-repeat属性的取值应设置为()。
①  repeat-both
②  repeat-x
③  repeat-y
④  repeat
【单选题】 在利用CSS表现XML时,如果需要将XML文档中的publisher元素的内容以小型大写字母显示,且字号大小为父元素内容显示大小的80%,则下面正确的选项为()。
①  publisher{font-style:small-caps;font-size:80%}
②  publisher{font-transform:small-caps;font-size:80%}
③  publisher{font-variant:small-caps;font-size:80%}
④  publisher{font-variant:small-caps;font-weight:80%}
【单选题】 利用XSL创建一style属性,style的值为“color:bule;background-color:red”,能实现该功能的选项为()。
①  attributename="color"blue/attributeattributename="background-color"red/attribute
②  attributename="style"color:blue/attributeattributename="style"background-color:red/attribute
③  attributename="style"color:blue;background-color:red/attribute
④  elementattribute="style"color:blue;background-color:red/element