• 2022-06-16
    下列哪些是Spider中重要的属性 ( )
    A: logger
    B: name
    C: settings
    D: test
  • A,B,C

    内容

    • 0

      hive里创建表test,表里添加两个字段id和name,以下哪个HQL是正确的( ) A: create test(id int, name string); B: create test(int id, string name); C: create table test(int id, string name); D: create table test(id int, name string)

    • 1

      已知list_1 = [1,4,6,'name',6.6],则执行 list_1.extend([8,'test'])后,list_1的值是多少()。 A: [1,4,6,'name',6.6,[8,'test']] B: [1,4,6,'name',6.6,8,'test'] C: [1,4,6,'name',6.6,8] D: [1,4,6,'name',6.6,'test']

    • 2

      在linux系统中,查找/home/目录下文件名以test开头的文件,以下正确的命令是()。 A: Afind /home -name test* B: Bfind -name test* /home C: Cfind test* /home D: Dfind -n test* /home

    • 3

      下列哪些属性是属于[a]标签的属性?( ) A: name B: alt C: target D: href

    • 4

      下列选项中,属于私有属性的是() A: __add__() B: _name_ C: __name D: name