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

PowerBuilder8.0高级编程技术(附光盘)

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

PowerBuilder8.0高级编程技术(附光盘)

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

《PowerBuilder8.0高级编程技术》以一个应用软件系统--某学校学生管理系统为主线(18个模块、65个应用实例),讨论、分析利用Power Builder 8平台与MS SQL Server数据库结合开发应用软件的各个模块的详细过程。《PowerBuilder8.0高级编程技术》共分12章,主要阐述:Power Builder 8基础;菜单设计;窗口设计;TreeView控件;拖放技术;API函数;用户对象;PFC类库;高级PowerScript技术;数据管道;数据库设计;数据窗口设计;应用程序设计;软件设计及发布。《PowerBuilder8.0高级编程技术》内容新、详实而全面,由浅入深,实践与软件开发相结合,从不同层面介绍了Power Builder 8 IDE开发应用软件的各个细节。《PowerBuilder8.0高级编程技术》可作为初、中级PowerBuilder应用开发人员的指导读物,对于有一定软件开发经验的程序员也有很好的借鉴和参考价值。所附光盘内容为本书所介绍软件系统的各个模块的源代码。
Catalogue

第1章 PowerBuilder 8.0概述
1.1 PowerBuilder的主要特性
1.2 PowerBuilder 8.0 的新功能
1.3 PowerBuilder 8.0开发环境
1.3.1 子窗口
1.3.2 菜单栏
1.3.3 工具栏
1.4 PowerBuilder 8.0新增功能
1.4.1 文件管理功能
1.4.2 打印机管理功能
1.4.3 打印机管理功能
第2章 应用程序设计
2.1 应用程序概述
2.1.1 应用程序的分类
2.1.2 创建应用程序
2.1.3 打开应用程序
2.2 添加代码
2.2.1 系统环境设置
2.2.2 数据库连接
2.2.3 只运行一次
2.2.4 记录系统出错信息
第3章 菜单设计
3.1 菜单设计基础
3.1.1 创建/修改菜单
3.1.2 工具栏设计
3.2 菜单的属性和事件
3.2.1 属性
3.2.2 事件
3.2.3 函数
3.3 高级菜单设计
3.3.1 右键菜单
3.3.2 图形菜单
第4章 窗口设计
4.1 窗口
4.1.1 窗口的种类
4.1.2 窗口的创建与修改
4.1.3 窗口的属性
4.1.4 窗口事件及其处理函数
4.2 窗口中的控件
4.2.1 向窗口中添加控件
4.2.2 控件的种类、属性和事件
4.3 登陆窗口设计
4.3.1 用户需求
4.3.2 系统分析(方案A)
4.3.3 实现步骤(方案A)
4.3.4 编写代码(方案A)
4.3.5 系统分析(方案B)
4.3.6 实现步骤(方案B)
4.3.7 编写代码(方案B)
4.4 主窗口设计
4.4.1 主窗口设计步骤
4.4.2 设计实例
4.5 典型窗口设计实例
4.5.1 数据录入窗口
4.5.2 数据维护窗口
4.5.3 查询窗口
4.5.4 打印预览窗口
4.5.5 打印设置窗口
4.5.6 用户密码设置与修改窗口
4.5.7 学生信息浏览
4.5.8 制作splash窗口
4.5.9 简单多媒体窗口设计
4.5.10 编写代码
4.6 窗口设计技巧
4.6.1 动态创建控件
4.6.2 在窗口中屏蔽Ctrl+Alt+Del
4.6.3 使程序不出现在Windows任务列表中
4.6.4 设计屏幕保护
4.6.5 制作指示灯
4.6.6 指示灯与数据库结合
4.6.7 图形数据的存储
4.6.8 图形数据的读取
4.6.9 实时帮助条的创建
4.6.10 设计跑马灯
4.6.11 金额大小写转换
4.7 高级窗口设计
4.7.1 复合查询设计
第5章 数据库设计
5.1 创建数据库
5.1.1 创建数据库
5.1.2 维护数据库的大小
5.1.3 删除数据库
5.2 连接数据库
5.2.1 使用ODBC连接
5.2.2 使用专用接口
5.3 创建表
5.3.1 使用数据库系统创建表
5.3.2 在Powerbuilder中创建表
5.3.3 修改表结构
5.4 操作表中的数据
5.4.1 使用数据库系统操作记录
5.4.2 使用数据库画板
5.4.3 使用SQL语言
5.5 编程技巧
5.5.1 读取数据库配置
5.5.2 自动注册ODBC数据源
5.5.3 在数据库间动态切换
第6章 数据窗口设计
6.1 数据窗口设计的基本思路
6.2 数据窗口对象的创建
6.3 典型数据窗口实例
6.3.1 数据源的定义
6.3.2 列对象的显示和编辑
6.3.3 数据窗口显示行的控制
6.3.4 数据窗口上的控件
6.3.5 数据域高级操作
6.3.6 显示风格
6.3.7 高级技巧
6.4 缓冲区数据处理
6.4.1 存取缓冲区的数据
6.4.2 利用数据窗口内建按钮操作数据
6.4.3 函数处理缓冲区数据
6.5 错误处理
6.5.1 数据窗口的error event
6.5.2 错误处理
6.5.3 应用举例
6.6 数据窗口的规则检查
6.6.1 基本概念
6.6.2 规则检查的基本步骤
6.6.3 应用举例
6.7 数据窗口的数据保存
6.7.1 缓冲区数据状态概述
6.7.2 实现对数据库更新
6.8 动态数据窗口
6.8.1 创建动态数据窗口的基本步骤
6.8.2 创建动态数据窗口的方法
6.9 数据窗口使用技巧
6.9.1 大文本数据文件的打印
6.9.2 动态改变数据窗口行的颜色
6.9.3 分页打印
6.9.4 财务收入报表设计
6.9.5 数据窗口与Excel的交互
6.9.6 给grid数据窗口添加标题
第7章 数据管道
7.1 数据管道
7.2 数据管道对象
7.3 使用数据管道
第8章 高级PowerScript技术
8.1 基础知识
8.1.1 简介
8.1.2 数据类型
8.1.3 变量及数组定义
8.1.4 数组定义
8.1.5 操作符
8.1.6 程序结构
8.2 对象操作
8.2.1 类和对象
8.2.2 创建对象
8.2.3 释放对象
8.2.4 垃圾收集
8.3 常用函数简介
8.3.1 类型转换函数
8.3.2 数据类型检查函数
8.3.3 Open()和Close()族函数
8.3.4 Run()函数
8.3.5 MessageBox()函数
8.4 常用嵌入式SQL语言
8.4.1 建立数据库连接
8.4.2 断开数据库连接语句DISCONNECT
8.4.3 COMMIT语句
8.4.4 ROLLBACK语句
8.4.5 执行过程语句EXECUTE
8.4.6 单行检索语句SELECT
8.4.7 插入行语句INSERT
8.4.8 删除行语句DELETE
8.4.9 修改语句UPDATE
8.4.10 SQL中的集合函数
8.4.11 其它常用SQL
8.5 游标的使用
8.5.1 声明游标DECLARE
8.5.2 打开游标语句OPEN
8.5.3 提取数据语句FETCH
8.5.4 关闭游标语句
8.6 动态SQL语句
8.6.1 既无输入参数也无结果集
8.6.2 有输入参数而无结果集
8.6.3 知道参数和结果集
8.6.4 不知道参数和结果集
8.7 数据库优化查询
8.7.1 优化方法
8.7.2 技巧 318
8.8 自定义结构
8.8.1 结构体的创建
8.8.2 结构体的运用
8.9 自定义函数
8.9.1 函数的类型
8.9.2 创建函数
8.9.3 数据库系统常用函数举例
第9章 拖放技术
9.1 拖放技术简介
9.2 拖放属性
9.2.1 DragAuto属性
9.2.2 DragIcon属性
9.3 拖放事件
9.4 拖放函数
9.4.1 Drag函数
9.4.2 DraggedObject ( )函数
9.5 应用举例
9.5.1 用户需求
9.5.2 项目分析
9.5.3 实现步骤
9.5.4 总结
第10章 API函数应用
10.1 API函数简介
10.1.1 外部函数
10.1.2 调用API函数时的数据转换
10.1.3 参数传递
10.2 常用API举例
10.2.1 启动控制面板
10.2.2 FindWindow
10.2.3 文件拷贝(方法一)
10.2.4 文件拷贝(方案二)
10.2.5 创建多边形窗口
10.2.6 获得Windows系统目录
10.2.7 获取NT的用户名
10.2.8 修改显示器分辨率
10.2.9 显示/隐藏windows任务栏
10.3 treeview控件
10.3.1 创建treeview控件
10.3.2 treeview控件重要属性
10.3.3 treeview控件常用事件
10.3.4 treeview控件常用函数
10.4 设计Windows资源管理器
10.4.1 用户需求
10.4.2 系统分析
10.4.3 实现步骤
10.4.4 编写代码
第11章 PFC类库
11.1 PFC类库
11.2 PFC编程基础
11.2.1 PFC编程流程
11.2.2 PFC事件
11.2.3 PFC属性对象
11.2.4 消息路由
11.2.5 PFC事务对象
11.2.6 PFC的常量
11.3 PFC的服务
11.3.1 应用程序服务
11.3.2 窗口服务
11.3.3 数据窗口服务
11.3.4 全局服务
11.4 PFC窗口和菜单
11.4.1 PFC窗口
11.4.2 PFC菜单
11.5 用户对象(User Object)
11.6 创建用户对象
11.6.1 可视的用户对象
11.6.2 定制可视用户对象
11.6.3 外部可视用户对象
11.6.4 类用户对象
11.6.5 标准类用户对象
11.7 在运行时创建用户对象
11.7.1 OpenUserObject函数
11.7.2 OpenUserObjectWithParm函数
11.7.3 CloseUserObject函数
11.8 库文件管理
11.8.1 库画板
11.8.2 库文件管理
第12章 应用程序的实现和发布
12.1 应用程序的调试
12.1.1 Debug菜单
12.1.2 Debug画板
12.2 Project画板
12.3 创建各组件
12.3.1 可执行文件
12.3.2 资源文件
12.3.3 动态库
12.3.4 EXE与DLL性能比较
12.4 库的优化
12.5 可执行文件的命令行参数
12.6 应用程序的分配
12.6.1 数据库接口
12.6.2 配置ODBC数据源
12.6.3 特殊的网络条件
12.6.4 优化操作系统
12.6.5 安装应用程序
12.7 制作安装程序
12.7.1 发布 PFC应用程序
12.7.2 制作软件安装程序

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