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

jQuery EasyUI开发指南

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

jQuery EasyUI开发指南

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

Web插件化开发的全新理念
Java企业级开发的示例示例
从基础到精通的专家级教程

jQuery EasyUI是近几年流行的一种前端开发技术,它主要是将软件开发中的前端部分,以不同插件的形式展示出来,以供开发人员选择。如果没有这些插件,前端开发会寸步难行。正是这些简单、易用、轻量级的特点使其成为了广大软件公司的选择。

《jQuery EasyUI开发指南》通俗易懂,通过讲述管理系统的完整开发过程,把jQuery EasyUI的各种插件,无缝融合到项目当中,让读者从基础开始,逐步过渡到深入理解的层面。书中主要讲述了jQuery EasyUI插件、Ajax传递、Java处理、编程规范、MVC、数据导出等热门技术。本书的主旨在于让读者在一个完整项目框架下,学习到jQuery EasyUI插件的同时,还能够熟练掌握Java技术、数据库常用操作等内容,以及软件项目开发的一般流程。

通过阅读《jQuery EasyUI开发指南》,读者的开发能力会得到整体的提升,而不是强调片面。书中的例子都尽量做到简洁高效,没有太多冗余代码,既适合刚入行的新手,也适合具有一定工作经验的读者。

本书主要涵盖以下内容:
介绍jQuery EasyUI的发展历史,搭建项目环境;
通过管理系统的具体实例,讲述jQuery EasyUI的插件;
Ajax传递的两种方式;
Java三层架构、编程规范、常用方法;
数据库操作、JDBC、Spring持久化对象、函数、游标、存储过程;
Java的返回数据,包括List、Map、JSON解析等;
MVC经典模式(Struts+Spring+Hibernate);
企业级数据导出(POI方式,CSV方式);
jQuery EasyUI的不同风格;
项目交付、客户验收、系统上线的过程。
Content Description

使用Java开发软件的开发人员一定会接触到前端开发,而前端开发有一个流行趋势,那就是插件开发。jQuery EasyUI是目前Java Web领域流行的插件开发工具。《jQuery EasyUI开发指南》主要讲述EasyUI各种插件的用法以及前端插件开发思想,带领读者走入插件开发的世界。在本书中,读者不但可以学到搜索框(searchbox)、进度条(progressbar)、提示框(tooltip)等功能性插件,还可以掌握布局(layout),以及强大的数据网格(datagrid)和分页(pagination)等插件。
Author Description

王波,软件工程师。毕业于西安外事学院。从业多年,成功地开发过基于通信、电商、数据管理相关业务的项目,在Java Web领域拥有丰富的经验。擅长搭建以Struts、Spring为基础的项目架构,并且擅长在此基础上选择合适的持久层框架。在开发过程中,坚持认为一个好的程序员应该同时兼顾前端与后端开发,以前端为辅、后端为主,才可以更好地将客户的需求用计算机语言描述出来。在软件行业未来的发展中,认为Java Web领域的开发仍将秉持MVC模式,并且在此基础上不断演化,而前端的开发则更加依赖于插件,需要插件化开发的理念。
Catalogue

第1章认识jQuery EasyUI 1
1.1jQuery EasyUI介绍 1
1.2管理系统需求分析 2
1.3建立数据库 3
1.4选择开发工具 6
1.5MyEclipse的语言配置 7
1.6新建Web Project 9
1.7安装Tomcat服务器 10
1.8搭建SSH开发框架 11
1.8.1Struts2的集成 12
1.8.2Spring3的集成 13
1.8.3Hibernate的集成 14
1.9搭建jQuery EasyUI开发环境 15

第2章管理系统的开发 17
2.1登录页面 17
2.2首页开发 30
2.3.1Banner 38
2.3.2菜单栏 39
2.3.3导航栏 40
2.3.4功能模块 42
2.3.5Bottom 44
2.3Web调试方式 44
2.4插件 45
2.4.1数据网格插件 45
2.4.2链接按钮插件 51
2.4.3分页插件 53
2.4.4解析器插件 55
2.4.5简单加载插件 55
2.4.6可拖动插件 56
2.4.7可放置插件 57
2.4.8可调整大小插件 58
2.4.9搜索框插件 59
2.4.10进度条插件 61
2.4.11提示框插件 62
2.4.12面板插件 63
2.4.13折叠面板插件 65
2.4.14布局插件 67
2.4.15菜单插件 69
2.4.16菜单按钮插件 71
2.4.17表单插件 72
2.4.18验证框插件 75
2.4.19下拉列表框插件 76
2.4.20日期时间框插件 78
2.4.21微调器插件 79
2.4.22窗口插件 81
2.4.23对话框插件 82
2.4.24消息框插件 84

第3章Ajax传递 87
3.1Ajax是什么 87
3.2Ajax的JavaScript语法 89
3.3Ajax的jQuery语法 93

第4章Java处理 95
4.1Java开发的三层架构 96
4.1.1逻辑层 96
4.1.2业务层 101
4.1.3持久层 103
4.1.4架构优化 106
4.1.5架构拓展 107
4.2Java开发的编程规范 118
4.2.1制定编程规范 119
4.2.2总结编程规范 121
4.3Java开发的常用方法 121
4.3.1字符处理 122
4.3.2数值处理 126
4.3.3运算符 127
4.3.4流程控制语句 129
4.3.5数组 132
4.3.6数据集合 134
4.4调试方式 139

第5章数据库操作 141
5.1数据库连接概述 141
5.2数据库的JDBC连接方法 143
5.2.1通用过程 143
5.2.2经典范例 143
5.2.3常用方法 146
5.3Spring持久化对象 149
5.3.1JdbcTemplate对象 149
5.3.2NamedParameterJdbc
Template对象 150
5.4MyBatis框架 151
5.4.1MyBatis环境搭建 152
5.4.2MyBatis配置参数 155
5.5函数 159
5.6游标 160
5.7存储过程 162

第6章返回数据 165
6.1什么是返回数据 165
6.2合适的返回数据 166
6.3常用的返回数据 167
6.3.1List类型 168
6.3.2Map类型 168
6.3.3迭代器 169
6.4JSON解析 170
6.4.1JSON语法规则 170
6.4.2JSON书写格式 171
6.4.3JSON取值 171
6.4.4JSON的两种结构 171
6.4.5JSON解析实例 172
6.4.6JSON的意义 173

第7章MVC经典模式 175
7.1MVC的定义分析 175
7.2各种框架的组合 176
7.2.1Struts 176
7.2.2Spring 178
7.2.3Hibernate 181
7.3数据传递模式 181

第8章数据导出 183
8.1典型场景分析 183
8.2利用POI导出 184
8.2.1POI介绍 184
8.2.2POI导出前端实现 185
8.2.3POI导出后端实现 187
8.2.4下载Excel文件 193
8.3利用CSV导出 195
8.3.1CSV介绍 195
8.3.2CSV导出前端实现 196
8.3.3CSV导出后端实现 197
8.3.4下载CSV文件 202
8.4导出功能XML文件配置 204

第9章切换EasyUI风格 205
9.1整体界面修饰 205
9.2EasyUI提供的风格 206
9.3网站界面的重要性 207

第10章管理系统交付 209
10.1客户验收 209
10.2操作手册 210
10.3系统上线 210
10.4迭代开发 210
10.5分析能力 211

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