1. 运行 checksetup.pl 后,系统生成 localconfig 文件,以下为其中几行内容,请说出哪句为 BUG 数据库的名称?(C)
A.$db_host = "localhost";
B.$db_port = 3306;
C.$db_name = "bugs";
D.$db_user = "bugs
2. 在“我的电脑”或“资源管理器”中使用鼠标同时选中多个不连续的文件时,需要按住(A)。
A.Shift B.Ctrl C.Alt D.Capslock
3. 在 C++语言中,若类 C 中定义了一个方法 int f(int a,int b),那么方法( A )不能与该方法同时存在于类C中。
A.int f(int x,int y)
B.int f(float a,int b)
C.float f(int x,float y)
D.int f(int x,float y)