A. access profile
B. client group
C. client
D. default profile
E. external
第1题:
A./etc/security/limits
B./etc/security/mkuser.sys
C./etc/security/priv
D./etc/security/user
第2题:
A.Real-timeframeexchangeisaccomplishedwithintheaccesspoint.
B.ThecontroltrafficbetweentheclientandtheaccesspointisencapsulatedwiththeLWAPP.
C.Authentication,security,andmobilityarehandledbytheaccesspoint.
D.DatatrafficbetweentheclientandtheaccesspointisencapsulatedwithLWAPP.
E.Noneoftheotheralternativesapply
第3题:
第4题:
以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.two
A.two.three.
B.two
C.three
D.value is 2
第5题:
第6题:
以下那一个选项是查询数据方法:
A.User.objects.filter(username='wangwu').get(pk=1)
B.User.objects.filter(id=user_id).update(password='9999')
C.User.objects.all().delete()
D.User.objects.get(pk=user_id).delete()