A.rulebase-ips
B.rulebase-ignore
C.rulebase-idp
D.rulebase-exempt
第1题:
A.ping
B.Telnet
C.FTP
D.TCP
E.IP
第2题:
TD-LTE系统小区选择算法是()
A.Srx,s>0
B.Rn>Rs
C.Srx,s<THserving,low
D.Srx,s>THserving,high
第3题:
老伍按以下方式生成数据: import pandas as pd dt={'one':pd.Series([3,2,1],index=['c','b','a']), 'two':pd.Series([9,8,7,6],index=['a','b','c','d'])} d=pd.DataFrame(dt) c=d.columns c=d.values c=d.index c 请问输出结果为:
A.Index(['a', 'b', 'c', 'd'], dtype='object')
B.array([[ 1., 9.], [ 2., 8.], [ 3., 7.], [nan, 6.]])
C.Index(['one', 'two'], dtype='object')
D.信你个鬼,老伍这个糟老头子坏得很,没有输出!
第4题:
A.Srx,n>THx,high
B.Rn>Rs
C.Srx,s<THserving,low
D.Srx,s<THserving,high
E.Srx,s<THserving,high
第5题:
老伍按以下方式生成数据: import pandas as pd dt={'one':pd.Series([3,2,1],index=['c','b','a']), 'two':pd.Series([9,8,7,6],index=['a','b','c','d'])} d=pd.DataFrame(dt) c=d.index c=d.values c=d.columns c 请问输出结果为:
A.Index(['a', 'b', 'c', 'd'], dtype='object')
B.array([[ 1., 9.], [ 2., 8.], [ 3., 7.], [nan, 6.]])
C.Index(['one', 'two'], dtype='object')
D.信你个鬼,老伍这个糟老头子坏得很,没有输出!