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

信息系统开发案例详解--一个酒店信息系统的开发

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

信息系统开发案例详解--一个酒店信息系统的开发

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

开发信息系统,是一个复杂的项目,因为针对的需求不同,所有功能模块的组合设计便成为重中之中。在实际开发过程中我们总会遇到这样或那样的问题,总在开发中越走越“窄”,越来越复杂,这是为什么?本书以一个酒店信息系统的开发为例,进行逆向思维,直面大家在开发中遇到的问题,并一一解答。如果你正在或即将负责一个酒店信息系统开发,那么本书就是你的操作手册;如果你正在学习信息系统开发知识,那么本书就是你参加实际项目前的内功心法!读懂它,事半而功倍!

Content Description

本书以一个典型的信息系统――酒店信息系统的开发为例,站在欠缺经验的新手的角度,从一开始懵头懵脑地了解业务,调研背景,策划分解,建立计划,到逐步思考Use Case,构建ER、DFD、面向对象UML模型,再到构思软件构架、实现系统界面,给出了各种思考案例。从这些来自真实案例的糊涂思考及相应图、表、文档的粗拙产生,再到分析、改进、提升的思考过程中,读者可以举一反三,避免重蹈覆辙,逐步理解、深化、悟透信息系统、软件工程的真实内涵,切实提高系统分析、软件开发的实际修养。全书将“前后一贯,左右顾盼”的理念贯穿开发活动的始终,十分有助于读者系统化一致化思考能力的提升。

Author Description

蔡智明博士,毕业于加拿大多伦多大学,现任澳门城市大学教授,同时任澳门软件协会理事长,长期从事计算机软件项目研究,主持过多个省部级项目研究,有很强的专业能力。

Catalogue

目 录
引言 走入信息系统开发的“魔鬼”地带:从哪里开始 1
第1章 从这里开始――基于实践,编好系统开发计划 5
1.1 调查研究一下这是一个什么项目 7
1.1.1 了解一下这家酒店的背景 7
1.1.2 讨论清楚系统的目标 9
1.1.3 画一幅酒店组织架构图 11
1.1.4 重点是一定要研究清楚在信息系统支持下酒店运行的业务流程 13
1.1.5 画一幅系统的网络环境图 15
1.2 如何分解系统 17
1.2.1 把系统划分成几个子系统 17
1.2.2 明确每个子系统的功能 19
1.2.3 确定系统的软硬件配置 21
1.3 如何安排好项目计划 23
1.3.1 安排好时间:软件过程模型的实际应用与管理 23
1.3.2 安排好资金:为测试与维护留有余地――40-20-40原则 28
1.3.3 安排好人员:人件与风险管理 30
1.4 如何考虑知识产权问题 32
1.4.1 严谨制定开发合同:不要以为合同是虚的 33
1.4.2 具体确定利益分派:不要以为利益只是钱 34
1.5 如何编好系统开发计划书――计划书实例 36
第2章 从这里入手――观察实践,分析需求 55
2.1 从宏观上把握系统――系统Use Case图 56
2.1.1 在线预订Use Case图 58
2.1.2 前/后台系统Use Case图 60
2.2 从微观上明确概念――系统概念模型 62
2.2.1 系统E-R图 62
2.2.2 概念定义――数据表 65
2.2.3 概念定义――数据字典 67
2.3 从流程上明确需求――系统DFD图与相关IPO描述 70
2.3.1 全系统0层DFD 70
2.3.2 系统1层DFD 72
2.3.3 系统2层DFD 74
2.3.4 IPO描述 75
第3章 从这里深化――深入实践,建立UML模型 77
3.1 哪些是我系统中的对象――静态Class图 79
3.1.1 系统Class图 80
3.1.2 系统GUI类图 83
3.2 如何用这些对象实现我的系统――动态Sequence图 85
3.2.1 预订(Reservation)序列图 87
3.2.2 登记入住(CheckIn)序列图 89
3.2.3 退房结账(CheckOut)序列图 91
3.3 如何编好系统需求规范说明书――SRS实例 93
第4章 从这里构筑――围绕实践,设计系统架构与部件 116
4.1 如何考虑系统架构 117
4.1.1 以数据为中心的体系架构 117
4.1.2 分层体系架构 118
4.1.3 三层体系(C/S, B/S)架构 119
4.1.4 调用/返回体系架构 120
4.1.5 面向对象体系架构 121
4.1.6 面向对象与面向过程 122
4.2 如何组织对象部件――Package图 124
4.3 如何设计对象部件 126
4.3.1 预订Component图 127
4.3.2 客房Component设计 128
4.3.3 预订Activity图 130
4.3.4 客房State图 132
4.3.5 入住/退房 Swimlane图 133
第5章 哇,软件出来了――反复实践,实现系统 136
5.1 酒店网站首页的设计:注意全局风格的安排 137
5.2 客房预订的实现――关联预订的分析与设计 142
5.3 入住登记的实现――关联入住的分析与设计 145
5.4 退房收银的实现――关联退房的分析与设计 147
5.5 如何编好设计说明书――设计说明书实例 150
第6章 从这里解析――酒店薪资管理系统 174
6.1 背景 175
6.2 问题与需求分析 175
6.3 系统开发过程 178
6.4 薪资发放管理子系统 180
6.5 薪资分析管理子系统 186
6.6 阶段成效及全系统目标 188
后记 190

Introduction

前 言


信息系统的设计、软件的开发,是一门科学还是一门工程?这是一个很难讨论也很难确定的问题。实际上,工程中有科学,科学中有工程,二者兼容并蓄,而我们也没有必要去严格地鉴定二者之间的界限。信息系统设计、软件开发的目标是开发出有效、实用和高质量的信息系统,其中需要更多的理论指导,还是本质上是一个实践出真知的行当?这里有太多理论与实践关系的博弈。


开发活动真正上升到系统化、工程化的层次,往往是在提高开发效率和质量的压力已经明确压迫到自身的时候,是在“软件危机”的感觉已经“大难临头”的时候,很多开发者才真正开始回味信息系统、软件工程学习中的内容,萌发对系统化、工程化思考、设计的实质需求。然而,这时他们中的很多人才发现,此前课程中学习的理论,在实践中是那么苍白,似乎有些启蒙,但更多的像是泡沫,相当大一部分信息系统、软件工程的学者和书籍是在靠一堆洋精华或洋糟粕的洋“泾浜”而扬名万里。理论脱离实践,特别是脱离中国的实践、本土的实践,这是许多课程与教材中不争的现实。


信息系统开发、软件设计,实实在在是一门实践中的学问。将信息系统分析、设计、管理的基本概念、类型、方法、过程等总结出来,成为“信息系统”课程;而将各种大型复杂软件的开发、管理方法上升到理论研究层面后,则被称为“软件工程”而存在。但在信息系统、软件工程的各种书籍中,我们看到,从理论到理论、从理论到实践描述的书多,而从实践到理论、从实践到实践描述的书少。实践是检验真理的唯一标准,普遍真理必须与具体实践相结合。实践本身就是最好的老师,就是最好的理论!这个简单的哲学道理应该是学习信息系统、软件开发和软件工程的基本点。


基于上述考虑,本书以一个非常典型的信息系统——酒店信息系统的开发为例,站在欠缺经验的分析、开发者的角度,从最初的系统规划、项目计划开始,到系统需求分析、系统建模,再到系统设计、系统实现。初学者懵头懵脑开始参与开发,建模画图、编写文档、编程实现,自然是幼稚满篇、错误满地、漏洞百出。书中从这些懵头懵脑的、糊里糊涂的、不知所措的分析思考出发,规划系统,建立计划,思考Use Case,构建ER、DFD、面向对象UML等模型,再到系统构架、系统实现等,逐一勾画“菜鸟”,再加以评判,逐步改进、厘清;指出实践中带有普遍性、关联性的问题,再提升到系统化、软件工程化的层面加以讨论。全书采用对比分析、逐步改进深化的写作风格,并综合了作者多年系统分析、软件开发的实践经验。从这些来自真实实践的逐步分析构思及相应模型、图、表、文档的产生、评判、改进、提升的过程中,读者可以举一反三,避免类似糊涂、片面、错误的再发生,切实提高自己系统分析、软件工程的实际素质、能力和修养,从而避免被同事、上级批判、杯葛乃至被炒鱿鱼的窘态。


在系统分析设计中,各种模型图是抽象思考、清晰描述的重要手段,易于厘清思路,可读性强。本书将以各种结构图、流程图、多视角模型图为主要描述手段,辅以适当表格,力求图、表、文并茂。


对于流行的面向对象与面向过程两种软件开发方法,学习者要么混淆混沌,要么割裂对立,书中则根据酒店信息系统的开发实际,将二者综合,优势互补,最后再比较两种方法的特点,比空谈两种理论更具有启发性和实践价值。


本书并不试图代替任何一本信息系统、软件工程的理论或者教程类的书籍,但作为信息系统、软件工程课程的参考书,或者系统分析实践、软件实践、软件工程实习的教材,或者在信息系统设计分析、软件领域摸爬的新老手们有质量、效率危机已经“大难临头”的感觉,需要找点实际经验和实质参考规则时,这本书都是合适的。


站在信息系统、软件开发初学者的视角,读者最好具备一定的系统分析、软件设计、编程的基本概念和知识。对于时间不多又较有开发经验的读者,可以省却阅读第1、3、5章最后的文档实例,或根据自己的兴趣和目的选择性使用。


本书获得澳门基金会资助,并得到电子工业出版社的倾力支持,在此表示衷心感谢!


由于水平、时间所限,书中难免存在错误、缺陷之处,恳请广大读者批评指正。



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