更多“The workmen ______ down the old house and built a new one in its place. ”相关问题
  • 第1题:

    What command would an operator use to move a file from the /old_dir directory to the /new_dir directory without changing the file name?()

    A. mv /old_dir/file /new_dir

    B. mv -p /old_dir/file /new_dir

    C. mv -k /old_dir/file /new_dir

    D. mv /old_dir/file /new_dir/new_file


    参考答案:A

  • 第2题:

    :new和:old操作符可以在行级触发器的触发体中使用,但不能在语句级触发器的触发体中使用。


    正确

  • 第3题:

    8、使用 ln 命令可生成一个名为 old 文件的符号链接文件 new,然后删除 old 文 件,利用 new 文件是否还能够访问到文件中的数据?()

    A.不可能再访问。

    B.仍然可以访问。

    C.能否访问取决于 file2 的所有者。

    D.能否访问取决于 file2 的权限。


    不可能再访问。

  • 第4题:

    330038003000301585063878906把将字符串s中的一个子串替换成另一个指定的字符串所用到的函数是

    A.330038003000301585063878906 s.replace(old, new [, max])

    B.s.rindex(str, beg=0, end=len(string))

    C.s.strip([chars])

    D.s.changeplace(old, new [, max])


    你别把手机忘了。

  • 第5题:

    在MySQL的更新触发器中只能使用NEW表,不能使用OLD表。()


  • 第6题:

    用vi打开一个文件,如何用字母”new”来代替文件中所有的字母”old”

    A.:r/old/new

    B.:s/old/new

    C.:1,$s/old/new/g

    D.:%s/old/new/g


    B