A.Package and function
B.Function and userexit
C.Procedure and package
D.Function and procedure
第1题:
A. followed,followed
B. followed,following
C. following,followed
D. following,following
第2题:
is the conscious effort to make all jobs similar, routine, and interchangeable.
A.WWW
B.Informatization
C.Computerization
D.Standardization
第3题:
以下那一个选项是查询数据方法:
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()
第4题:
A.TS_OBJECTS_TO_BE_DROPPED
B.TS_PTTR_OBJECT_DROPPED
C.TS_PITR_OBJECTS_TO_BE_DROPPED
D.TS_OBJECTS_DROPPED
E.TS_DROPPED_OBJECTS
第5题:
______ is the conscious effort to make all jobs similar, routine, and interchangeable.
A.WWW
B.Informatization
C.Computerization
D.Standardization
第6题:
以下那一个选项不是数据插入方法:
A.ModelName.objects.create(参数=字典类型数据)
B.ModelName.objects.get(列表或元组)
C.ModelName.objects.update_or_create(参数=字典类型数据)
D.ModelName.objects.bulk_create(列表或元组)