更多“23. The clock is________.A. behind the door B. behind the chairC. on the desk D. on the ”相关问题
  • 第1题:

    [A] over [B] on [C] under [D] behind


    正确答案:A

        此题属于语意搭配题。control over sth. 表示“控制……”,故选项[A] over正确。[B] on[D] behind不能与control搭配;选项[C] under可与control连用,但应为under control,表示“处于控制之下,情况正常”。

        全句可译为:不过,最根本的问题在于缺乏集中的控制。

  • 第2题:

    YouareimplementinganASP.NETpagethatincludesthefollowingdrop-downlist.Youneedtodynamicallyaddvaluestotheendofthedrop-downlist.Whatshouldyoudo?()

    A.AddthefollowingOnPreRendereventhandlertotheasp:DropDownList

    B.AddthefollowingOnPreRendereventhandlertotheasp:DropDownList

    C.Addthefollowingeventhandlertothepagecode-behind.

    D.Addthefollowingeventhandlertothepagecode-behind.


    参考答案:B

  • 第3题:

    什么是Code-Behind技术?


    正确答案:
    答:代码后植。

  • 第4题:

    当使用绘图工具时图像符合下面哪个条件才可选中“背后”(Behind)模式?

    A.这种模式只在有透明区域层时才可选中

    B.当图像的色彩模式是RGB时“背后”(Behind)模式才可选中

    C.当图像上新增加通道时“背后”(Behind)模式才可选中

    D.当图像上有选区时“背后”(Behind)模式才可选中


    参考答案:A

  • 第5题:

    什么是 code-behind 技术


    正确答案:
    aspx and cs 

  • 第6题:

    什么是code-Behind技术。


    正确答案:
    答:ASPX,RESX和CS三个后缀的文件,这个就是代码分离.实现了HTML代码和服务器代码分离.方便代码编写和整理.