{{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

Java 7从入门到精通(附DVD-ROM光盘1张)

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

Java 7从入门到精通(附DVD-ROM光盘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
Editer Recommend

《Java 7从入门到精通》全面、系统、深入地讲述了OraclellgR2数据库系统管理,是面向Oracle数据库管理初级、中级和高级读者的优秀教程和宝典。
通过《Java 7从入门到精通》的学习和实践,读者能够全面、系统地掌握Oracle11gR2数据库管理、数据库安全、数据库优化和高可用性等DBA应掌握的知识和技能。
通过《Java 7从入门到精通》的学习和实践,读者能够独立地进行Oracle11gR2数据库系统的管理和开发,并能成为一名专业的Oracle数据库管理员。
Content Description

《Java 7从入门到精通》从学习Java7编程的初学者角度出发,根据作者多年的程序设计经验,按照科学的学习规律,由浅入深、循序渐进地向读者讲述Java7开发环境的搭建、Java基础语法知识、Java算法流程、面向对象高级特性、Java的输入/输出、多线程机制、Swing界面编程、Applet的基本知识、Java2D/3D、Java流媒体、JDBC编程等。同时每章都配有大量的程序设计案例和上机实验指导,包括实验目的、实验要求和实验内容;另每章都有Java开发过程中的问题集锦与解答,自我检测与实践以及经典考试、面试问题分析。书中也提供了MP3/MP4媒体播放器、远程实时监控系统、航空票务管理系统和即时通讯系统应用案例,用于提高实践编程能力,也可作为高年级学生的毕业设计案例。
《Java 7从入门到精通》可作为大中院校、培训机构的Java教材,也可作为Java初学者的入门指南和Java自学者和用其他语言编程人员的参考用书。
Author Description

张峰,博士,毕业于西安电子科技大学,是资深系统构架师。从事航空、航天软件系统的开发,具有12年的J2EE项目实施及开发经验,擅长软件系统构架,长期研究基于J2EE的Java软件系统开发方法,并应用Struts+Spring+Hibernate开发技术构建了多个J2EE大型项目,有丰富的企业级项目开发经验。主要著作有《Java进阶诀窍》、《JavaWeb2.0架构开发与项目实战》。
Catalogue

第1篇 Java基础篇
第1章 Java平台及开发环境的搭建
1.1 Windows下Java开发环境的配置
1.1.1 相关软件介绍
1.1.2 应用平台
1.1.3 解析JDK结构
1.2 Eclipse安装和使用
1.2.1 Eclipse的下载和安装
1.2.2 MyEclipse下载和安装
1.3 JBuilder集成开发环境介绍
1.4 NetBeans集成开发环境介绍
1.5 本章小结
第2章 理解Java语言
2.1 Java的发展历程
2.1.1 Java的现状
2.1.2 Java语言的应用领域
2.1.3 Java编程语言的主要目标
2.1.4 JavaJVM虚拟机
2.1.5 垃圾收集机制
2.1.6 Coin项目
2.2 Java语言的特性
2.3 Java中的面向对象编程
2.3.1 对象的定义及操作
2.3.2 抽象
2.3.3 如何定义对象类
2.3.4 类和对象的关系
2.3.5 对象操作
2.3.6 封装
2.3.7 继承与子类
2.3.8 多态
2.3.9 模板/泛型(template/generic)
2.3.10 注解
2.4 Java程序结构
2.4.1 学习Java应用程序的编写
2.4.2 解析FirstHeIloWorldApp.java
2.4.3 编译并运行FirstHelIoWorldApp
2.4.4 使用package管理类
2.4.5 包的引用
2.4.6 目录布局及CLASSPATH环境变量
2.4.7 编译查错
2.4.8 从JDK到IDE
2.5 Java与C/C++、C#的比较
2.5.1 全局变量
2.5.2 goto
2.5.3 指针
2.5.4 内存管理
2.5.5 数据类型的支持
2.5.6 类型转换
2.5.7 头文件
2.5.8 结构和联合
2.5.9 预处理
2.6 本章考试、面试问题分析
2.7 实验:Java运行环境的安装、配置与运行
2.8 问题集锦与解答
2.9 自我检测
2.10 本章小结
第3章 Java标识符、关键字和类型
3.1 Java基本语法
3.1.1 程序注释
3.1.2 分号、块和空白块
3.1.3 标识符
3.1.4 Java关键字
3.1.5 Java编码约定
3.2 数据类型
……
第2篇 Java标准类包篇
第3篇 Java扩展功能篇
第4篇 Java项目实战篇
Introduction

本书内容
随着Java7发布,Java平台也增加了很多新的特性,越来越多的开发人员尝试使用Java7中的新特性,在Java程序中使用这些新特性,可以提高代码质量,提升工作效率。为了使广大学生和工作者能真正掌握Java7程序设计技术,领悟Java7程序设计的快乐和享受到动态语言带来的在提高生产效率方面的好处,作者根据近10多年的程序开发和Java授课经验,精心编写了本书。本书并不单纯从知识角度来讲解Java7程序设计,而是从实践和解决开发问题的角度来介绍Java语言,在编写的过程中,注重把Java语言中的重点、难点、要点和编程中常见的问题融合在一起进行讲解。所以本书中介绍了大量上机实验指导、问题集锦与解答、自我检测与实践以及经典考试、面试问题分析,这些案例既能让读者巩固每章的知识,又可以让读者学以致用、激发自豪感,进而引爆内心的编程激情。
近年来,功能强大的Java语言成为最流行的程序设计语言,学习Java语言的人难计其数。然而,在笔者工作和教学过程中,发现大多数人学过Java语言后,并没有发挥Java语言和计算机的强大功能,他们通常只使用Java语言非常简单的功能,为什么有些人学过Java语言后,简直与没学过一样呢?其中一个原因就是,Java程序设计语言具有较强的实践性,目前大部分Java教程都只注重基本概念知识点的介绍,忽视了对学生编程激情的激发,书中没有上机指导、问题解答、自我检测与项目实践、考试/面试题分析,这样使得学生的实践太少。在编程领域里,没有所谓的“武林秘笈”,再好的教材也一定要配合大量上机实验指导和在课后做大量习题进行自我检测与项目实践,所以本书配合了大量上机实验指导的习题及问题解答。
从本质上看,前面提到的问题都可以通过上机实践、案例开发来加强。因而,学习Java语言最好的方法是:结合计算机知识在实践中不断学习,这正是Java程序设计的秘笈所在,本书正是基于这种考虑编写的。
本书的组织结构
全书共19章,由4部分(篇)组成。第1篇为Java基础篇,共6章,详细介绍了Java应用运行及开发环境的搭建,理解Java语言,Java标识符、关键字和类型,表达式和流控制,数组和字符串,类、对象、包和接口。第2篇为Java标准类包篇,共7章。第7章详细介绍了Java集合与工具类,第8章详细介绍了异常的处理方法,第9章详细介绍了Java中多线程机制,第10章详细介绍了Java中流式输入/输出和文件的应用方法,第11章详细介绍了Java网络编程技术,第12章详细介绍了Swing用户界面设计,第13章详细介绍了Applet设计技术。

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