一些基础理论和技术

Size: px
Start display at page:

Download "一些基础理论和技术"

Transcription

1 服务计算基础 Foundation of Services Computing 王旭

2 四 服务计算关键技术

3 服务计算全景 3

4 4 服务 Lifecycle 服务组合 服务发现 服务描述

5 5 关键技术 4.1 服务描述 4.2 服务发现 4.3 服务组合

6 4.1 服务描述

7 7 服务描述方法 基本描述 : WSDL 有状态服务描述 : WSRF 组合服务描述 : BPEL,WSCDL 语义服务描述 : OWL-S( 本次课程内容 )

8 基本描述 -WSDL 一 为什么? 接口 Port Type Formats & Protocols Operation Input & Output 访问说明 Binding How to encode Message Implements Port Provides Services Endpoints 8

9 <porttype name="stockquoteporttype"> <operation name="getlasttradeprice"> <input message="tns:getlasttradepriceinput"/> <output message="tns:getlasttradepriceoutput"/> </operation> </porttype> <binding name="stockquotesoapbinding" type="tns:stockquoteporttype"> <soap:binding style="document" transport=" <operation name="getlasttradeprice"> <soap:operation soapaction=" <input> <soap:body use="literal"/> </input> <output> <soap:body use="literal"/> </output> </operation> </binding> 存在什么问题?? <service name="stockquoteservice"> <documentation>my first service</documentation> <port name="stockquoteport" binding="tns:stockquotebinding"> <soap:address location=" </port> </service> 9

10 10 传统 Web 服务技术的不足 Web 服务只有语法信息描述 服务发现 组合和执行都基于语法信息 Web 服务的可用性 使用 集成均需要人工检查 人工介入降低了可扩展性 Web 服务技术协议栈不能很好实现 SOA/Web 服务的远景目标 Automate Web Service technologies

11 11 二 怎么做? 借鉴 Web 的语义 > 5 亿互联网用户 > 30 亿网页 Static WWW URI, HTML, HTTP

12 12 The Vision 在自动信息处理中的不足 : finding extraction representation interpretation maintenance Static WWW URI, HTML, HTTP Semantic Web RDF, RDF(S), OWL

13 13 The Vision Dynamic Web Services UDDI, WSDL, SOAP Enable Computing over the Web Static WWW URI, HTML, HTTP Semantic Web RDF, RDF(S), OWL

14 14 The Vision Automated Web Service Usage Dynamic Web Services UDDI, WSDL, SOAP Semantic Web Services Static WWW URI, HTML, HTTP Semantic Web RDF, RDF(S), OWL

15 15 三 Semantic Web 是怎么做的 什么是语法 Syntax 语义 Semantic 关于语言的意义 语法 语义 指示客观事物及关系 今天我们在 A209 上服务计算课程 神马都是浮云 我说的是假话 北京和首都 关于语义的表达 逻辑 : 命题逻辑 谓词逻辑

16 16 当前 Web 存在的问题 WWW 是最大的信息资源仓库, 包含几乎任何领域内的文档和媒体资源, 并且这些数据可以在瞬间被个人和组织访问 其成功很大程度来自于分布式设计, 即 Web 页可以存放于任何一台主机, 通过超链可以访问本机或远程的页面 Web 存在的问题 信息难以抽取 : 具有无限的潜力, 然而尚未发挥出来, 困难在于 Web 页上的信息内容很难抽取 资源难以定位 : Web 的大小使得很难定位相关的信息资源 推理难以实施 : 目录服务 (Yahoo) 和搜索引擎 (Google) 提供了一些帮助, 但远不能满足用户的需求 用户难以让 Web 作更多的 功能远远超过目录和搜索的事情, 比如让 Web 为用户安排一个完美的度假 上述问题的根源在于 :Web 不是设计给机器处理的

17 17 Graphic representation of a minute fraction of the WWW, demonstrating hyperlin ks Web 的展现

18 Web Page 18

19 19 当前 Web 上的通讯 主体 A 把信息放到网页中,Web 在主体 B 的浏览器端显示出来, 实际上仍然是人之间的通讯,Web 并不理解网页中的内容 主体 A Web 页面 World Wide Web 主体 B Common Knowledge

20 20 如何让机器理解 Web 两种途径 : 1. 自然语言理解技术, 然而仍然有很多关键问题没有解决 2. 用知识表示语言来描述 Web 页, 即构造一种新的 Web-- 语义 Web

21 21 语义网上的通讯 Web 携带语义信息, 使机器能够理解 Web 页面, 从而实现强大的功能 需要一个人和机器都能理解的 Ontology 主体 A 结构化 Web 页面 Machine Ontology 形式化的 对于共享概念体系的明确而又详细的说明

22 22 为什么需要 Ontology Ontology 为人类和应用程序系统提供了一个对于主题的共同理解 Ontology 为了不同来源的信息的合成, 提供了一个共同的相关领域的理解 Ontology 为了在不同的应用程序之间共享信息和知识 ( 用于互操作 ), 描述应用程序的领域, 定义术语及其关系 提供机器能够理解的信息结构 使领域知识能够被再利用

23 23 Ontology 的概念 最早是一个哲学概念, 从哲学的范畴来说, Ontology 是客观存在的一个系统的解释或说明, 关心的是客观现实的抽象本质 在人工智能界,Ontology: 给出构成相关领域词汇的基本术语和关系, 以及利用这些术语和关系构成的规定这些词汇外延的规则的定义 通常认为,Ontology 是共享概念模型的明确的形式化规范说明

24 Ontology- 本体 本体提供的是一种共享词表, 也就是特定领域之中那些存在着的对象类型或概念及其属性和相互关系 本体就是一种特殊类型的术语集, 具有结构化的特点, 且更加适合于在计算机系统之中使用 本体实际上就是对特定领域之中某套概念及其相互之间关系的形式化表达 分为上层本体和领域本体 Web Ontology OWL COSMO: 属于一部基础本体 ( 当前版本为 OWL), 其设计旨在收录所有从逻辑上说明任何领域实体的含义时所需的原初型概念 有关内科学与外科学医学术语的 GALEN 本体 (OWL-DL 格式 ) 基因组学领域的基因本体 (Gene Ontology,GO) 疾病本体 (Disease Ontology): 在设计上旨在促进各种疾病及相关健康状况向特定医学代码的映射 参阅 : F%E7%A7%91%E5%AD%A6) 24

25 25 Programming Languages 法国人 ( 不懂中文 ) 中国人 ( 不懂法文 ) 计算机 ( 既不懂中文, 也不懂法文 ) 为什么都能看懂 Programming Language Java C/C++ Python PL 的语法 语义, 定义了一套关键字和句子 是中国人 法国人 计算机都认可 都理解的

26 26 GALEN 医学本体 GALEN 是医学中的语言 百科全书和命名法的普遍体系结构, 它使用称为 GRAIL 的一个描述逻辑提供临床应用的语言 术语 和编码服务 %E8%AF%AD%E4%B8%8E%E5%8C%BB%E5%AD%A6%E6%9C%AC%E4%BD%9 3

27 乔治敦大学蛋白质本体 PRO 27

28 28 Ontology 实例 Concept conceptual entity of the domain Property attribute describing a concept Relation relationship between concepts or properties Axiom coherency description between Concepts / Properties / Relations via logical expressions Instance individual in the domain student ID name Student lecture no. Person isa hierarchy (taxonomy) attends Lecture holds Professor topic holds(professor, Lecture) => research field Lecture.topic = Professor.researchField Ann memberof student name = Ann Lee studentid = 12345

29 29 语义 Web(Semantic Web) 通过给万维网上的文档 ( 如 :HTML) 添加能够被计算机所理解的语义 (Meta data), 从而使整个互联网成为一个通用的信息交换媒介

30 30 Web Ontology Language OWL Semantic Web led to requirement for a web ontology language W3C set up Web-Ontology (WebOnt) Working Group WebOnt developed OWL language OWL based on earlier languages OIL and DAML+OIL OWL now a W3C recommendation (i.e., a standard) OIL, DAML+OIL and OWL based on Description Logics OWL effectively a Web-friendly syntax for SHOIN

31 31 OWL RDF/XML Exchange Syntax 医生世家 : 所有孩子中, 要么自己是医生, 要么自己的孩子中也有当医生的

32 32 Class/Concept Constructors C is a concept (class); P is a role (property); x i is an individual/nominal XMLS datatypes as well as classes in 8P.C and 9P.C Restricted form of DL concrete domains

33 33 Ontology Axioms OWL ontology equivalent to DL KB (Tbox + Abox)

34 四 语义 Web 服务 自动化的 Web 服务技术, 基于以下技术 Web 服务的形式标注 基于推理的 ( 半 ) 自动化的服务发现 组合 调解 执行 集成语义 Web 技术 将 Ontology 作为数据模型 Semantic Web 数据的机器解释 本体作为数据模型 + 服务的自动发现 选择 组合和执行 Web Service 语义 Web 服务是实现下一代 Web 远景目标的集成方案 34

35 语义 Web 相关语言的关系 Semantic Web Services Language (SWSL) Web Service Modeling Language (WSML) OWL-S: Semantic Markup for Web Services Resource Description Framework (RDF) 35

36 36 Web 服务使用过程 1. Deployment 创建 发布 Web 服务描述 2. Discovery 决定对一个请求的可使用服务 3. Composition 组装服务, 达到目标 4. Selection 在可用服务集中选择一个最合适的服务 5. Mediation 解决阻碍互操作的失配 ( 数据 协议 过程 ) 6. Execution 调用服务 语义 Web 服务可有效支持对上述过程

37 37 Web 服务的语义类型 信息模型的语义 : 服务使用 暴露的数据的语义 功能语义 : 服务做什么 非功能语义 : 关于服务非功能性属性的语义, 如 QoS 安全等 行为语义 : 关于服务行为的语义, 比如 choreography, faults 等

38 38 语义 Web 服务的标准规范 Web Services Top-down: OWL-S, WSMO Bottom-up: WSDL-S/SAWSDL, WSMO-Lite OWL-S: Semantic Markup for Web Services Ontology Web Language for Services

39 39 OWL-S 一个上层 ontology, 用于描述 : Web 服务的 properties & capabilities Automation Enabled by OWL-S Web Service Discovery & Selection 发现飞往纽约的航班 Web Service Invocation 预订 18 日抵达的美联航机票 Web Service Composition & Interoperation 安排从圣巴巴拉 经纽约 到波士顿的航班 出租车 酒店 Web Service Execution Monitoring 去机场的出租车是否已经预订成功?

40 40 OWL-S 顶层 Ontology Resource Service Grounding provides supports (how to access) Service presents (what it does) describedby (how it works) Service Profile input types output types preconditions effects Service Model communication protocol (RPC, HTTP, ) port number marshalling/serialization process flow composition hierarchy process definitions

41 41 Service Profiles Service Profile Presented by a service Represents what the service provides One can derive: Service Advertisements Service Requests

42 OWL-S Service Profile 42

43 43 Service Models Service Process Describes how a service works Facilitates (automated) Web service invocation composition interoperation monitoring

44 44 The Process Ontology Process Ontology 的基本类是 Process. 包括 : any number of (possibly, conditional) inputs; any number of (possibly, conditional) outputs; any number of preconditions, which must hold in order for the process to be invoked; any number of (possibly, conditional) side effects; any number of participants (subprocess)

45 45 Process 的类型 Atomic processes: 直接可调用 无子过程 单步执行 Composite processes: 由一组其他组合 / 非组合过程构成, 包含 composedof 属性, 表明该组合过程的控制结构 (ControlConstruct 子类 ) Simple processes: 一些抽象概念, 用于提供某些原子过程的一个视图, 某些组合过程的一个简化表达 ( 黑盒 )

46 Process Model 46

47 47 过程的控制结构 Construct Sequence Concurrent Split Split+Join Unordered Choice If-then-else Description Execute a list of processes in a sequential order Execute elements of a bag of processes concurrently Invoke elements of a bag of processes Invoke elements of a bag of processes and synchronize Execute all processes in a bag in any order Choose between alternatives and execute one If specified condition hold, execute Then, else execute Else. Repeat-Until Iterate execution of a bag of processes until a condition holds Repeat-While Iterate execution of a bag of processes while a condition holds

48 48 Atomic Process Example Airport Flight Date departureairport_in outbounddate_in AtomicProcess GetDesired Flight Details <! Atomic Process Definition - GetDesiredFlightDetails -- > <rdfs:class rdf:id= GetDesiredFlightDetails > <rdfs:subclassof rdf:resource= /> </rdfs:class>

49 49 Atomic Process Example <! (sample) Inputs used by atomic process GetDesiredFlightDetails --> <rdf:property rdf:id="departureairport_in"> <rdfs:subpropertyof rdf:resource= " /> <rdfs:domain rdf:resource="#getdesiredflightdetails" /> <rdfs:range rdf:resource=" DAML-S/concepts.daml#Airport" /> </rdf:property> <rdf:property rdf:id="outbounddate_in"> <rdfs:subpropertyof rdf:resource=" /> <rdfs:domain rdf:resource="#getdesiredflightdetails" /> <rdfs:range rdf:resource=" DAML-S/concepts.daml#FlightDate" /> </rdf:property>

50 Composite Process Example <rdfs:class rdf:id="bookflight"> <rdfs:subclassof rdf:resource="#compositeprocess" /> <rdfs:subclassof rdf:resource=" /> <daml:subclassof> <daml:restriction> <daml:onproperty rdf:resource=" /> <daml:toclass> <daml:subclassof> <daml:unionof rdf:parsetype="daml:collection"> <rdfs:class rdfs:about="#getflightdetails" /> <rdfs:class rdfs:about="#getcontactdetails" /> <rdfs:class rdfs:about="#reserveflight" /> <rdfs:class rdfs:about="#confirmreservation" /> </daml:unionof> </daml:subclassof> </daml:toclass> Composite Process </daml:restriction> BookFlight </daml:subclassof> </rdfs:class> Get Flight Details Sequence Get Contact Details Sequence Reserve Flight Sequence Confirm Reservation 50

51 51 Service Grounding Service Grounding 提供服务访问信息的规范 Service Model + Grounding 才给定了使用服务的所有信息 构建在 WSDL 之上 指定 : 通信协议 传输机制等

52 52 OWL-S / WSDL Binding OWL-S Process Model Resources/Concepts Atomic Process Operation Inputs / Outputs Message Binding to SOAP, HTTP, etc. WSDL

53 OWL-S / WSDL Mapping 53

54 54 OWL-S 案例 Congo.com (B2C site)

55 结束! 55

web - Web Grid Web Service - semantic -RDF Semantic Web -

web - Web Grid Web Service - semantic -RDF Semantic Web - RDF Zhulj@chinaecc.org http://www.chinaecc.org web - Web Grid Web Service - semantic -RDF Semantic Web - Web 1990 Tim Berners-Lee Web HTML Web Web HTML Semantic Web Semantic web web web web -Tim Berners-Lee,

More information

數位圖書館/博物館相關標準 2

數位圖書館/博物館相關標準 2 數 2 立 XML (Extensibility) XML 行 (Self-description) (Structure) XML (Validation) XML DTD 行 XML 列 XML-Language SGML without tears Self-describing Documents Well-formed and Valid Documents XML-Link Power

More information

2/80 2

2/80 2 2/80 2 3/80 3 DSP2400 is a high performance Digital Signal Processor (DSP) designed and developed by author s laboratory. It is designed for multimedia and wireless application. To develop application

More information

<4D6963726F736F667420576F7264202D2032303039C9CFB0EBC4EACFB5CDB3BCAFB3C9CFEEC4BFB9DCC0EDCAA6C9CFCEE7CAD4BEED>

<4D6963726F736F667420576F7264202D2032303039C9CFB0EBC4EACFB5CDB3BCAFB3C9CFEEC4BFB9DCC0EDCAA6C9CFCEE7CAD4BEED> 全 国 计 算 机 技 术 与 软 件 专 业 技 术 资 格 ( 水 平 ) 考 试 年 上 半 年 系 统 集 成 项 目 管 理 工 程 师 上 午 试 卷 ( 考 试 时 间 9:00~11:30 共 150 分 钟 ) 请 按 下 述 要 求 正 确 填 写 答 题 卡 1. 在 答 题 卡 的 指 定 位 置 上 正 确 写 入 你 的 姓 名 和 准 考 证 号, 并 用 正 规 2B

More information

epub 79-1

epub 79-1 1 XML X M L X M L X M L We b 1.1 markup language M L M L A S C I I A S C I I C 0 0 0 1 F C R - L F M S - D O S M S - Wi n d o w s U n i x L F M a c O S C R A S C I I A S C I I -. - -. C C + + { }. b e

More information

2 SGML, XML Document Traditional WYSIWYG Document Content Presentation Content Presentation Structure Structure? XML/SGML 3 2 SGML SGML Standard Gener

2 SGML, XML Document Traditional WYSIWYG Document Content Presentation Content Presentation Structure Structure? XML/SGML 3 2 SGML SGML Standard Gener SGML HTML XML 1 SGML XML Extensible Markup Language XML SGML Standard Generalized Markup Language, ISO 8879, SGML HTML ( Hypertext Markup Language HTML) (Markup Language) (Tag) < > Markup (ISO) 1986 SGML

More information

final

final 行 政 院 研 究 發 展 考 核 委 員 會 政 府 網 站 建 置 及 營 運 作 業 參 考 指 引 中 華 民 國 99 年 2 月 政 府 網 站 建 置 及 營 運 作 業 參 考 指 引 目 次 前 言 與 導 讀... 1 一. 緣 由... 1 二. 現 行 規 範 應 用 的 運 作 與 問 題... 1 三. 政 府 網 站 建 置 與 營 運 作 業 參 考 指 引 之 規

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 EAI EAI Middleware EAI 3.1 EAI EAI Client/Server Internet,www,Jav a 3.1 EAI Message Brokers -Data Transformation Business Rule XML XML 37 3.1 XML XML XML EAI XML 1. XML XML Java Script VB Script Active

More information

(interoperability) Dublin Core 15 (The Dublin Core Metadata Initiative DCMI) 1995 (Dublin, Ohio) (The Dublin Core Metadata Element Set DC) DC DC DC DC

(interoperability) Dublin Core 15 (The Dublin Core Metadata Initiative DCMI) 1995 (Dublin, Ohio) (The Dublin Core Metadata Element Set DC) DC DC DC DC (Metadata) (interoperability) Dublin Core 15 (The Dublin Core Metadata Initiative DCMI) 1995 (Dublin, Ohio) (The Dublin Core Metadata Element Set DC) DC DC DC DCMI 2000 6 DC CEN/ISSS (European Committee

More information

路演公告.PDF

路演公告.PDF OO OO 417-427 1 IT IT 2 3 4 5 95.2% 6 7 8 0.47%, 2003 1-6 8,492.02 20.47% 2002 38.02% 20031-6 983.64 24.85% 2002 29.17% 2003 2003 23,109.20 3.45% 2003 3390.37 0.53% 2000 1 2001 3 2000 2001 2002 2003

More information

untitled

untitled An Improved Semantic Search Model Based on Hybrid Fuzzy Description Logic Ruixuan Li, Kunmei Wen, Zhengding Lu, Xiaolin Sun, Zhigang Wang Huazhong University of Science and Technology Background Semantic

More information

XML/DTD (1) XML (Markup) SGML HTML XML XML XML 2004/7/ All Rights Reserved 2

XML/DTD (1) XML (Markup) SGML HTML XML XML XML 2004/7/ All Rights Reserved 2 XML/DTD (1) XML (Markup) SGML HTML XML XML XML 2004 All Rights Reserved 2 SGML Standard Generalized Markup Language ( ) XML Extensible Markup Language HTML HyperText Markup Language 2004 All Rights Reserved

More information

ASP 電子商務網頁設計

ASP 電子商務網頁設計 Flash Flash CSIE, NTU December 22, 2007 Outline & Flash National Taiwan University December 22, 2007 Page 2 Outline & Flash National Taiwan University December 22, 2007 Page 3 Course Introduction (1/3)

More information

lan03_yen

lan03_yen IEEE 8. LLC Logical Link Control ll rights reserved. No part of this publication and file may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical,

More information

Microsoft PowerPoint ARIS_Platform_en.ppt

Microsoft PowerPoint ARIS_Platform_en.ppt ARIS Platform www.ixon.com.tw ARIS ARIS Architecture of Integrated Information System Prof. Dr. Dr. h.c. mult. August-Wilhelm Scheer ARIS () 2 IDS Scheer AG International Presence >> Partners and subsidiaries

More information

Microsoft PowerPoint - ch6 [相容模式]

Microsoft PowerPoint - ch6 [相容模式] UiBinder wzyang@asia.edu.tw UiBinder Java GWT UiBinder XML UI i18n (widget) 1 2 UiBinder HelloWidget.ui.xml: UI HelloWidgetBinder HelloWidget.java XML UI Owner class ( Composite ) UI XML UiBinder: Owner

More information

c_onto-intro-0304.doc

c_onto-intro-0304.doc 33 9 2 3 1 Semantic Web Ontology WordNet Semantic Web Semantic Web Semantic Web 2001 media Scientific American 2001 2002 The Semantic Web Tim Berners-Lee World Wide Web, WWW WWW RDF, Resource Description

More information

untitled

untitled rxli@public.wh.hb.cn http://idc.hust.edu.cn/~rxli/ 2 3 ( ) (Distributed System) Integrated System () 4 5 6 System Integration 7 8 Integrated System 9 1.1 CIMS IDEF CSCW STEP MIS MRPII ERP CRM SCM MIS:

More information

UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库

UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库 10384 200128011 UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 2004 5 2004 2004 2004 5 World Wide Web Robot Web / (Focused Crawling) Web Meta data Web Web I

More information

6-7 6-8 6-9 Process Data flow Data store External entity 6-10 Context diagram Level 0 diagram Level 1 diagram Level 2 diagram 6-11 6-12

6-7 6-8 6-9 Process Data flow Data store External entity 6-10 Context diagram Level 0 diagram Level 1 diagram Level 2 diagram 6-11 6-12 6-1 6-2 6-3 6-4 6-5 6-6 6-7 6-8 6-9 Process Data flow Data store External entity 6-10 Context diagram Level 0 diagram Level 1 diagram Level 2 diagram 6-11 6-12 6-13 6-14 6-15 6-16 6-17 6-18 6-19 6-20 6-21

More information

SL2511 SR Plus 操作手冊_單面.doc

SL2511 SR Plus 操作手冊_單面.doc IEEE 802.11b SL-2511 SR Plus SENAO INTERNATIONAL CO., LTD www.senao.com - 1 - - 2 - .5 1-1...5 1-2...6 1-3...6 1-4...7.9 2-1...9 2-2 IE...11 SL-2511 SR Plus....13 3-1...13 3-2...14 3-3...15 3-4...16-3

More information

OOAD PowerDesigner OOAD Applying PowerDesigner CASE Tool in OOAD PowerDesigner CASE Tool PowerDesigner PowerDesigner CASE To

OOAD PowerDesigner OOAD Applying PowerDesigner CASE Tool in OOAD PowerDesigner CASE Tool PowerDesigner PowerDesigner CASE To PowerDesigner Applying PowerDesigner CASE Tool in OOAD albertchung@mpinfo.com.tw PowerDesigner CASE Tool PowerDesigner PowerDesigner CASE Tool PowerDesigner CASE Tool CASE Tool PowerDesignerUnified ProcessUMLing

More information

RAQMON Context Setting MG PDA Applications RTP / FTP/ HTTP TCP/UDP S ignaling control plane (e.g. RS VP, NS IS) Streaming Media, Transaction, Bulk dat

RAQMON Context Setting MG PDA Applications RTP / FTP/ HTTP TCP/UDP S ignaling control plane (e.g. RS VP, NS IS) Streaming Media, Transaction, Bulk dat Realtime Application QOS Monitoring (RAQMON) Dan Romascanu dromasca@avaya.com 1 RAQMON Context Setting MG PDA Applications RTP / FTP/ HTTP TCP/UDP S ignaling control plane (e.g. RS VP, NS IS) Streaming

More information

Yih-Chuan Lin Tsung-Han Wu Hsin-Te Wu Hsiao-Hui Hsu Department of Computer Science and Information Engineering Shu-Te University

Yih-Chuan Lin Tsung-Han Wu Hsin-Te Wu Hsiao-Hui Hsu Department of Computer Science and Information Engineering Shu-Te University 2003 6 Yih-Chuan Lin Tsung-Han Wu Hsin-Te Wu Hsiao-Hui Hsu Department of Computer Science and Information Engineering Shu-Te University E-mail: yclin@mail.stu.edu.tw Web Mobile Device Web Service Web Service

More information

1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論..

1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論.. 如 何 準 備 研 究 所 甄 試 劉 富 翃 1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論... 20 8. 附 錄 8.1 推 甄 書 面 資 料...

More information

业 务 与 运 营 社 交 网 络 行 为 将 对 网 络 流 量 造 成 较 大 影 响 3) 即 时 通 信 类 业 务 包 括 微 信 QQ 等, 该 类 业 务 属 于 典 型 的 小 数 据 包 业 务, 有 可 能 带 来 较 大 的 信 令 开 呼 叫 建 立 的 时 延 销 即 时

业 务 与 运 营 社 交 网 络 行 为 将 对 网 络 流 量 造 成 较 大 影 响 3) 即 时 通 信 类 业 务 包 括 微 信 QQ 等, 该 类 业 务 属 于 典 型 的 小 数 据 包 业 务, 有 可 能 带 来 较 大 的 信 令 开 呼 叫 建 立 的 时 延 销 即 时 移 动 互 联 网 业 务 在 LTE 时 代 的 发 展 分 析 及 业 务 建 模 刘 琪 王 蕴 实 盛 煜 李 轶 群 中 国 联 通 网 络 技 术 研 究 院 北 京 100084 摘 要 LTE 时 代 的 到 来 为 移 动 互 联 网 业 务 的 发 展 提 供 了 新 的 平 台, 也 给 运 营 商 带 来 巨 大 的 挑 战 文 章 探 讨 了 移 动 互 联 网 业 务 在

More information

中图分类号:TP393

中图分类号:TP393 中 图 分 类 号 :TP393.09 论 文 编 号 :10006SY1006321 硕 士 学 位 论 文 高 性 能 内 容 整 合 引 擎 的 研 究 与 实 现 作 者 姓 名 学 科 专 业 指 导 教 师 培 养 院 系 徐 静 波 计 算 机 应 用 技 术 刘 旭 东 教 授 计 算 机 学 院 Research and Implementation of High Performance

More information

摘 要 張 捷 明 是 台 灣 當 代 重 要 的 客 語 兒 童 文 學 作 家, 他 的 作 品 記 錄 著 客 家 人 的 思 想 文 化 與 觀 念, 也 曾 榮 獲 多 項 文 學 大 獎 的 肯 定, 對 台 灣 這 塊 土 地 上 的 客 家 人 有 著 深 厚 的 情 感 張 氏 於

摘 要 張 捷 明 是 台 灣 當 代 重 要 的 客 語 兒 童 文 學 作 家, 他 的 作 品 記 錄 著 客 家 人 的 思 想 文 化 與 觀 念, 也 曾 榮 獲 多 項 文 學 大 獎 的 肯 定, 對 台 灣 這 塊 土 地 上 的 客 家 人 有 著 深 厚 的 情 感 張 氏 於 玄 奘 大 學 中 國 語 文 學 系 碩 士 論 文 客 家 安 徒 生 張 捷 明 童 話 研 究 指 導 教 授 : 羅 宗 濤 博 士 研 究 生 : 黃 春 芳 撰 中 華 民 國 一 0 二 年 六 月 摘 要 張 捷 明 是 台 灣 當 代 重 要 的 客 語 兒 童 文 學 作 家, 他 的 作 品 記 錄 著 客 家 人 的 思 想 文 化 與 觀 念, 也 曾 榮 獲 多 項 文

More information

BC04 Module_antenna__ doc

BC04 Module_antenna__ doc http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 1 of 10 http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 2 of 10 http://www.infobluetooth.com TEL:+86-23-68798999

More information

Microsoft Word - CX VMCO 3 easy step v1.doc

Microsoft Word - CX VMCO 3 easy step v1.doc Abacus Fully Automated Process of VMCO on CX, KA, CPH & KAH 16 Nov 2009 To streamline the VMCO handling on CX, KA, CPH & KAH, Abacus is pleased to inform you that manual submission of VMCO to CX/KA/CPH/KAH

More information

Microsoft PowerPoint - STU_EC_Ch08.ppt

Microsoft PowerPoint - STU_EC_Ch08.ppt 樹德科技大學資訊工程系 Chapter 8: Counters Shi-Huang Chen Fall 2010 1 Outline Asynchronous Counter Operation Synchronous Counter Operation Up/Down Synchronous Counters Design of Synchronous Counters Cascaded Counters

More information

Microsoft Word - YDB 064-2011 Vehicle Telematics Service Requirement and General Framework

Microsoft Word - YDB 064-2011 Vehicle Telematics Service Requirement and General Framework 通 信 标 准 类 技 术 报 告 YDB XXX 2010 泛 在 物 联 应 用 汽 车 信 息 服 务 业 务 需 求 和 总 体 框 架 Vehicle Telematic Service Requirement and General Framework 200X XX XX 印 发 中 国 通 信 标 准 化 协 会 目 次 前 言... 错 误! 未 定 义 书 签 1 范 围...

More information

( Version 0.4 ) 1

( Version 0.4 ) 1 ( Version 0.4 ) 1 3 3.... 3 3 5.... 9 10 12 Entities-Relationship Model. 13 14 15.. 17 2 ( ) version 0.3 Int TextVarchar byte byte byte 3 Id Int 20 Name Surname Varchar 20 Forename Varchar 20 Alternate

More information

FAQ -PowerDesigner9.5.DOC

FAQ -PowerDesigner9.5.DOC PowerDesigner 9.5 FAQ 1. PowerDesigner PowerDesigner PowerDesigner (CASE Tool,Computer Aided Software Engineering) PowerDesigner 1989 9.5 2. PowerDesigner PowerDesigner Internet ( Java) PowerDesigner 7.0

More information

Mechanical Science and Technology for Aerospace Engineering October Vol No. 10 Web SaaS B /S Web2. 0 Web2. 0 TP315 A

Mechanical Science and Technology for Aerospace Engineering October Vol No. 10 Web SaaS B /S Web2. 0 Web2. 0 TP315 A 2012 10 31 10 Mechanical Science and Technology for Aerospace Engineering October Vol. 31 2012 No. 10 Web2. 0 400030 SaaS B /S Web2. 0 Web2. 0 TP315 A 1003-8728 2012 10-1638-06 Design and Implementation

More information

jsp

jsp JSP Allen Long Email: allen@huihoo.com http://www.huihoo.com 2004-04 Huihoo - Enterprise Open Source http://www.huihoo.com 1 JSP JSP JSP JSP MVC Huihoo - Enterprise Open Source http://www.huihoo.com 2

More information

「人名權威檔」資料庫欄位建置表

「人名權威檔」資料庫欄位建置表 ( version 0.2) 1 3 3 3 3 5 6 9.... 11 Entities - Relationship Model..... 12 13 14 16 2 ( ) Int Varchar Text byte byte byte Id Int 20 Name Surname Varchar 20 Forename Varchar 20 Alternate Type Varchar 10

More information

科 研 信 息 化 技 术 与 应 用,2015, 6 (1) of identity and the framework of identity management, this paper analyses the development trend of Identity Management

科 研 信 息 化 技 术 与 应 用,2015, 6 (1) of identity and the framework of identity management, this paper analyses the development trend of Identity Management 科 研 信 息 化 技 术 与 应 用 2015, 6(1): 41 49 应 用 / APPLICATION 身 份 管 理 发 展 趋 势 和 中 国 科 学 院 身 份 管 理 系 统 薛 聪 1,2, 向 继 1 1, 高 能 1. 中 国 科 学 院 信 息 工 程 研 究 所 信 息 安 全 国 家 重 点 实 验 室, 北 京 100093 2. 中 国 科 学 院 大 学, 北 京

More information

高 职 计 算 机 类 优 秀 教 材 书 目 * 序 号 书 号 (ISBN) 书 名 作 者 定 价 出 版 / 印 刷 日 期 ** 配 套 资 源 页 码 计 算 机 基 础 课 1 978-7-111-30658-0 计 算 机 应 用 基 础 刘 升 贵 29.00 2012 年 8 月

高 职 计 算 机 类 优 秀 教 材 书 目 * 序 号 书 号 (ISBN) 书 名 作 者 定 价 出 版 / 印 刷 日 期 ** 配 套 资 源 页 码 计 算 机 基 础 课 1 978-7-111-30658-0 计 算 机 应 用 基 础 刘 升 贵 29.00 2012 年 8 月 高 职 计 算 机 类 优 秀 教 材 书 目 * 序 号 书 号 (ISBN) 书 名 作 者 定 价 出 版 / 印 刷 日 期 ** 配 套 资 源 页 码 计 算 机 基 础 课 1 978-7-111-30658-0 计 算 机 应 用 基 础 刘 升 贵 29.00 2012 年 8 月 电 子 教 案 P1 2 978-7-111-27081-2 计 算 机 应 用 基 础 ( 第 2

More information

Value Chain ~ (E-Business RD / Pre-Sales / Consultant) APS, Advanc

Value Chain ~ (E-Business RD / Pre-Sales / Consultant) APS, Advanc Key @ Value Chain fanchihmin@yahoo.com.tw 1 Key@ValueChain 1994.6 1996.6 2000.6 2000.10 ~ 2004.10 (E- RD / Pre-Sales / Consultant) APS, Advanced Planning & Scheduling CDP, Collaborative Demand Planning

More information

(Geographic data or geodata ) 30 (Buelher, K and L. Mckee1996) (Open GIS Consortium OGC) OGC GIS Open GIS OGC (Geography Markup Langu

(Geographic data or geodata ) 30 (Buelher, K and L. Mckee1996) (Open GIS Consortium OGC) OGC GIS Open GIS OGC (Geography Markup Langu 2004 1 1 2 3 4 (Open GIS Consortium, OGC) (Geography Markup Lang uage, GML GML) GIS GML GIS GML GML GML GML TGML(Taipei-GML) application schema TGML TGML TGML 1 2 3 4 1 2004 1. (Geographic data or geodata

More information

ebook140-8

ebook140-8 8 Microsoft VPN Windows NT 4 V P N Windows 98 Client 7 Vintage Air V P N 7 Wi n d o w s NT V P N 7 VPN ( ) 7 Novell NetWare VPN 8.1 PPTP NT4 VPN Q 154091 M i c r o s o f t Windows NT RAS [ ] Windows NT4

More information

% ~ AAA

% ~ AAA 1. 230000 503566 47% 2001 3 ~2002 9 31281 5010 950 AAA 2002 1 0532--5951792 2003.7.7 2. 37 58 37% 2001 3 ~2002 9 75 60 950 AAA 2002 306 0532--5951792 2003.7.7 500000 1640000 4350000 6020000 220000 200000

More information

豐佳燕.PDF

豐佳燕.PDF Application of Information Literacy to chiayen@estmtc.tp.edu.tw information literacy Theme-oriented teaching. Abstract Based on the definition of Information Literacy and Six core concepts of the problem

More information

untitled

untitled Work Managers 什 Work Managers? WebLogic Server 9.x 行 (thread) 理 thread pool 數量 立 execute queues 來 量 理 thread count, thread priority 參數 理 thread pool 數量? WebLogic Server 9.x 理 行 (thread) (self-tuning) 句

More information

weblogic

weblogic Weblogic Allen Long allen@huihoo.com http://www.huihoo.com 2004-04 1 WebLogic, WLS WLS Domain 2 Weblogic6.1 Weblogic6.1 J2EE1.2,J2EE1.3 HTTP 1.1 J2EE Connector Architecture 1.0 J2EE EJB 2.0 J2EE JDBC 2.0

More information

Microsoft Word - 24217010311110028谢雯雯.doc

Microsoft Word - 24217010311110028谢雯雯.doc HUAZHONG AGRICULTURAL UNIVERSITY 硕 士 学 位 论 文 MASTER S DEGREE DISSERTATION 80 后 女 硕 士 生 择 偶 现 状 以 武 汉 市 七 所 高 校 为 例 POST-80S FEMALE POSTGRADUATE MATE SELECTION STATUS STUDY TAKE WUHAN SEVEN UNIVERSITIES

More information

Microsoft Word - Front cover_white.doc

Microsoft Word - Front cover_white.doc Real Time Programme 行 情 报 价 程 序 Seamico Securities Public Company Limited WWW.SEAMICO.COM Table of Content 目 录 开 始 使 用 开 始 使 用 Z Net 程 序 程 序 1 股 票 观 察 者 4 每 日 股 票 按 时 间 的 交 易 查 询 10 多 股 同 列 13 股 票 行 情

More information

untitled

untitled ArcGIS Server Web services Web services Application Web services Web Catalog ArcGIS Server Web services 6-2 Web services? Internet (SOAP) :, : Credit card authentication, shopping carts GIS:, locator services,

More information

...1 What?...2 Why?...3 How? ( ) IEEE / 23

...1 What?...2 Why?...3 How? ( ) IEEE / 23 .... IEEE 1588 2010 7 8 ( ) IEEE 1588 2010 7 8 1 / 23 ...1 What?...2 Why?...3 How? ( ) IEEE 1588 2010 7 8 2 / 23 ...1 What?...2 Why?...3 How? ( ) IEEE 1588 2010 7 8 3 / 23 IEEE 1588 ( ) IEEE 1588 2010

More information

Computer Architecture

Computer Architecture ECE 3120 Computer Systems Assembly Programming Manjeera Jeedigunta http://blogs.cae.tntech.edu/msjeedigun21 Email: msjeedigun21@tntech.edu Tel: 931-372-6181, Prescott Hall 120 Prev: Basic computer concepts

More information

前言 C# C# C# C C# C# C# C# C# microservices C# More Effective C# More Effective C# C# C# C# Effective C# 50 C# C# 7 Effective vii

前言 C# C# C# C C# C# C# C# C# microservices C# More Effective C# More Effective C# C# C# C# Effective C# 50 C# C# 7 Effective vii 前言 C# C# C# C C# C# C# C# C# microservices C# More Effective C# More Effective C# C# C# C# Effective C# 50 C# C# 7 Effective vii C# 7 More Effective C# C# C# C# C# C# Common Language Runtime CLR just-in-time

More information

Chn 116 Neh.d.01.nis

Chn 116 Neh.d.01.nis 31 尼 希 米 书 尼 希 米 的 祷 告 以 下 是 哈 迦 利 亚 的 儿 子 尼 希 米 所 1 说 的 话 亚 达 薛 西 王 朝 二 十 年 基 斯 流 月 *, 我 住 在 京 城 书 珊 城 里 2 我 的 兄 弟 哈 拿 尼 和 其 他 一 些 人 从 犹 大 来 到 书 珊 城 我 向 他 们 打 听 那 些 劫 后 幸 存 的 犹 太 人 家 族 和 耶 路 撒 冷 的 情 形

More information

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO Car DVD New GUI IR Flow User Manual V0.1 Jan 25, 2008 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com Important Notice SUNPLUS

More information

6-1 Table Column Data Type Row Record 1. DBMS 2. DBMS MySQL Microsoft Access SQL Server Oracle 3. ODBC SQL 1. Structured Query Language 2. IBM

6-1 Table Column Data Type Row Record 1. DBMS 2. DBMS MySQL Microsoft Access SQL Server Oracle 3. ODBC SQL 1. Structured Query Language 2. IBM CHAPTER 6 SQL SQL SQL 6-1 Table Column Data Type Row Record 1. DBMS 2. DBMS MySQL Microsoft Access SQL Server Oracle 3. ODBC SQL 1. Structured Query Language 2. IBM 3. 1986 10 ANSI SQL ANSI X3. 135-1986

More information

XML SOAP DOM B2B B/S B2B B2B XML SOAP

XML SOAP DOM B2B B/S B2B B2B XML SOAP 10384 9831010 U D C B2B 2 0 0 1 4 2 0 0 1 5 2 0 0 1 2001 4 XML SOAP DOM B2B B/S B2B B2B XML SOAP ABSTRACT Based on the research of Supply Chain Management theory and E-Commerce theory, especially in Business

More information

05 01 accordion UI containers 03 Accordion accordion UI accordion 54

05 01 accordion UI containers 03 Accordion accordion UI accordion 54 jquery UI plugin Accordion 05 01 accordion UI containers 03 Accordion accordion UI accordion 54 05 jquery UI plugin 3-1

More information

Logitech Wireless Combo MK45 English

Logitech Wireless Combo MK45 English Logitech Wireless Combo MK45 Setup Guide Logitech Wireless Combo MK45 English................................................................................... 7..........................................

More information

無障礙網頁開發規範二版(草案)

無障礙網頁開發規範二版(草案) 國 家 通 訊 傳 播 委 員 會 無 障 礙 網 頁 開 發 規 範 2.0 版 ( 草 案 ) 委 辦 單 位 : 國 家 通 訊 傳 播 委 員 會 執 行 單 位 : 中 華 民 國 資 訊 軟 體 協 會 中 華 民 國 1 0 3 年 0 5 月 I II 目 錄 壹 前 言... 1 貳 適 用 範 圍... 2 參 用 語 釋 義... 3 肆 規 範 內 文... 14 一 規 範

More information

Microsoft Word - 201506定版

Microsoft Word - 201506定版 56 Chinese Journal of Library and Information Science for Traditional Chinese Medicine Dec. 2015 Vol. 39 No. 6 综 述 中 医 药 学 语 言 系 统 研 究 综 述 于 彤, 贾 李 蓉, 刘 静, 杨 硕 *, 董 燕, 朱 玲 中 国 中 医 科 学 院 中 医 药 信 息 研 究 所,

More information

13 A DSS B DSS C DSS D DSS A. B. C. CPU D. 15 A B Cache C Cache D L0 L1 L2 Cache 16 SMP A B. C D 17 A B. C D A B - C - D

13 A DSS B DSS C DSS D DSS A. B. C. CPU D. 15 A B Cache C Cache D L0 L1 L2 Cache 16 SMP A B. C D 17 A B. C D A B - C - D 2008 1 1 A. B. C. D. UML 2 3 2 A. B. C. D. 3 A. B. C. D. UML 4 5 4 A. B. C. D. 5 A. B. C. D. 6 6 A. DES B. RC-5 C. IDEA D. RSA 7 7 A. B. C. D. TCP/IP SSL(Security Socket Layer) 8 8 A. B. C. D. 9 9 A. SET

More information

1

1 PRIMETON TECHNOLOGIES, LTD. EOS EOS Manager No part of this document may be reproduced, stored in any electronic retrieval system, or transmitted in any form or by any means, mechanical, photocopying,

More information

声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究

声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 题 目 : 农 村 电 工 岗 位 培 训 考 核 与 鉴 定 ( 理 论 部 分 ) 的 计 算 机 远 程 考 试 系 统 ( 服 务 器 端 ) 的 开 发 与 实 现 英 文 题 目 :The Realization of Authenticating Examination System With Computer & Web for

More information

Microsoft Word - (web)_F.1_Notes_&_Application_Form(Chi)(non-SPCCPS)_16-17.doc

Microsoft Word - (web)_F.1_Notes_&_Application_Form(Chi)(non-SPCCPS)_16-17.doc 聖 保 羅 男 女 中 學 學 年 中 一 入 學 申 請 申 請 須 知 申 請 程 序 : 請 將 下 列 文 件 交 回 本 校 ( 麥 當 勞 道 33 號 ( 請 以 A4 紙 張 雙 面 影 印, 並 用 魚 尾 夾 夾 起 : 填 妥 申 請 表 並 貼 上 近 照 小 學 五 年 級 上 下 學 期 成 績 表 影 印 本 課 外 活 動 表 現 及 服 務 的 證 明 文 件 及

More information

epub 61-2

epub 61-2 2 Web Dreamweaver UltraDev Dreamweaver 3 We b We b We Dreamweaver UltraDev We b Dreamweaver UltraDev We b We b 2.1 Web We b We b D r e a m w e a v e r J a v a S c r i p t We b We b 2.1.1 Web We b C C +

More information

,,,,,,,,,,,,,,,,,,,,, 4,,, ;, 5,,,,,,,, :,,,, 6,,,,, :, 7 :, 8, : 9,,,,,, 10, 11,,,,,,,,, : 4 [] :,1963,240 5 [] :,1987,464 6 []:,1985,131 7 [] :,1980

,,,,,,,,,,,,,,,,,,,,, 4,,, ;, 5,,,,,,,, :,,,, 6,,,,, :, 7 :, 8, : 9,,,,,, 10, 11,,,,,,,,, : 4 [] :,1963,240 5 [] :,1987,464 6 []:,1985,131 7 [] :,1980 Ξ :,,, ;,, :,, :,,, 1,, 2 :,, :, 3,,,,,,,,,,, Ξ 1, :, 1999 5 2 :, 1998 4 3 4,1955,532 20 ,,,,,,,,,,,,,,,,,,,,, 4,,, ;, 5,,,,,,,, :,,,, 6,,,,, :, 7 :, 8, : 9,,,,,, 10, 11,,,,,,,,, : 4 [] :,1963,240 5 []

More information

2008 Nankai Business Review 61

2008 Nankai Business Review 61 150 5 * 71272026 60 2008 Nankai Business Review 61 / 62 Nankai Business Review 63 64 Nankai Business Review 65 66 Nankai Business Review 67 68 Nankai Business Review 69 Mechanism of Luxury Brands Formation

More information

<4D6963726F736F667420576F7264202D203338B4C12D42A448A4E5C3C0B34EC3FE2DAB65ABE1>

<4D6963726F736F667420576F7264202D203338B4C12D42A448A4E5C3C0B34EC3FE2DAB65ABE1> ϲ ฯ र ቑ ጯ 高雄師大學報 2015, 38, 63-93 高雄港港史館歷史變遷之研究 李文環 1 楊晴惠 2 摘 要 古老的建築物往往承載許多回憶 也能追溯某些歷史發展的軌跡 位於高雄市蓬 萊路三號 現為高雄港港史館的紅磚式建築 在高雄港三號碼頭作業區旁的一片倉庫 群中 格外搶眼 這棟建築建成於西元 1917 年 至今已將近百年 不僅躲過二戰戰 火無情轟炸 並保存至今 十分可貴 本文透過歷史考證

More information

台灣地區同學

台灣地區同學 ACIC 台 灣 地 區 住 宿 家 庭 合 約 / 接 機 / 申 請 表 本 契 約 已 於 中 華 民 國 年 月 日 交 付 消 費 者 攜 回 審 閱 ( 契 約 審 閱 期 間 至 少 為 五 日 ) 甲 方 ( 消 費 者 ) 姓 名 : 甲 方 ( 未 滿 18 歲 代 理 人 ) 姓 名 : 國 民 身 分 證 : 國 民 身 分 證 : 電 話 : 電 話 : 住 居 所 : 住

More information

Oracle 4

Oracle 4 Oracle 4 01 04 Oracle 07 Oracle Oracle Instance Oracle Instance Oracle Instance Oracle Database Oracle Database Instance Parameter File Pfile Instance Instance Instance Instance Oracle Instance System

More information

9330.doc

9330.doc The research of the ecotourism operated by the cooperative operating system in northern Tapajen Mountain The research of the ecotourism operated by the cooperative operating system in northern Tapajen

More information

<4D6963726F736F667420576F7264202D2031A3AD4A617661BCBCCAF5CAC6CDB7D5FDBEA22E646F63>

<4D6963726F736F667420576F7264202D2031A3AD4A617661BCBCCAF5CAC6CDB7D5FDBEA22E646F63> Java 技 术 的 势 头 正 劲 清 华 大 学 计 算 机 科 学 与 技 术 系 李 涓 子 徐 鹏 王 克 宏 Java 技 术 已 经 遍 布 世 界 各 个 角 落, 从 智 能 卡 Java 手 机 和 电 话, 到 汽 车 生 产 以 至 于 控 制 火 星 漫 游 者 号 的 临 界 任 务 系 统 都 能 看 到 它 的 作 用,Java 已 经 成 为 一 种 普 遍 深 入

More information

NT 4

NT 4 NT 4.0 Windows 2003 : Microsoft Windows NT Server 4.0 2004 12 31 Microsoft Windows 2003 Microsoft Windows Server 2003 : 1. 2. 3. 4. Total Cost of Ownership 5. 6. 7. XML Web Services Microsoft Certified

More information

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile..

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile.. WebSphere Studio Application Developer IBM Portal Toolkit... 1/21 WebSphere Studio Application Developer IBM Portal Toolkit Portlet Doug Phillips (dougep@us.ibm.com),, IBM Developer Technical Support Center

More information

. 1 4 Web PAD

. 1 4 Web PAD 20 1 2014 2 Open Education Research Vol. 20 No. 1 Feb. 2014 1 2 1. 100875 2. - 100875 G434 A 1007-2179 2013 06-0100 - 11 10 2013 2013 Microlecture Minicourse Microlesson Microlecture A Le Roy A. McGrew

More information

Microsoft Word - 0000000673_4.doc

Microsoft Word - 0000000673_4.doc 香 港 特 別 行 政 區 政 府 知 識 產 權 署 商 標 註 冊 處 Trade Marks Registry, Intellectual Property Department The Government of the Hong Kong Special Administrative Region 在 註 冊 申 請 詳 情 公 布 後 要 求 修 訂 貨 品 / 服 務 說 明 商 標

More information

raw corpus a 129

raw corpus a 129 27 2013 1 * + XML + XML 1. 1 interpretative linguistic 2002 139-140 2005 69 HSK 1. 2 * 11BYY054 12JZD018 128 2000 1996 1 2 3 4 5 6 raw corpus 2008 2002 141 1996 2011 2010a 129 27 2013 1 + 2008 2010b 2010c

More information

Master Thesis_專門用來製作目錄.doc

Master Thesis_專門用來製作目錄.doc Introduction All-IP [1-4] All-IP packet switching long delay time, jitter packet loss All-IP Budget-Based QoS End-to-End QoS (real time on demand) 1 1.1 Circuit Switching Packet Switching DWDM IP VoIP

More information

水 土 保 持 學 報 47 (3): 1449 1464 (2015) Journal of Soil and Water Conservation, 47 (3): 1449 1464 (2015) ABSTRACT In this research, it is focused on the

水 土 保 持 學 報 47 (3): 1449 1464 (2015) Journal of Soil and Water Conservation, 47 (3): 1449 1464 (2015) ABSTRACT In this research, it is focused on the 中 苗 農 村 再 生 社 區 農 村 建 設 設 施 體 檢 之 評 估 (1) 黃 隆 明 (2) 林 芸 暄 摘 要 (3) 徐 森 彥 本 研 究 蒐 集 民 國 90 年 至 103 年, 中 苗 地 區 88 個 農 再 社 區 中, 以 往 災 害 通 報 較 頻 繁 之 農 村 建 設 設 施, 作 為 辦 理 體 檢 評 估 之 對 象 ; 除 了 運 用 GIS 掌 握 農 村

More information

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074>

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074> 软 件 架 构 师 研 修 讲 座 胡 协 刚 软 件 架 构 师 UML/RUP 专 家 szjinco@public.szptt.net.cn 中 国 软 件 架 构 师 网 东 软 培 训 中 心 小 故 事 : 七 人 分 粥 当 前 软 件 团 队 的 开 发 现 状 和 面 临 的 问 题 软 件 项 目 的 特 点 解 决 之 道 : 从 瀑 布 模 型 到 迭 代 模 型 解 决 项

More information

10384 X2009230010 UDC The Design and Implementation of Small and Medium-sized Courier Company Logistics Vehicle Scheduling System 2012 06 Abstract With the arrival of the information age, tremendous

More information

WWW PHP

WWW PHP WWW PHP 2003 1 2 function function_name (parameter 1, parameter 2, parameter n ) statement list function_name sin, Sin, SIN parameter 1, parameter 2, parameter n 0 1 1 PHP HTML 3 function strcat ($left,

More information

Microsoft PowerPoint - TTCN-Introduction-v5.ppt

Microsoft PowerPoint - TTCN-Introduction-v5.ppt Conformance Testing and TTCN 工研院無線通訊技術部林牧台 / Morton Lin 03-5912360 mtlin@itri.org.tw 1 Outline Introduction and Terminology Conformance Testing Process 3GPP conformance testing and test cases A real world

More information

问 调 用 云 端 的 语 音 服 务 的 接 口 形 式, 对 规 范 语 音 识 别 服 务 提 供 方 式, 方 便 客 户 端 的 集 成 调 用, 从 而 促 进 语 音 交 互 应 用 的 推 广 发 展, 促 进 广 大 用 户 充 分 享 受 到 语 音 交 互 带 来 的 快 速

问 调 用 云 端 的 语 音 服 务 的 接 口 形 式, 对 规 范 语 音 识 别 服 务 提 供 方 式, 方 便 客 户 端 的 集 成 调 用, 从 而 促 进 语 音 交 互 应 用 的 推 广 发 展, 促 进 广 大 用 户 充 分 享 受 到 语 音 交 互 带 来 的 快 速 国 家 标 准 中 文 语 音 识 别 互 联 网 服 务 接 口 规 范 ( 征 求 意 见 稿 ) 编 制 说 明 一 工 作 简 况 1 任 务 来 源 按 照 国 家 标 准 化 管 理 委 员 会 2014 年 第 一 批 国 家 标 准 制 修 订 计 划 安 排, 国 家 标 准 制 定 项 目 中 文 语 音 识 别 互 联 网 服 务 接 口 规 范 ( 征 求 意 见 稿 ) 计

More information

untitled

untitled LBS Research and Application of Location Information Management Technology in LBS TP319 10290 UDC LBS Research and Application of Location Information Management Technology in LBS , LBS PDA LBS

More information

第 一 章 糟 透 的 生 日 在 水 蠟 樹 街 四 號 房 裡 面 已 經 不 止 一 次 在 早 飯 的 時 候 發 生 爭 吵 了 維 能 杜 史 林 先 生 一 大 清 早 就 被 從 他 外 甥 哈 利 房 間 裡 傳 出 來 的 響 亮 的 貓 頭 鷹 叫 聲 吵 醒 了 這 個 星

第 一 章 糟 透 的 生 日 在 水 蠟 樹 街 四 號 房 裡 面 已 經 不 止 一 次 在 早 飯 的 時 候 發 生 爭 吵 了 維 能 杜 史 林 先 生 一 大 清 早 就 被 從 他 外 甥 哈 利 房 間 裡 傳 出 來 的 響 亮 的 貓 頭 鷹 叫 聲 吵 醒 了 這 個 星 哈 利 波 特 ( 二 ) 密 室 之 秘 目 錄 第 一 章 糟 透 的 生 日 2 第 二 章 多 比 的 警 告 7 第 三 章 地 洞 13 第 四 章 在 弗 維 里 斯 和 巴 洛 特 斯 24 第 五 章 會 攻 擊 人 的 椰 樹 36 第 六 章 吉 德 洛 羅 克 哈 特 48 第 七 章 奇 怪 的 低 語 聲 57 第 八 章 忌 日 晚 會 67 第 九 章 牆 上 的 字

More information

Microsoft Word - template.doc

Microsoft Word - template.doc HGC efax Service User Guide I. Getting Started Page 1 II. Fax Forward Page 2 4 III. Web Viewing Page 5 7 IV. General Management Page 8 12 V. Help Desk Page 13 VI. Logout Page 13 Page 0 I. Getting Started

More information

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG --------------------------------------------TABLE OF CONTENTS------------------------------------------

More information

學 科 100% ( 為 單 複 選 題, 每 題 2.5 分, 共 100 分 ) 1. 請 參 閱 附 圖 作 答 : (A) 選 項 A (B) 選 項 B (C) 選 項 C (D) 選 項 D Ans:D 2. 下 列 對 於 資 料 庫 正 規 化 (Normalization) 的 敘

學 科 100% ( 為 單 複 選 題, 每 題 2.5 分, 共 100 分 ) 1. 請 參 閱 附 圖 作 答 : (A) 選 項 A (B) 選 項 B (C) 選 項 C (D) 選 項 D Ans:D 2. 下 列 對 於 資 料 庫 正 規 化 (Normalization) 的 敘 ITE 資 訊 專 業 人 員 鑑 定 資 料 庫 系 統 開 發 與 設 計 實 務 試 卷 編 號 :IDS101 注 意 事 項 一 本 測 驗 為 單 面 印 刷 試 題, 共 計 十 三 頁 第 二 至 十 三 頁 為 四 十 道 學 科 試 題, 測 驗 時 間 90 分 鐘 : 每 題 2.5 分, 總 測 驗 時 間 為 90 分 鐘 二 執 行 CSF 測 驗 系 統 -Client

More information

untitled

untitled http://idc.hust.edu.cn/~rxli/ 1.1 1.2 1.3 1.4 1.5 1.6 2 1.1 1.1.1 1.1.2 1.1.3 3 1.1.1 Data (0005794, 601,, 1, 1948.03.26, 01) (,,,,,) 4 1.1.1 Database DB 5 1.1.1 (DBMS) DDL ( Create, Drop, Alter) DML(

More information

Edge-Triggered Rising Edge-Triggered ( Falling Edge-Triggered ( Unit 11 Latches and Flip-Flops 3 Timing for D Flip-Flop (Falling-Edge Trigger) Unit 11

Edge-Triggered Rising Edge-Triggered ( Falling Edge-Triggered ( Unit 11 Latches and Flip-Flops 3 Timing for D Flip-Flop (Falling-Edge Trigger) Unit 11 Latches and Flip-Flops 11.1 Introduction 11.2 Set-Reset Latch 11.3 Gated D Latch 11.4 Edge-Triggered D Flip-Flop 11.5 S-R Flip-Flop 11.6 J-K Flip-Flop 11.7 T Flip-Flop 11.8 Flip-Flops with additional Inputs

More information

All Nippon Airways Co., Ltd. Financial Results of FY2001 ended March 31,2002 May 27, 2002

All Nippon Airways Co., Ltd. Financial Results of FY2001 ended March 31,2002 May 27, 2002 All Nippon Airways Co., Ltd. Financial Results of FY2001 ended March 31,2002 May 27, 2002 Results of FY2001 Consolidated Financial Summary Statements of Income 100 Million reference Results of FY2001 Balance

More information

CH01.indd

CH01.indd 3D ios Android Windows 10 App Apple icloud Google Wi-Fi 4G 1 ( 3D ) 2 3 4 5 CPU / / 2 6 App UNIX OS X Windows Linux (ios Android Windows 8/8.1/10 BlackBerry OS) 7 ( ZigBee UWB) (IEEE 802.11/a/b/g/n/ad/ac

More information

solutions guide

solutions guide solutions guide Tridium 01 Table of Contents Tridium... 1 Frameworks... 4 Niagara AX Framework... 5 Sedona Framework... 6.... 7 NPM... 8 Sedona Chip... 9 AX Supervisor... 10 AX SoftJACE...11...12. JACE

More information

Microsoft PowerPoint - L17_Inheritance_v4.pptx

Microsoft PowerPoint - L17_Inheritance_v4.pptx C++ Programming Lecture 17 Wei Liu ( 刘 威 ) Dept. of Electronics and Information Eng. Huazhong University of Science and Technology May. 2015 Lecture 17 Chapter 20. Object-Oriented Programming: Inheritance

More information

XXXXXXXX http://cdls.nstl.gov.cn 2 26

XXXXXXXX http://cdls.nstl.gov.cn 2 26 [ ] [ ] 2003-7-18 1 26 XXXXXXXX http://cdls.nstl.gov.cn 2 26 (2003-7-18) 1...5 1.1...5 1.2...5 1.3...5 2...6 2.1...6 2.2...6 2.3...6 3...7 3.1...7 3.1.1...7 3.1.2...7 3.1.2.1...7 3.1.2.1.1...8 3.1.2.1.2...10

More information

epub29-13

epub29-13 T C P 13 HTTP 13.1 (Hypertext Transfer Protocol H T T P ) ( World Wide We b W W W We b ) H T T P We b 1 2 We b We b N F S n e t ( 13-1 ) 1994 1 H T T P.01.04.07.10.01.04 13-1 NFSnet ( f t p :// f t p.

More information

系統功能語言的理論及其在國小國語讀寫教學的應用

系統功能語言的理論及其在國小國語讀寫教學的應用 2013 年 南 臺 灣 教 育 學 術 研 討 會 系 統 功 能 語 言 的 理 論 及 其 在 國 國 語 讀 寫 教 學 的 應 用 - 以 三 年 級 為 例 研 究 者 : 台 南 市 太 康 國 吳 新 欽 台 南 市 太 康 國 陳 意 佳 台 南 市 太 康 國 林 佳 春 發 表 日 期 :102 年 7 月 19 日 1 系 統 功 能 語 言 的 理 論 及 其 在 國 國

More information

f- (S) 语法 语义以及知识库的形式化定义 然后, 研究了 f- (S) 的基本推理问题, 提出了在 TBox 为空的情况下 f- (S)ABox 一致性问题的 tableau 判定算法, 并通过具体的实例进一步地详述了 tableau 判定算法的判定过程 最后, 证明了 tableau 判定算

f- (S) 语法 语义以及知识库的形式化定义 然后, 研究了 f- (S) 的基本推理问题, 提出了在 TBox 为空的情况下 f- (S)ABox 一致性问题的 tableau 判定算法, 并通过具体的实例进一步地详述了 tableau 判定算法的判定过程 最后, 证明了 tableau 判定算 博士学位论文公示材料 学生姓名程海涛学号 1310408 二级学科计算机应用技术导师姓名马宗民 论文题目 论文关键词 基于描述逻辑的模糊时空知识表示与推理研究模糊时空对象 ; 拓扑关系 ; 模糊时空知识 ; 知识表示与推理 ; 模糊描述逻辑 ;f- (S); 线性时态逻辑 LTL;f- (S)-LTL;tableau 算法论文摘要 ( 中文 ) 随着语义 Web 的不断发展和应用, 描述逻辑以易于理解的形式化表示和完善的推理机制等特点,

More information

Cube20S small, speedy, safe Eextremely modular Up to 64 modules per bus node Quick reaction time: up to 20 µs Cube20S A new Member of the Cube Family

Cube20S small, speedy, safe Eextremely modular Up to 64 modules per bus node Quick reaction time: up to 20 µs Cube20S A new Member of the Cube Family small, speedy, safe Eextremely modular Up to 64 modules per bus de Quick reaction time: up to 20 µs A new Member of the Cube Family Murrelektronik s modular I/O system expands the field-tested Cube family

More information