A. The NAT action of off is only supported for destination NAT rule-sets.
B. The NAT action of off is only supported for source NAT rule-sets.
C. The NAT action of off is useful for detailed control of NAT.
D. The NAT action of off is useful for disabling NAT when a pool is exhausted
第1题:
在Java中,下列代码段允许按钮注册一个action事件的是。
A.button.enableActionEvents();
B.button.addActionListener(anActionListener);
C.button.enableEvents(true);
D.button.enableEvents(AWTEvent.ACTION_EVENT_MASK);
第2题:
浏览网页使用的Intent的Action是什么?
A.ACTION_CALL
B.ACTION_EDIT
C.ACTION_SEND
D.ACTION_VIEW
第3题:
实现分享功能时,Intent的Action应该为哪种?
A.action.DIAL
B.action.SEND
C.action.CALL
D.action.PICK
第4题:
Android中的触摸事件不包括()。
A.ACTION_BACK
B.ACTION_DOWN
C.ACTION_UP
D.ACTION_MOVE
第5题:
下列选项中,关于Statement描述错误的是()
A.Statement是用来执行SQL语句的
B.Statement是PreparedStatement的子接口
C.获取Statement实现需要使用Connection的createStatement()方法
D.PreparedStatement能使用参数占位符,而Statement不行
第6题:
私网设备A的IP地址是192.168.1.1/24,其对应的公网IP是2.2.2.1;公网设备B的IP地址是2.2.2.5。现需要设备A 对公网提供Telnet服务,可以在NAT设备上使用下列哪项配置?
A.acl number 2000 rule 0 permit source 192.168.1.1 0.0.0.255 nat address-group 1 2.2.2.1 interface Ethernet 0/1 nat outbound 2000 address-group 1#B.acl number 2000 rule 0 permit source 192.168.1.1 0.0.0.255 nat address-group 1 2.2.2.1 interface Ethernet 0/1 nat outbound 2000 address-group 1 no-pat#C.nat server protocol tcp global 2.2.2.1 telnet inside 192.168.1.1#D.nat server protocol tcp global 2.2.2.1 23 inside 192.168.1