当前位置:首页计算机类软件水平考试中级电子商务设计师->  【说明】  某公司开发一套网上商城系统,其中服务端程序基

  【说明】

  某公司开发一套网上商城系统,其中服务端程序基于ASP.NET+SQL Server平台,采用C#语言设计,客户端除了PC端的系统外(PC端采用C#语言开发基于ASP.NET+SQL Server平台的系统),还基于Android平台设计了App,App采用Java语言开发。

  【问题1】(7分)

  App中包括一个积分兑换功能,兑换积分规则有两种:一是500积分兑换10元代金券,二是1000积分兑换25元代金券。在积分兑换界面中包括一个积分余额的Text View(@+id/points Balance)、一个用户输入要兑换的积分数的Edit Text(@+id/points Use)、一个显示兑换结果的Text View(@+id/result)、一个查看可兑换结果的Button(@+idcall)及一个兑换的Button(@+id/exchange)。

  要求在点击查看可兑换结果按钮时,首先判断用户输入的积分数,如果已超过积分余额,显示“余额不足”,否则按照最大可兑换代金券数量的原则计算兑换结果,并将结果显示。

  以下是计算可兑换结果的主要程序,根据描述,完成代码。

中级电子商务设计师,章节练习,中级电子商务设计师案例分析

【问题2】(3分)

  假定该购物系统的部分结构如图4-1所示,其中首页在网站根目录下,网页文件名为“index.aspx”,所有产品的页面文件都放在网站根目录下的“Products”目录中,其中“热销产品”网页文件名为“BestSell.aspx”、“手机”网页文件名为“Mobile.aspx”、“iPad”网页文件名为“iPad.aspx”、“蓝牙耳机”网页文件名为“Bluetooth.aspx”,根据这个站点结构创建一个Web.sitemap站点地图文件,根据题意,补全站点地图文件程序。

中级电子商务设计师,章节练习,中级电子商务设计师案例分析

图4-1 购物系统结构

中级电子商务设计师,章节练习,中级电子商务设计师案例分析

【问题3】(5分)

  在服务端ASP.NET程序的产品修改页面中,包括产品ID的显示控件Label(ID:lblProductID),产品名称的文本框(ID:txtProductName),产品单价的文本框(ID:txtPrice),产品描述的文本框(ID:txtDetail),以及保存按钮(ID:btnSave)。当点击保存按钮时,将产品修改页面中的信息保存到产品表(表名:products)中,并返回当前路径下的产品查询页面(ProductList.aspx)。其中SQL Server数据库服务器地址为“135.40.3.21”,数据库名为“Business”,数据库登录用户名为“myBusiness”,密码为“@Business China”,产品表(products)结构如表4-1所示。

表4-1 products表结构

中级电子商务设计师,章节练习,中级电子商务设计师案例分析

根据题意,完成修改指定商品的代码。

中级电子商务设计师,章节练习,中级电子商务设计师案例分析

答案:
本题解析:

【问题1】

  (1)pointsBalance

  (2)pointsUse

  (3)call

  (4)result

  (5)numUse>numBalance

  (6)numUse/1000

  (7)numUse%1000/500

  【问题2】

  (8)~/index.aspx

  (9)Products

  (10)/siteMapNode

  【问题3】

  (11)Business

  (12)strcon

  (13)products

  (14)productID

  (15)ProductList.aspx

  注:(13),(14)字母不区分大小写。

更新时间:2022-10-01 16:08
纠错

你可能感兴趣的试题

单选题

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

  • 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
查看答案