用useradd新建普通用户 nbstu01,指定UID 为 601,用户备注是 “Linux服务器管理慕课用户01”,家目录设置在 /tmp/stu01 ,用户主用户组是moocers,还是stu和 s_group01用户组成员,SHELL是tcsh,请在下面填入适当的命令选项。 useradd Linux服务器管理慕课用户01 601 /tmp/stu01 moocers stu,s_group01 /bin/tcsh nbstu01
用useradd新建普通用户 nbstu01,指定UID 为 601,用户备注是 “Linux服务器管理慕课用户01”,家目录设置在 /tmp/stu01 ,用户主用户组是moocers,还是stu和 s_group01用户组成员,SHELL是tcsh,请在下面填入适当的命令选项。 useradd Linux服务器管理慕课用户01 601 /tmp/stu01 moocers stu,s_group01 /bin/tcsh nbstu01
若执行下面列出的操作,不能成功执行的是( )。 A: 从STU中删除行('010','王宏达','01') B: 在STU中插入行('102','赵敏',01) C: 从DEPT中删除行('03','数学系') D: 在DEPT中插入行('05','物理系','6号楼')
若执行下面列出的操作,不能成功执行的是( )。 A: 从STU中删除行('010','王宏达','01') B: 在STU中插入行('102','赵敏',01) C: 从DEPT中删除行('03','数学系') D: 在DEPT中插入行('05','物理系','6号楼')
在VBA中打开“stu”表的语句是( )。 A: Docmd.OpenForm"stu" B: Docmd.OpenQuery"stu" C: Docmd.OpenTable"stu" D: Docmd.OpenReport"stu"
在VBA中打开“stu”表的语句是( )。 A: Docmd.OpenForm"stu" B: Docmd.OpenQuery"stu" C: Docmd.OpenTable"stu" D: Docmd.OpenReport"stu"
在vBA中打开"stu"表的语句是( )。 A: Docmd.OpenForm"stu" B: Docmd.OpenQuery"stu" C: Docmd.OpenTable"stu" D: Docmd.OpenReport"stu"
在vBA中打开"stu"表的语句是( )。 A: Docmd.OpenForm"stu" B: Docmd.OpenQuery"stu" C: Docmd.OpenTable"stu" D: Docmd.OpenReport"stu"
要将当前目录下的文件samplefile的文件从属用户与从属组都改为stu,应该使用哪个命令? A: chown stu:stu ./samplefile B: chown stu ./samplefile C: chmod stu:stu ./samplefile D: chmod stu ./samplefile
要将当前目录下的文件samplefile的文件从属用户与从属组都改为stu,应该使用哪个命令? A: chown stu:stu ./samplefile B: chown stu ./samplefile C: chmod stu:stu ./samplefile D: chmod stu ./samplefile
下列定义中,()是定义指向Stu对象数组的指针p。 A: Stu*p[5]; B: Stu(*p)[5]; C: (Stu*)p[5]; D: Stu*p();
下列定义中,()是定义指向Stu对象数组的指针p。 A: Stu*p[5]; B: Stu(*p)[5]; C: (Stu*)p[5]; D: Stu*p();
统计DataFrame对象stu中各‘省份’同学人数的方法是________。 A: stu[].value_counts(‘省份’) B: stu[‘省份’].count() C: stu[‘省份’].value_counts() D: pd.value_counts(stu[‘省份’])
统计DataFrame对象stu中各‘省份’同学人数的方法是________。 A: stu[].value_counts(‘省份’) B: stu[‘省份’].count() C: stu[‘省份’].value_counts() D: pd.value_counts(stu[‘省份’])
如果函数定义为def stu(name): ,则下面对该函数的调用不合法的是( )。 A: stu(“Lucy”) B: stu() C: stu(‘Lucy’) D: stu(name=’Lucy’)
如果函数定义为def stu(name): ,则下面对该函数的调用不合法的是( )。 A: stu(“Lucy”) B: stu() C: stu(‘Lucy’) D: stu(name=’Lucy’)
已知有typedef struct student STU;下面和struct student s1;等效的是?() A: STU s1; B: student STU s1; C: struct STU s1; D: typedef STU s1;
已知有typedef struct student STU;下面和struct student s1;等效的是?() A: STU s1; B: student STU s1; C: struct STU s1; D: typedef STU s1;
若有定义:struct student{ int age; int num;};struct student stu,*p;则以下正确的赋值语句是()。 A: p=stu; B: *p=*stu; C: *p=&stu; D: p=&stu;
若有定义:struct student{ int age; int num;};struct student stu,*p;则以下正确的赋值语句是()。 A: p=stu; B: *p=*stu; C: *p=&stu; D: p=&stu;