当前位置:首页计算机类软件水平考试初级网络管理员->阅读下列说明,回答问题1至问题3,将解答填入答题纸对应的解答

阅读下列说明,回答问题1至问题3,将解答填入答题纸对应的解答栏内。

【说明】

某网站登录系统采用MD5对用户信息进行认证,用户登录界面为login.html,error.asp用于显示登陆出错信息,list.asp用于显示正确登录后页面。

【login.html文档的内容】

<html>

<head>

<title>用户登录界面</title>

</head>

<body>

<center>

<form action="login.asp" method="post">

<p>用户名:<input type=text name="userid"></p>

<p>密码:<input type= password name="passwd”></p>

</p>

<p><input type="submit" value=”用户登录”></p>

</form>

</center>

</body>

</html>

【login.asp文档的内容】

<!--#include file="md5.asp"-->

<%

Set cnn=Server.CreateObject("ADODB.Connection")

Set rec=Server.CreateObj ect("ADODB.Recordset")

cnn._(1) ="DriveF{Microsoft Access Driver(*. (2) )};Uid=;Pwd=;DBQ="&

Server.MapPath("user.mdb")

cnn.open0

userid__ md5=Md5(trim(Request. (3) ("userid"》)

password_md5=Md5(trim(Request. (3) ("passwd"》)

dim rsql

rsql ="Select* From userinfo Where userid="’&userid md5&"’And

passwd="’&password- md5&""’

rec.open rsql, (4) ,3,2

ifrec._(5) >0 then

(6) .redirect” (7 ) "

else

(6) .redirect” (8) ”

end if

%l>

【问题1】(9分)

从以下备选答案内为程序中(1)~(6)处空缺选择正确答案,并填入答题纸对应的

解答栏内。

(1)~(6)备选答案:

A.connection

B.close

C.Recordcount

D.Form

E.Open

F.mdb

G.Execute

H.response

I.MapPath

J.redirect

K.ConnectionString

L.cnn

【问题2】(4分)

请为程序(7)~(8)填写正确答案,并填入答题纸对应的解答栏内。

【问题3】(2分)

在以上网页中应用了许多函数或方法,其中属于用户自定义的是(9)。

(9)备选答案:

A.Server.CreateObject

B.MD5

C.Server.MapPath

D.Trim

答案:
本题解析:

【问题1】(9分)

(1)K

(2)F

(3)D

(4)L

(5)C

(6)H

【问题2】(4分)

(7)list.asp

(8)error.asp。

【问题3】(2分)

(9)B

【问题1】

cnn.ConnectionString是Access 2003的连接语句,mdb为数据库后缀名。Form用于用户提交用户名和密码。if rs.recordcount<>0 then....表示如果查询数据库匹配记录不为空,则显示正确登录页面list.asp,否则显示错误页面error.asp。

【问题2】

参考问题1解析

【问题3】

其中属于用户自定义的是MD5。

更新时间:2022-10-07 03:54
纠错

你可能感兴趣的试题

单选题

在几种不同类型的软件维护中,通常情况下()所占工作量最大。

  • A.更正性维护
  • B.适应性维护
  • C.完善性维护
  • D.预防性维护
查看答案
单选题

在()中,项目经理的权力是最小的。

  • A.强矩阵型组织
  • B.平衡矩阵组织
  • C.弱矩阵型组织
  • D.项目型组织
查看答案
单选题

在项目实施的过程中,项目经理通过项目周报中的项目进度分析图表发现机房施工进度有延期风险。项目经理立即组织相关人员进行分析,下达了关于改进措施的书面指令。该指令属于( )

  • A.检查措施
  • B.缺陷补救措施
  • C.预防措施
  • D.纠正措施
查看答案
单选题

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

  • A.见图A
  • B.见图B
  • C.见图C
  • D.见图D
查看答案
单选题

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

  • A.见图A
  • B.见图B
  • C.见图C
  • D.见图D
查看答案
单选题

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

  • A.u[1]<v[2]
  • B.u[1]>v[2]
  • C.u[1]<v[5]
  • D.u[1]>v[5]
查看答案
单选题

The IT service manager resigns from a project that meets the scheduleand budget. After hiring an alternativenew manager, the team is opposed to the comments from the new manager. The team is at () developmentstages。

  • A.Forming
  • B.Storming
  • C.Norming
  • D.Performing
查看答案
单选题

()is closet to Deming's definition of Quality。

  • A.Conformance to requirements
  • B.Fitness for use
  • C.Continuousimprovement of products and services
  • D.Customer focus
查看答案
单选题

The IT service manager has learned that a software canimprove the efficiency of current and future project tasks. Because the software is fresh to the Company. Theengineer is not familiar with the software. The lT service manager decides to send the highest level engineero attend the external training course. The proiect manager uses () risk strategies。

  • A.mitigation
  • B.enhancement
  • C.development
  • D.sharing
查看答案
单选题

The process control charts are used ()。

  • A.to graph what typically focuses on the prevention of a problem
  • B.to detect the problem
  • C.to reject the problem
  • D.to determine the acceptability of the sample
查看答案