“死油盖”有一定的强度,可以通过在井口加()的方式解除死油盖子,当其上面积累一定量相对密度较大的药剂后,药剂会解除死油盖子。
A、油
B、气
C、水
D、药
参考答案:D
设在工程中有一个标准模块,其中定义了如下类型: Type stutype ino As Integer strname As String*20 strsex As String*1 smark As Single End Type 在窗体上画一个名为Connnand1的命令按钮,要求当执行事件过程Command1_Click时,在c:\的随机文件student..dat写入一条记录。下列能够完成该操作的事件过程是( )。
A.Sub Command1_C1ick() Dim student As studtype Dim record_no As Integer record_no=1 With student .ino=12 .strname="smith" .strsex="男" .smark=89 End With Open" c:\student.dat" For input As # 1 len=len(student) Put # 1,record_no,student Close #1 End Sub
B.Sub Command1_Click( ) Dim student As studtype Dim record_no As Integer record_no=1 With student .ino=12 .strname="smith" .strsex="男" .smark=89 End With Open"c:\student.dat" For random As #1 len=len(student) Put #1,record_no,student Close #1 End Sub
C.Sub Command1_Click() Dim student As studtype Dim record_no As integer record_no=1 With student .ino=12 .stmame="smith" .strsex="男" .smark=89 End With Open"c:\student.dat" For random As #1 len=len(student) Write #1,record_no,student Close #1 End Sub
D.Sub Command1_Click() Dim Student As studtype Dim Record_no As Integer record_no=1 With student .ino=12 .strname="smith" .strsex="男" .smark=89 End With Open"c:\student.dat"For output As #1 len=len(student) Put #1,record_no,student Close #1 End #1
中国已成为世界第四大旅游目的地国,但我们的旅游纪念品产业发展尚不尽如人意,产品雷同、低档、缺乏创意者比比皆是,许多游客都抱怨买不到中意的旅游纪念品。有资料显示,我国旅游购物收入仅占旅游总收入的20%,而在世界发达国家,这一指标可达50%以上。偌大的一个市场,可望不可即,让人着急。寻求破局,乃当务之急。这段文字主要在说明:
A.中国旅游业发展前景一片大好B.游客对中国旅游纪念品抱怨较多C.大力发展旅游纪念品产业势在必行D.旅游纪念品产业发展的空间和潜力很大