SCCE 大二JAVA模拟3答案.docxVIP

  • 65
  • 0
  • 约 10页
  • 2017-01-29 发布于天津
  • 举报
SCCE 大二JAVA模拟3答案.docx

分析HTML 代码:input?name=man-news?/input?name=milkman?/?input?name=letterman2?/input?name=newmilk?/?执行jQuery 代码:$(input[name*=?man?]) ,则获取的页面元素是(??)。?A.?input?name=letterman2?/?B. input?name=milkman?/?C. input?name=man-news?/?D. input?name=man-news?/,?input?name=milkman?/,?input?name=letterman2?/?分析HTML 代码:?forminput?name=email?disabled=disabled?/?input?name=id?//form?执行jQuery 代码:$(input:enabled),则获取的页面元素是(?)。A. input?name=email?disabled=disabled?/?B. input?name=email?disabled=disabled?/input?name=id?/?C. input?name=id?/D.空下列哪一种不属于jQuery的选择器?( )A.基本选择器B.层次选择器?C.节点选择器?表单选择器?在SQL Server而中,创建存储过程的片断如下: create procedure proc_score @passed int = 60, @count int output as select @count=count(*) from scores where score @passed创建成功后,以下( )调用方式是正确的。 A. execute proc_score @count int output B. declare @count intexecute proc_score 70,@count output C. declare @count int output execute proc_score 70,@count execute proc_score 70,@count output有一名为“列车运营”的实体,该实体属性含有:车次、日期、实际发车时间、实际抵达时间、情况摘要等属性,该实体主键是( )。A.车次B.日期C.车次+日期 D.车次+情况摘要从E-R图导出关系模式时,如果两实体间的联系是m:n,下列说法中正确的是( )。A. 将m方主键和联系的属性纳入n方的属性中B. 将n方主键和联系的属性纳入m方的属性中C. 在m方属性和n方属性中均增加一个表示级别的属性D. 增加一个关系表示联系,该关系纳入m方和n方的主键指出下列程序运行的结果是( )。public class Example{ String str=new String(good); char[] ch = {a,b,c}; public static void main(String args[]){ Example ex=new Example(); ex.change(ex.str,ex.ch); System.out.print(ex.str+ and ); System.out.print(ex.ch); } public void change(String str,char ch[]){ str=test ok; ch[0]=g; }}A. good and abc B. good and gbc C. test ok and abc D. test ok and gbc在关系数据模型的三个组成部分中,不包括( )。 A. 完整性规则 B. 数据结构C. 恢复 D. 数据操作 在SQL Server中,执行带参数的存储过程,正确的方法为( )。A. exec 过程名 参数,参数,参数;B. exec 过程名=(参数,参数,参数);C. exec 过程名=参数,参数,参数);D. A,B,C三种都可以下列哪个css属性能够设置盒模型的上、右、下、左的内边距分别为10、20、40、20像素?( )A.margin:10px 20px 40px 20pxB.padding:10px 20px 40pxC.padding:20px 40px 20px 10pxD.padding:10px 40px 20px 20px下列对象中作用域最小的是( )。 A.requestB.sessionC.applicationD.PageServletConfig对象的作用是( )。 A.获取请求属

文档评论(0)

1亿VIP精品文档

相关文档