关于市场营销的概念,以下表述正确的有( )A.市场营销是一个管理过程 B.市场营销

题型:多项选择题

问题:

关于市场营销的概念,以下表述正确的有( )

A.市场营销是一个管理过程

B.市场营销就是推销

C.市场营销的核心是交换

D.市场营销的目的是实现双赢

考点:国际货运代理资格考试国际货代业务卷Ⅰ国际货运代理资格考试国际货运代理理论与实务试卷Ⅰ真题2005年
题型:多项选择题

选择油罐阴极保护设计时,应对油罐的()等基本参数调查取值。

A、油罐结构

B、防腐层状况

C、土壤环境

D、连接油管

题型:多项选择题

观察法有以下几个显著的特点()

A.它以人的感觉器官为主要调查工具

B.它是有目的、有计划的自觉活动

C.它是在一定理论指导下的观察

D.它观察的是保持自然状态的客观事物

E.客观性

题型:多项选择题

肾损伤出现明显的血尿,见于()

A.肾下极碎裂伤修补困难

B.持续的、危及生命的出血

C.肾挫裂伤,肾周血肿

D.肾被膜裂伤,被膜下血肿

E.肾实质裂伤,破入肾盏肾盂

题型:多项选择题

临床化学实验室中,离子选择电极法用于检测下列哪种元素( )

A.铅
B.锌
C.铜
D.钾
E.钙

题型:多项选择题

【说明】
某大学利用VOD视频服务系统提供教学课件在线点播服务。该视频服务系统用ASP语言编程实现,主页文件名为“index.asp”,部分网页运行的效果如图2-13所示。程序中使用的Access数据表结构见表2-8和表2-9。



【conn.asp文档的内容】
<%
dim db,conn,connstr
db="vod.mdb"
set Conn=server.CreateObject ("ADODB.connection")
connstr="proyider=microsoft.jet.oledb.4.0;data source=" &server.MapPath ("data/"&db&"")


%>
【index.asp 文档的内容】
(2) <!--第(2)处 -->
<html>
<head>
<title>视频服务系统</title>
<style type="text/css">
<!
td font-size:12px;line-height:17px
body font-size:12px;line-height:17px
p margin-top:1px;margin-bottom:1px
a:link text-decoration:none;color:black
a:visited text-decoration:none;color:black


-->
</style>
</head>
<body leftmargin="0" topmargin="0">
<!--#5nclude file="head.asp" -->


<table>
<td height="30" width="367">
<%sq1="select * from item"
setrs_item=server, createobjiect ("adodb.recordset")
rs_iterm.open sq1,connstr, 1,1
response.write"<p><b><img src=images/dot1.gif><a href=index.asp>全部节目</a> "
do while not rs_item.eof
response.write "<imgstc--images/dot1.gif botder=-0><a href=index.aspitem="&rs_item ("name")
&">"&rs_item ("name") A"</a> "
(5) <!-- 第(5)处 -->


response.write "</b> "
rs hm.close%>
</td>
</table>
</div>
<div align="center">
<% dim item_type
item_type= (7) <!-- 第(7)处 -->
if item_type="" or itcrn_type ="全部节目" then
sq1="sclect * from data"
else
sq1=" (8) <!-- 第(8)处 -->
end if
set rs=server, createobject ("adodb.recordset")
rs.open sql,connslr,1,1
%>
<table
<tr>
<td width="125" background="images/bg.gif’ height="30"> 
<img border="0" src="images/biao_left.gif" width="15" height="15">节目名称</td>
<td width="58" background="images/bg.gif" height="30" align="center">格式类型</td>
<td width="43" background-"images/bg, gift height="30" align="center">点播次数</td>
<td width="70" background="images/bg.gif" height="30" align="center">创建日期</td>
<td width="ll5" background="images/bg.gif" height="30" align="center">点播</td>
<td width="73" background="images/bg, gif" height="30’" align="center">下载</td>
</tr>
<%do while not rs.eof%>
<tr>
<rd width=" 125" height" 30" > <img bgrder=-"0" src="images/dian.gif"> <%=rs("name") %></td>
<td width="115" height="30" align="center"><a href=""> 点播</td>
<td width="58" height="30" align="center"><%=rs ("type") %></td>
(9) <!-- 第(9) -->
<td width="70" height="30" align="center"><%=rs ("date") %></rd>
</tr>


loop%>
</table>
</div>
<!-- 此处省略了部分代码-->
<!-- #include file="foot.asp" -->
</body>
</html>
1.【问题1】
请根据图2-13网页的显示效果,解释该ASP程序中用下画线标出的语句的含义,即填写(1)、(3)、 (4)、(6)、(10)空缺处的解释内容。

更多题库