A.MSSQL:3306B.MySQL:1433C.PostgreSQL:5436D.Oracle:1521
单项选择题以下对于GET请求描述正确的是()
A.请求指定的页面信息,并返回实体主体B.向客户端返回数据C.与HEAD请求含义一模一样D.下载指定的资源
单项选择题修改Apache的默认网站应该修改以下哪一项内容()
A.ServerRootB.DirectoryIndexC.ListenD.ocumentRoot
单项选择题下面哪个命令可以在MySQL库中,创建名为library的数据库()
A.create library database;B.database create library;C.reate schema library;D.create object library;
单项选择题下面语句中,表示查询学科(course)数学(math)分数(score)大于60的学生姓名(sname)的是哪一句()
A.select *from sc where score>60or course=’math’;B.select sname from sc where score>60and course=’math’;C.select course from sc where score>60or sname=’math’;D.select sname from sc where score in (60,100)and course=’math’;
单项选择题下列中间件中,哪个中间件的默认端口号不是80()
A.ApacheB.IISC.TomcatD.Nginx
单项选择题下列哪一种函数能够计算分组后结果集的函数()
A.COUNT()B.MAX()C.AVG()D.SUM()
单项选择题下列哪一项不是MySQL针对数值数据的函数()
A.round()B.avg()C.sum()D.version()
单项选择题为确保数据库安全,在缺省安装完MySQL数据库后,建议将以下哪个数据库进行删除()
A.MySQLB.information_schemaC.performance_schemaD.test
单项选择题查询student数据表中sid和name两个字段的数据内容()
A.select sid student into student;B.select sid,name where student;C.select from tb where column is sid name;D.select sid,name from student;
单项选择题“HTTP 1.1200OK”这是一段HTTP响应报文中的响应行,其中1.1的是http协议版本号,下列版本号不存在的是()
A.1.1B.0.8C.0.9D.1
单项选择题CLASSPATH环境变量设置的是什么路径()
A.jdk的安装路径B.jdk中各个程序的路径C.jdk的启动文件路径D.java各个类的路径
单项选择题SQL语言允许使用通配符进行字符串匹配的操作,如果想要筛选出姓杨,且名字为两个字的人,下面哪种写法是正确的()
A.where name like ’杨_’;B.where name like ’%杨%’;C.where name like ’杨%’;D.以上都可以
单项选择题Tomcat中设置默认主页的配置文件名称是()
A.server.xmlB.web.xmlC.onf.xmlD.text.xml
单项选择题web中间件用于系统软件和()软件之间的连接。
A.应用B.编程C.服务D.web
单项选择题不属于tomcat安全配置的是()
A.安装时保证升级到最新的稳定版本,保证及时更新B.端口保护,防止黑客连接到服务器的8080端口来发送Linux指令C.配置管理账户强密码D.关闭自动部署