要向Applet传递参数,应该在下列drawing.html文件的下画线处填人的选项是( )。
A.<param image,”flower.gif”>
B.<param image value=flower.gif>
C.<param name=image value=”flower.gif”>
D.<2param name=”image”value=”flower.gif”>
第1题:
下面______正确示范了传递—个参数给applet。
A.<applet code=Test.class age=33 width=100 height=100>
B.<param name=age value
C.<applet Test 33>
D.<aoolet code=Test.class name=age value=33 width=100 height=100>
第2题:
第3题:
在窗体Form1中有一个名称为Image1的图像框,在窗体加载的时候为它装载了一幅图片,该图片比图像框要小如图20-2a所示,现在单击一下图像框,将把照片放到和图像框一样大,如图20-2b所示。再单击它将其还原,然后再单击放大,再单击还原,如此反复。下划线处应填( )。
Private Sub Form_Load() Image1.Stretch=True __________ End Sub Private Sub Image1_click() Image1.Height=3000 _________ End Sub
A.Image1.Picture=LoadPictrue("gg1.gif')
B.Image1.Picture="gg1.gif' Image1.Stretch=True Image1.Stretch=Not Image1.Stretch
C.Image1.Picture=Loadptctrue("gg1.gif")
D.Image1.Picture="gg1.gif" Image1.Sbetch=Not Image1.Stretch Image1.Stretch=True
第4题:
请根据网页显示的效果图(如图14-4所示),将HTML文本中(n)处的解答填于相应的解答栏内。
[说明]
<html>
<head>
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<meta. http-equiv="Content-Type" eontent-"text/html; charset=gb2312">
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<!-- TemplateParam name="BodyBackgroundColor" type="color" value="FFFFFF" -->
<!-- TemplateParam name="FooterColor" type="color" value="CCCCCC" -->
<!-- TemplateParam name="ImageTitleColor" type="color" value="CCCCCC" -->
<!-- TemplateParam name="Footer" type="boolean" value="true" -->
<style. type="text/css">
<!--
body {
background-color: FFFFFF;
}
-->
</style></head>
<body marginwidth="0" marginheight="0" leffmargin="0" topmargin="0">
<br>
<table width="45%" border="0" cellspaeing="2" cellpadding="4" align="center">
<tr bgcolor="@@(ImageTitleColor )@@">
<td height=-"20"><!-- TemplateBeginEditable name="ImageTitle" -->
<div align="center">图片浏览(日落) </div>
<!-- TemplateEndEditable --x/td>.
</tr>
<tr>
<td width="60%" height="169" align="center"> <!-- TemplateBeginEditable name="Image" -->
<IMG nClick=over(this) title=放大 (1) name="image" width="318" height="137" (2) (3) ><!-- TemplateEndEditable --></td>
</tr>
</table>
<br>
<hr width="55 %" noshade size="1">
<hr>
<!-- TemplateBeginEditable name="Navigation" -->
<table width="63%" border="0" cellspacing="0" cellpadding="4" align="center">
<tr>
<td width="20%" align="right"><nobr><a href="">(4); First</a>|<a href="">(5);
Previous</a></nobr></td>
<td width="20%" align="center"><nobr><a href="">(6)</a>|2| <a href="">3</a>
|<a href="">4</a> | <a href="">5</a></nobr></td>
<td align="left" width="20%"><nobr><a href="">Next ></a>|<a href="">Last
(7); </a></nobr></td>
</tr>
</table>
<!-- TemplateEndEditable -->
</body>
</html>
第5题:
向Applet传递参数的正确描述是( )。
A.<paramname=age,value=20>
B.<appletcode=Try.class width=100,height=100,age=33>
C.<name=age,value=20>
D.<appletcode=Try.class name=age,value=20>
第6题:
蓝屏分析工具Windebug分析结果中IMAGE_NAME:后面的文件就是引起蓝屏的文件。
第7题:
如你要用给 Applet传递一个名字为param1, 值为100的参数,应选用语句()。
第8题:
表单元素重置按钮的代码为()。
第9题:
表单元素一般按钮的代码为()。
第10题:
Which HttpSession method stores an object in a session?()
第11题:
〈param name=allowedTypes〉image/bmp〈/param〉
〈param name=allowedTypes〉*.bmp〈/param〉
〈param name=allowedTypes〉bmp〈/param〉
〈param name=allowedTypes〉image/*.bmp〈/param〉
第12题:
put(String name. Object value)
set(String name. Object value)
setAttribute(String name. Object value)
putAttribute(String name. Object value)
addAttribute(String name. Object value)
第13题:
已知下列程序的输出结果是42,请将下画线处缺失的部分补充完整。
include <iostream>
using namespace std;
class Foo{
int value;
public:
Foo( ):value(0){}
void setValue(int value)
{______=value;}//给Foo的数据成员value赋值
void print( ){eout<<value;}
};
int main( ){
Foo f;
f.setValue(42);
f.print();
return 0;
}
第14题:
下面哪个选项正确示例了传递一个参数给applet? ( )
A.<applet code=Test.class age=33 width=100 heigh=100>
B.<param name=age value=33>
C.<applet code=Test.class name-age value=33 width=100 height=100>
D.<applet Test 33>
第15题:
要向Applet传递参数,应该在下列drawing.html文件的下画线处填人的选项是( )。 … … <applet code=Drawlmage.class width=1 00 height= 100> </applet> … …
A.<param image,"flower.gif">
B.<param image value=flower.gif>
C.<param name=image value="flower.gif">
D.<param name="image"value="flower.gif">
第16题:
要向Applet传递参数,应该在下列drawing.htnll文件的下画线处填入的选项是( )。
A.<param image,”flower.gif”>
B.<param image value=flower.gif>
C.<param name=image value=”flower.gif”>
D.<param name”image”value=”flower.gif”>
第17题:
要向Applet传递参数,应该在下列drawing.htm文件的下画线处填入的选项是( )。 …… <applet code=DrawImage.class width=100 height=100> </applet> ……
A.param image,"flower.gif">
B.<param image value=flower.gif>
C.<param name=image value="flower.gif">
D.<param name="image"value="flower.gif">
第18题:
struts2中,以下配置文件上传拦截器只允许上传bmp图片文件的代码,正确的是()。
第19题:
第20题:
下列文件中,不属于图形图像文件的是()
第21题:
Refer to the following output: The current permanent system firmware image is EM340_041The current temporary system firmware image is EM340_075 The system is currently booted from the temporary firmware image. Which command will display similar information?()
第22题:
<APPLET NAME=”param1” VALUE=”100”></APPLET>
<PARAM NAME=”param1” VALUE=”100”></PARAM>
<PARAM NAME=”param1” VALUE=”100”>
<PARAM NAME=”param1” VALUE=100>
第23题:
<param name=age value=20>
<applet code="Try.class" width=100 height=100 age=33>
<name=age value=20>
<applet code="Try.class" name=age value=20>