This book is about the management of business processes. This is certainly not a new topic. Since the beginning of the Industrial Revolution, it has been written about from every possible point of view—economic, sociological, psychological, accountancy, mechanical engineering and business administration. In this book, we examine the management of business processes from the perspective of computing, or—to put it more broadly—of information technology. The reason is that information technology has made huge leaps forward in recent years, resulting in the creation of completely new ways of organizing business processes. The development of generic software packages for managing business processes—so-called workflow management systems (WFMS)—is particularly important in this respect.
標簽: This management certainly processes
上傳時間: 2013-11-29
上傳用戶:shus521
《JSP網(wǎng)絡(luò)編程從基礎(chǔ)到實踐》的實例代碼目錄中包含了前10章的所有實例的源代碼,實例名稱及其所處章節(jié)如下: 第1章 JSP技術(shù)概述 實例1 第一個JSP頁面 第3章 Web開發(fā)基礎(chǔ) 實例2 HTML與JavaScript交互示例 第4章 JSP語法 實例3 JSP程序的基本結(jié)構(gòu) 實例4 簡單數(shù)據(jù)類型綜合應(yīng)用實例 實例5 包裝類綜合應(yīng)用實例 實例6 數(shù)組應(yīng)用實例 實例7 字符截取程序示例 實例8 查找字符串程序示例 實例9 StringBuffer綜合應(yīng)用程序示例 實例10 日期數(shù)據(jù)應(yīng)用示例 實例11 算術(shù)表達式綜合運用實例 實例12 switch語句示例 實例13 循環(huán)應(yīng)用綜合實例 實例14 一個簡單的計數(shù)器 實例15 include指令應(yīng)用示例 實例16 forward應(yīng)用程序示例 實例17 param應(yīng)用程序示例 實例18 plugin應(yīng)用程序示例 實例19 中文字符處理程序示例 第5章 JSP的內(nèi)置對象 實例20 request常用方法的應(yīng)用 實例21 獲得表單數(shù)據(jù) 實例22 頁面重定向程序示例 實例23 定時刷新頁面程序示例 實例24 記住會話的用戶名 實例25 猜字母游戲 實例26 網(wǎng)站計數(shù)器
標簽: JSP 網(wǎng)絡(luò)編程 實踐 代碼
上傳時間: 2013-12-06
上傳用戶:bruce
It support IPv4 and IPv6 unicast and multicast and contains a trivial sender and a trivial receiver that can be used to send or receive arbitrary data over RTP. An implementation of generic forward error correction is planned, t
標簽: and trivial multicast contains
上傳時間: 2013-12-14
上傳用戶:金宜
詞法分析器制作與應(yīng)用 設(shè)計思想 (1)程序主體結(jié)構(gòu)部分: 說明部分 %% 規(guī)則部分 %% 輔助程序部分 (2)主體結(jié)構(gòu)的說明 在這里說明部分告訴我們使用的LETTER,DIGIT, IDENT(標識符,通常定義為字母開頭的字母數(shù)字串)和STR(字符串常量,通常定義為雙引號括起來的一串字符)是什么意思.這部分也可以包含一些初始化代碼.例如用#include來使用標準的頭文件和前向說明(forward ,references).這些代碼應(yīng)該再標記"%{"和"%}"之間 規(guī)則部分> 可以包括任何你想用來分析的代碼 我們這里包括了忽略所有注釋中字符的功能,傳送ID名稱和字符串常量內(nèi)容到主調(diào)函數(shù)和main函數(shù)的功能. (3)實現(xiàn)原理 程序中先判斷這個句語句中每個單元為關(guān)鍵字、常數(shù)、運算符、界符,對與不同的單詞符號給出不同編碼形式的編碼,用以區(qū)分之。 PL/0語言的EBNF表示 <常量定義>::=<標識符>=<無符號整數(shù)> <標識符>::=<字母>={<字母>|<數(shù)字>} <加法運算符>::=+|- <乘法運算符>::=*|/ <關(guān)系運算符>::==|#|<|<=|>|>= <字母>::=a|b|…|X|Y|Z <數(shù)字>::=0|1|2|…|8|9
上傳時間: 2015-11-04
上傳用戶:zhengzg
The source code for this package is located in src/gov/nist/sip/proxy. The proxy is a pure JAIN-SIP application: it does not need proprietary nist-sip classes in addition of those defined in JAIN-SIP 1.1, you can substitute the NIST-SIP stack by another JAIN-SIP-1.1 compliant stack and it should interoperate. he proxy can act as presence server and be able to process NOTIFY and SUBSCRIBE requests. If this parameter is disabled, the proxy will simply forward those kind of requests following the appropriate routing decision.
標簽: proxy The JAIN-SIP package
上傳時間: 2015-11-30
上傳用戶:ippler8
一個簡單實用的開源C++消息中間件SAFMQ - [軟件開發(fā)] - [開源 消息中間件 SAFMQ ] 2006-11-23 在很多網(wǎng)絡(luò)應(yīng)用中,尤其那些服務(wù)器有時不在線的應(yīng)用中,將客戶端的數(shù)據(jù)變更按照產(chǎn)生順序同步到服務(wù)器的操作是比較復(fù)雜的。為了解決這種問題,可以采用消息中間件產(chǎn)品(例如Windows的MSMQ還有IBM的MQ),但是這種產(chǎn)品比較龐大而且花費不少,對于小規(guī)模應(yīng)用而言沒有必要。 SAFMQ(全稱為Store and forward Message Queue)是一個簡單的消息中間件,采用C++編寫,采用Apache授權(quán)機制。截至2006年11月SAFMQ的的版本為0.5.2,發(fā)布于2006年9月。目前版本具有如下的功能: 1. 提供多隊列、多優(yōu)先級的消息轉(zhuǎn)發(fā)服務(wù)。 2. 支持文本、二進制的消息類型。 3. 支持轉(zhuǎn)發(fā)功能,即多個消息中間件之間的消息轉(zhuǎn)發(fā)。 4. 支持事務(wù)操作 5. 支持Java、PHP客戶端 6. 支持SSL加密 7. 支持用戶權(quán)限 8. 支持對消息的標記 9. 支持TTL(Time To Live)時間戳
上傳時間: 2013-12-06
上傳用戶:alan-ee
The algorm of viterbi. You talk to your friend three days in a row and discover that on the first day he went for a walk, on the second day he went shopping, and on the third day he cleaned his apartment. You have two questions: What is the overall probability of this sequence of observations? And what is the most likely sequence of rainy/sunny days that would explain these observations? The first question is answered by the forward algorithm the second question is answered by the Viterbi algorithm. These two algorithms are structurally so similar (in fact, they are both instances of the same abstract algorithm) that they can be implemented in a single function:
標簽: discover viterbi algorm friend
上傳時間: 2016-02-16
上傳用戶:xc216
實現(xiàn)一個瀏覽器的功能。當輸入BACK,輸出剛訪問過的網(wǎng)頁,取出作為當前網(wǎng)址;若以前沒有,則輸出Ignored;還可輸入forward、VISIT等,實現(xiàn)相應(yīng)的功能。
上傳時間: 2014-01-09
上傳用戶:lizhen9880
This document represents the first stage in a process of taking the National Strategy for Police Information Systems (NSPIS) forward. It defines the mechanisms to ensure that we (and our partners) have access to the right information, in the right form, in the right time at an appropriate cost. The Strategy will ensure the Police Service has a collective understanding of the value of information and that we are able to exploit National Information Assets in support of local policing.
標簽: represents the National Strategy
上傳時間: 2016-03-08
上傳用戶:wangdean1101
SimpliciTI™ -1.0.3.exe for CC11xx and CC25xx SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data rate and low duty cycle and have a limited number of nodes talking directly to each other or through an access point or range extenders. Access point and range extenders are not required but provide extra functionality such as store and forward messages. With SimpliciTI the MCU resource requirements are minimal which results in the low system cost.
標簽: SimpliciTI low-power network simple
上傳時間: 2014-11-05
上傳用戶:rishian
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1