在Linux上部署免安装版本MongoDB时,自行创建的配置文件存放在bin文件夹下。
查看答案
bindId默认时不仅能用本机IP地址登录,还可以用其他IP地址登录。
A. 对
B. 错
开启权限管控后,如果MongoDB里尚无账号,不可以直接新增第一个账号
A. 对
B. 错
translate the sentence "她是什么样的人?”
A. what's she like?
B. what does she like?
C. what do she like?
D. what is she?
以下程序的输出结果是( )main( ){int a=0,b=0;a=10;/*给a赋值b=20;给b赋值*/printf(“a+b=%d\n”,a+b);}
A. a+b=10
B. a+b=30
C. 30
D. 出错