A.The error log
B.The backup log
C.The general query log
D.Binary logs
E.The data backup
F.Configuration files
第1题:
In the RGB color spaces, each pixel on the screen has a corresponding RGB value which consists of(71)components.
A.two
B.three
C.four
D.six
第2题:
第3题:
第4题:
毒理学研究中提倡3R原则是指
A、replacement\reduction\refinement
B、replacement\recovery\refinement
C、replacement\reduction\reference
D、replacement\recovery\reactivity
E、replacement\recovery\reference
第5题:
第6题:
1. 创建并访问DataFrame对象。 1) 创建3×3DataFrame数据对象:数据内容为1-9;行索引为字符a,b,c;列索引为字符串‘one’,‘two’,‘three’; 2) 查询列索引为‘two’和‘three’两列数据; 3) 查询第0行、第2行、第0列、第2列数据; 4) 筛选第1列中值大于2的所有行数据,另存为data1对象; 5) 为data1添加一列数据,列索引为‘four’,值都为10; 6) 将data1所有值大于9的数据修改为8; 7) 删除data1中第0行和第1行数据。