{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

高等学校电子商务专业本科系列实验教材:电子商务应用系统开发实验教程(附光盘1张)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

高等学校电子商务专业本科系列实验教材:电子商务应用系统开发实验教程(附光盘1张)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《电子商务应用系统开发实验教程》系电子商务系统Web开发技术(基于JSP)的实验教程,主要内容包括:JSP的Web服务器的安装和配置Eclipse的使用;Servlet,JSP的语法结构和生命周期;JSP的脚本指令;JSP的内置对象;Jay-aBean,JDBC以及电子商务购物系统的开发。
《电子商务应用系统开发实验教程》从理论和实验这两个方面对相关内容进行了全面的介绍,但侧重于应用实践。读者可以通过明确的实验目的和实验要求,了解实验所需的方法和手段,并对实验指导部分给出的示例程序进行调试和运行,体会和掌握相关的技能。《电子商务应用系统开发实验教程》所有示例代码均通过了调试,可以正常运行。
《电子商务应用系统开发实验教程》实务性强,适合作为大学本科电子商务专业及经济管理类相关专业开设电子商务技术课程实验教材使用,也可供专科及高职电子商务技术实验教学使用,还可供公司程序开发人员参考。
Catalogue

第1章 Web服务器的搭建
1.1 实验目的
1.2 实验要求
1.3 实验理论基础
1.3.1 Web的基本概念
1.3.2 环境变量
1.3.3 端口号
1.3.4 虚拟目录
1.4 实验内容
1.4.1 准备工作
1.4.2 安装JDK并配置环境变量
1.4.3 安装Tomcat并配置环境变量
1.4.4 我的第一个JSP程序
1.4.5 Tomcat服务器的端口号设置及虚拟目录的创建
1.5 实验练习
1.5.1 安装配置Tomcat
1.5.2 虚拟目录的设置练习

第2章 Eclipse的使用
2.1 实验目的
2.2 实验要求
2.3 实验理论基础
2.3.1 Eclipse简介
2.3.2 Eclipse平台Web开发插件
2.4 实验内容
2.4.1 Eclipse的安装
2.4.2 Eclipse的工作台界面介绍
2.4.3 Eclipse开发第一个JavaProject
2.4.4 类的错误调试
2.4.5 Eclipse开发第一个JavaWebProject
2.5 实验练习
利用Eclipse编写调试Java程序

第3章 使用Eclipse开发Servlet
3.1 实验目的
3.2 实验要求
3.3 实验理论基础
3.3.1 Servlet概述及与Applet,CGI和JSP的比较
3.3.2 Servlet的服务过程
3.3.3 Servlet的生命周期
3.3.4 编写Servlet所需要的环境
3.4 实验内容
3.5 实验练习
利用Eclipse编写Servlet程序

第4章 JSP基础
4.1 实验目的
4.2 实验要求
4.3 实验理论知识
4.3.1 什么是JSP
4.3.2 JSP的语法结构
4.3.3 JSP的生命周期
4.4 实验内容
计算矩形的周长和面积
4.5 实验练习
编写程序显示梅花三角图形

第5章 JSP脚本和指令的使用
5.1 实验目的
5.2 实验要求
5.3 实验理论知识
5.3.1 JSP的指令元素
5.3.2 JSP的脚本元素
5.3.3 JSP的行为元素
5.3.4 JSP中include指令和include行为区别
5.4 实验内容
用户信息注册
5.5 实验练习
设计电子商务购物展示系统

第6章 JSP内置对象
6.1 实验目的
6.2 实验要求
6.3 实验理论知识
6.3.1 JsP内置对象的基本概念
6.3.2 JsP的输入、输出对象
6.3.3 JsP的作用域通信对象
6.3.4 Servlet对象
6.3.5 错误对象
6.4 实验内容
6.4.1 request的get:Parameter()和getParameterValues()的使用
6.4.2 Session的使用
6.5 实验练习
设计登录系统

第7章 JavaBean
7.1 实验目的
7.2 实验要求
7.3 实验理论知识
7.3.1 JavaBean简介
7.3.2 JavaBean的属性、事件和方法
7.3.3 JavaBean的特征
7.3.4 JavaBean的使用方式
7.3.5 JSP中的乱码
7.4 实验内容
7.5 实验练习
乱码处理

第8章 JDBC基础知识
8.1 实验目的
8.2 实验要求
8.3 实验理论知识
8.3.1 JDBC简介
8.3.2 JDBC与ODBC和其他API的比较
8.3.3 使用JDBc操作数据库
8.3.4 JDBC驱动程序的类型
8.3.5 事务
8.4 实验内容
8.5 实验练习
设计计划采购者、库存信息表和实际采购表

第9章 电子商务购物系统的开发
9.1 实验目的
9.2 实验要求
9.3 实验内容
9.3.1 系统总体框架
9.3.2 系统的数据库设计
9.3.3 系统的文件组织
9.3.4 系统中要用到的一些基础类和公用的JsP文件
9.3.5 用户管理
9.3.6 商品管理
9.3.7 主页设计
9.3.8 用户购物及结算
参考文献
Book Abstract

1.3.1 Web的基本概念(1)Web简介
wWW是WorldwideWeb(环球信息网)的缩写,而它也可以简称为Web,中文名字为“万维网”。它起源于1989年3月,由欧洲量子物理实验室CERN(EuropeanLaboratoryforParticlePhysics)所发展出来的主从结构分布式超媒体系统。通过万维网,人们只要通过简单的方法,就可以很迅速、方便地取得丰富的信息资料。由于用户在通过Web浏览器访问信息资源的过程中,无需再关心一些技术性的细节,而且界面非常友好,因而Web在Intemet上一推出就受到了热烈的欢迎,并迅速得到了爆炸性的发展。(2)Web的发展和特点
.长期以来,人们只是通过传统的媒体(如电视、报纸、杂志和广播等)获得信息,但随着计算机网络的发展,人们对于获取信息的途径,已不再满足于传统媒体那样的单方面传输和获取的方式,而是希望其具有一种主观的可选择性及交互性。现在,在网络上不仅可提供各种类别的数据库系统,如文献期刊、产业信息、气象信息、论文检索等,而且信息的获取也变得非常及时、迅速和便捷。
1993年以后,‘Web的技术有了突破性的进展,它解决了远程信息服务中的文字显示、数据链接以及图像传递的问题,使得Web成为Internet上最为流行的信息传播方式。如今,Web服务器已成为:Internet上最大的计算机群,Web文档之多、链接的网络之广,令人难以想象。可以说,Web为Internet的普及迈出了开创性的一步,是近年来Internet上取得的最激动人心的成就。
Web采用的是客户/服务器结构,其作用是整理和储存各种Web资源,并响应客户端软件的请求,把客户所需的资源传送到windows2000,WindowsXP,WindowsVista,UNIX或Linux等平台上。
作为第四媒体的互联网,其特点就是可以跨越时空,企业网站能全天候24小时工作,企业网站利用多媒体技术,可以向用户展示产品、技术、经营理念、企业文化、企业形象,树立现代企业形象,为企业的无形资产带来增值。
Introduction

在21世纪这个信息及网络时代,电子商务正充满魅力地活跃于全球经济的舞台上。电子商务是一门跨越多个学科的专业,它综合了管理学、经济学、计算机技术、网络和因特网技术、数据库以及信息安全技术等多个领域的知识。就电子商务专业的学生来说,掌握基本的电子商务开发技术是必要的。
电子商务技术研究的是开发电子商务系统平台过程中所用到的一些技术,主要是以程序设计和数据库设计为基础,以良好的系统分析和系统设计为前提而进行的整个开发过程。电子商务的使用特点决定了电子商务平台的开发模式应以:B/S(浏览器/服务器)为主,目前实现B/S模式的主流技术有ASP,JSP和PHPc,由于JSP使用Java语言作为服务器端的脚本语言,具有安全,运行效率高,可跨平台等许多优点,因此迅速成为电子商务系统平台开发的首选语言。鉴于此,本书主要介绍电子商务系统开发的JSt’程序开发技术。
本书在编排过程中,力求做到“循序渐进、由浅人深、内容全面、重点突出、技术新颖”。IrI行业是一个更新换代非常迅速的行业,昨天的主流技术到了今天也许就成了淘汰技术,要适应这种快节奏的转换,扎实的程序设计基础是非常重要的。本书共分9章,第l章介绍了JSP运行环境的搭建,包括端口号、虚拟目录、环境变量的作用及配置方法;第2章介绍了JSP的开发工具Eclipse的使用;第3章介绍了如何使用Eclipse开发Servlet;第4章介绍了JSP’的基础知识;第5章介绍了JSP脚本和指令的使用;第6章介绍了JSP内置对象;第7章介绍了JavaBean;第8章介绍了JSP’的数据库编程JDBC;第9章重点介绍了一个具体的电子系统的开发过程,目的是将第1章至第8章的知识融合起来,以全面了解电子商务系统的开发流程。
本实验教材以电子商务技术的实际操作为重点,着重培养学生的实际动手能力,以满足企业对电子商务专业人才的需求。为了达到上述目的,本书弱理论,重实践,每章只介绍最基本必要的理论知识,重点介绍这些理论知识在实际开发过程中的作用。
实验教学是新世纪高等教育改革发展方向,是提高学生的综合素质,培养学生的创新意识与实践能力的重要手段。为深入贯彻教育部关于高等学校本科教学质量与教学改革工程的精神,重庆工商大学电子商务专业在积极推进实验教学改革的基础上,通过广泛调研和大胆探索,初步建立起系统科学的电子商务实验教学体系,并在电子商务专业教学中予以实践。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book