A. Disable TELNET
B. Disable IGMP snooping
C. Enable TELNET but not SSL
D. Disable ICMP/ping on device
第1题:
如果在access.conf中加上以下语句:
<Directory/full/path/to/directory>
<Limit GET POST>
order mutual-failure
deny from all
allow from 220.168.141.145.www.ciu.net.cn
</Limit>
<Directory>
上述说明了什么?
第2题:
A. neighbor 200.16.1.2 remote-as 300
B. bgp-neighbor 200.16.1.2 remote-as 300
C. ebgp-neighbor 200.16.1.2 remote-as 300
D. neighbor 200.16.1.2 remote-as 300 connection-type ebgp
第3题:
第4题:
A. Partitions of PURCHASE_ORDER_ITEMS have system-generated names.
B. Both PURCHASE_ORDERS and PURCHASE_ORDER_ITEMS tables are created with four partitions each.
C. Partitions of the PURCHASE_ORDER_ITEMS table exist in the same tablespaces as the partitions of the PURCHASE_ORDERS table.
D. The PURCHASE_ORDER_ITEMS table inherits the partitioning key from the parent table by automatically duplicating the key columns.
E. Partition maintenance operations performed on the PURCHASE_ORDER_ITEMS table are automatically reflected in the PURCHASE_ORDERS table.
第5题:
A. ACCESS1(config)# line console 0 ACCESS1(config-line)# password cisco
B. Remote27(config)# line console 0 Remote27(config-line)# login Remote27(config-line)# password cisco
C. ACCESS1(config)# line vty 0 4 ACCESS1(config-line)# login ACCESS1(config-line)# password cisco
D. Remote27(config)# line vty 0 4 Remote27(config-line)# login Remote27(config-line)# password cisco
E. ACCESS1(config)# enable password cisco
F. Remote27(config)# enable password cisco
第6题:
下列关于apply方法说法正确的是()。
A.apply方法是对DataFrame每一个元素应用某个函数的
B.apply方法能够实现所有aggregate方法的功能
C.apply方法和map方法都能够进行聚合操作
D.apply方法只能够对行列进行操作