{{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开发技术实践

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

卓越工程师计划·软件工程专业系列丛书:Java开发技术实践

{{__(":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

《卓越工程师计划·软件工程专业系列丛书:Java开发技术实践》在介绍了Java基本语法基础后,以主题方式展开,涉及数据库、图形化界面、多线程、网络编程、Web开发、分布式开发及其通用的SSH 基础等内容。每个主题为一章,便于教学裁剪及展开.《卓越工程师计划·软件工程专业系列丛书:Java开发技术实践》不注重Java的语法,力求以Java为例,较全面地介绍常用的开发技术以及企业应用开发的相关知识体系。
Catalogue

第1章 开发工具与环境
1.1 JDK开发环境.
1.1.1 JDK安装.
1.1.2 环境变量设置
1.2 基于命令行的开发
1.2.1 第一个Java程序
1.2.2 Java程序的编译
1.2.3 程序执行.
1.2.4 程序调试.
1.3 基于Eclipse的开发
1.3.1 Eclipse简介
1.3.2 Eclipse项目实践
1.3.3 程序编译错误的消除
1.3.4 库的引用
1.3.5 Java应用程序调试实例
1.3.6 相关窗口设置
1.3.7 Eclipse插件
1.4 JDK常用工具
1.4.1 JAR
1.4.2 JavaDoc
1.5 习题18
第2章 Java语言基础
2.1 基本语法
2.1.1 标识符与关键字
2.1.2 基本数据类型
2.1.3 运算符
2.1.4 Java包
2.2 Java中的面向对象
2.2.1 对象引用
2.2.aa.ag.jc
2 jvlnObet
2.2.aa.ag.tig3jvlnSrn
2.2.4 包装类
2.2.5 数组
2.3 构建类
2.3.1 接口
2.3.2 构造与析构
2.3.3 访问控制
2.3.4 继承
2.3.5 嵌套类
2.4 反射
2.5 异常处理
2.6 容器类
2.7 命名规范
2.8 Java与C++
2.8.1 语法与词汇
2.8.2 类型?值?变量?表达式
2.8.3 Java类与对象
2.8.4 继承和多态
2.9 习题42
第3章 数据库开发
3.1 JDBC介绍
3.2 JDBCAPI
3.2.1 Connection对象
3.2.2 DriverManager类
3.2.3 Statement对象
3.2.4 ResultSet对象
3.2.5 PreparedStatement
3.2.6 CalableStatement
3.3 Java数据库——HSQLDB
3.3.1 简介
3.3.2 服务器模式启动示例
3.3.3 客户端工具
3.4 JDBC实例
3.5 习题58
第4章 图形用户界面
4.1 事件处理
4.1.1 事件处理机制
4.1.2 Frame示例
4.1.3 使用适配器类简化代码
4.2 AWT组件
4.2.1 按钮
4.2.2 标签
4.2.3 文本组件
4.2.4 复选框
4.2.5 单选按钮
4.2.6 列表
4.2.7 滚动条
4.3 Swing
4.3.1 Swing组件
4.3.2 组件的显示
4.3.3 JOptionPanel
4.4 容器与布局
4.4.1 Swing容器
4.4.2 JPanel和JScrolPane
4.4.3 布局
4.5 JNotePad实践
4.6 习题86
第5章 多线程
5.1 Java中的线程
5.1.1 操作系统与进程
5.1.2 进程与线程
5.1.3 Java的多线程机制
5.2 线程创建
5.2.1 Thread类
5.2.2 实现Runnable接口
5.2.3 线程的结束与常用方法
5.3 线程同步
5.3.1 不相关的线程
5.3.2 相关但无须同步的线程
5.3.3 互斥线程
5.3.4 竞争条件问题
5.3.5 代码块的同步
5.3.6 相互通信的互斥线程
5.4 线程本地存储区
5.5 习题

第6章 网络程序设计
6.1 网络基础
6.1.1 IP地址
6.1.2 TCP和UDP
6.2 Socket基础
6.2.1 连接到服务器
6.2.2 发送邮件
6.2.3 服务器端套接字
6.3 HTTP服务器实例开发
6.3.1 简单服务器程序
6.3.2 获取HTTP命令
6.3.3 支持并发的HTTP服务器
6.4 URL类
6.5 习题

第7章 Web开发基础
7.1 Web基础
7.1.1 Post与Get
7.1.2 Web项目实践
7.2 Servlet
7.2.1 Servlet概述
7.2.2 Servlet生命周期
7.2.3 Servlet实践
7.3 JSP
7.3.1 JSP概述
7.3.2 JSP内置对象
7.3.3 JSP实践
7.4 习题

第8章 JavaEE与分布式开发
8.1 分布式多层应用程序
8.1.1 安全性
8.1.2 JavaEE组件
8.1.3 JavaEE客户端
8.1.4 Web组件
8.1.5 业务组件
8.1.6 企业信息系统层
8.1.7 JavaEE容器
8.2 JavaEE开发体系
8.2.1 JavaEE的核心API与组件
8.2.2 开发角色
8.2.3 JavaEE应用组装和部署
8.3 EJB与企业Bean
8.3.1 企业Bean的优点
8.3.2 企业Bean的分类
8.4 无状态会话Bean实践
8.4.1 创建无状态会话Bean
8.4.2 Web客户端
8.5 远程方法调用
8.5.1 RMI原理
8.5.2 RMI实例
8.6 Web服务
8.6.1 XML
8.6.2 SOAP
8.6.3 WSDL标准格式
8.6.4 WebService实践
8.7 习题

第9章 SSH集成框架
9.1 Spring
9.1.1 IOC
9.1.2 AOP
9.2 ORM与Hibernate
9.2.1 Hibernate概述
9.2.2 Hibernate原理
9.2.3 开发示例
9.3 Struts
9.3.1 MVC思想概述
9.3.2 Struts开发实践
9.4 SSH整合实践
9.4.1 概述
9.4.2 整合Spring与Struts
9.4.3 集成Hibernate
9.5 习题

第10章 JForum实例分析
10.1 系统部署及功能介绍
10.1.1 下载与安装
10.1.2 JForum功能介绍
10.2 源码分析
10.2.1 框架配置文件分析
10.2.2 MVC和ORM实现
10.2.3 JForum处理请求流程
10.2.4 文件监视
10.2.5 数据库访问
10.2.6 权限配置
10.3 二次开发
10.3.1 常用开发包
10.3.2 关键类
10.3.3 实例开发
参考文献
Book Abstract

《卓越工程师计划·软件工程专业系列丛书:Java开发技术实践》:
第1章 开发工具与环境
工“欲善其事,必先利其器”,各种工具在程序开发中的地位显得非常重要.本章分别从JDK 基于命令行的开发 集成环境下的开发及其常用开发工具等方面介绍Java开发过程与步骤.
1.1 JDK开发环境
Java标准版开发工具包(JavaStandardEditionDevelopmentKit,JDK)是Java开发和运行的基本平台.换句话说,所有用Java语言编写的程序要编译和运行都离不开它, Java集成开发环境也是建立在JDK的基础上.
1.1.1 JDK安装
下载JDK可以访问官方网站htp://www.oracle.com/technetwork/java,一般来说,根据自己的操作系统平台下载最新版本即可,目前的稳定版本是JDK7. Windows下可以直接执行安装文件完成安装.
1.1.2 环境变量设置
环境变量设置不是必须的,如果打算使用集成开发环境 (如 Eclipse)来进行开发,而不是手工编译代码,可以完全忽略本节内容.
第一个需要配置的环境变量是 JAVA_HOME.在桌面上的“我的电脑”上右击,在弹出的快捷菜单中选择“属性”选项,在弹出的对话框中切换到 “高级”选项卡,然后单击 “环境变量”按钮,如图1-1所示.
在出现的“环境变量”对话框的 “系统变量 (S)”列表框下方单击 “新建”按钮,出现新建系统环境变量的对话框,输入变量名 JAVA_HOME,变量值为 JDK安装目录,例如,
D:\ProgramFiles\Java\jdk1.6.0_13(例如,Tomcat需要这个环境变量来查找JDK).接下来用类似的方法新建环境变量 CLASSPATH,取值为“.”,这个变量用来供Java虚拟机查找要加载的类.
把JDK的应用程序路径添加到系统的 PATH变量中,拖动滚动条找到列表中名为 path的变量,点击“编辑”按钮,即可修改 PATH的变量值.一般来说只需要在开头加 “%JAVA_HOME%\bin;”,如图1-2所示.
在弹出的“环境变量”对话框中选中 path变量,然后单击“编辑”按钮即可修改环境变量,如图1-3所示.
图1-3 修改环境变量
编辑变量值,增加JDK下的bn目录,如 D:_i\ProgramFiles\Java\jdk1.6.013\bin.
1.2 基于命令行的开发
正确安装了JDK后,就可以进行 Java程序的开发了.虽然现在大多数情况下 Java的开发已经采用了更为方便的集成环境,但是基于 JDK的手工开发知识还是不可或缺的.一方面因为集成开发环境的功能有限,大多数Java系统部署?优化?分布式调试等需要手工方式的参与.另一方面由于集成开发环境是对JDK工具的封装,
JDK是集成开发环境的有机组成部分,所以这方面知识也是用户掌握开发集成开发环境的基础。
……

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