07 2010 档案

摘要: http://www.blogjava.net/wenlong/archive/2009/09/18/295593.htmlJBPM数据库表说明1 流程配置类数据库表:1.1 JBPM_PROCESSDEFINITION:流程模版表字段名字段含义主键外键ID_流程模版标识√×NAME_流程模版名称××VERSION_流程模版版本,对于同一流程模版,多次插入...阅读全文
posted @ 2010-07-30 13:31 南守拥 阅读(102) | 评论 (0) 编辑
摘要: ReadWrit.hCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**ReadWrit.h**SamplecodeforMultithreadingApplicationsinWin32*ThisisfromChapter7,Listing7-1*...阅读全文
posted @ 2010-07-12 14:56 南守拥 阅读(103) | 评论 (0) 编辑
摘要: /** IoByAPC.c** Sample code for Multithreading Applications in Win32* This is from Chapter 6, Listing 6-3** Demonstrates how to use APC's (asynchronous* procedure calls) instead of signaled objects* t...阅读全文
posted @ 2010-07-09 15:03 南守拥 阅读(76) | 评论 (0) 编辑
摘要: /** IoByEvnt.c** Sample code for Multithreading Applications in Win32* This is from Chapter 6, Listing 6-2** Demonstrates how to use event objects instead of* file handles to signal multiple outstandi...阅读全文
posted @ 2010-07-08 16:26 南守拥 阅读(24) | 评论 (0) 编辑
摘要: /** IoByFile.c** Sample code for Multithreading Applications in Win32* This is from Chapter 6, Listing 6-1** Demonstrates how a file handle becomes signaled* when an overlapped operation on the handle...阅读全文
posted @ 2010-07-08 16:11 南守拥 阅读(23) | 评论 (0) 编辑
摘要: Critical Section临界区用来实现 排他性占有 ,适用范围是单一进程的各线程之间,这旨:一个局部性对象,不是一个核心对象快速而有效不能够同时有一个以上的Critical Section 被等无法侦测是否已经某个线程放弃Mutex是一个核心对象,可以在不同的线程之间实现 排他性占有 ,甚至那些线程分属于不同进程,它是:一个核心对象如果拥有Mutex的那个线程结束,刚会产生一个 Aband...阅读全文
posted @ 2010-07-08 15:19 南守拥 阅读(20) | 评论 (0) 编辑
摘要: /** TaskQueM.c** Sample code for "Multithreading Applications in Win32"* This is from Chapter 3, Listing 3-3** Call ThreadFunc NUM_TASKS times, using* no more than THREAD_POOL_SIZE threads.* This vers...阅读全文
posted @ 2010-07-08 14:23 南守拥 阅读(68) | 评论 (0) 编辑
摘要: /** TaskQueS.c** Sample code for "Multithreading Applications in Win32"* This is from Chapter 3, Listing 3-2** Call ThreadFunc NUM_TASKS times, using* no more than THREAD_POOL_SIZE threads.* This vers...阅读全文
posted @ 2010-07-08 13:47 南守拥 阅读(12) | 评论 (0) 编辑
摘要: /** Busy2.c** Sample code for Multithreading Applications in Win32* This sample is mentioned in the text but there is* no associated listing in the book.** Run a busy loop and a worker thread at* the ...阅读全文
posted @ 2010-07-08 11:48 南守拥 阅读(12) | 评论 (0) 编辑
摘要: backprnt.cCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**BackPrnt.c**Samplecodefor"MultithreadingApplicationsinWin32"*ThisisfromChapter2,Listing2-...阅读全文
posted @ 2010-07-08 11:27 南守拥 阅读(87) | 评论 (0) 编辑
摘要: /** Error.c** Sample code for "Multithreading Applications in Win32"* This is from Chapter 2, Listing 2-4** Demonstrate ExitThread*/#define WIN32_LEAN_AND_MEAN#include <stdio.h>#include <stdl...阅读全文
posted @ 2010-07-07 11:12 南守拥 阅读(73) | 评论 (0) 编辑
摘要: /** ExitThrd.c** Sample code for "Multithreading Applications in Win32"* This is from Chapter 2, Listing 2-3** Demonstrate ExitThread*/#define WIN32_LEAN_AND_MEAN#include <stdio.h>#include <s...阅读全文
posted @ 2010-07-07 10:54 南守拥 阅读(12) | 评论 (0) 编辑
摘要: /** ExitCode.c** Sample code for "Multithreading Applications in Win32"* This is from Chapter 2, Listing 2-2** Start two threads and try to exit* when the user presses a key.*/#define WIN32_LEAN_AND_M...阅读全文
posted @ 2010-07-07 10:36 南守拥 阅读(13) | 评论 (0) 编辑
摘要: http://cwc206.5d6d.com/thread-848-1-1.html默认表情酷猴呆呆男 免费注册 登录 输入您的搜索字词 提交搜索表单 Web cwc206.5d6d.com 超的个人论坛开通窝窝 5d6d站长俱乐部插件导航论坛HOME页 默认风格uchomegraygreen2009D DarkWater_V3圣诞女孩新年2010超的个人论坛» 综合投稿(原创为主)...阅读全文
posted @ 2010-07-07 10:08 南守拥 阅读(76) | 评论 (0) 编辑
摘要: /** Numbers2.cpp** Sample code for "Multithreading Applications in Win32"* This is from Chapter 10, Listing 10-2** Demonstrate thread startup in MFC* using AfxBeginThread, but prevent* CWinThread from...阅读全文
posted @ 2010-07-07 10:03 南守拥 阅读(12) | 评论 (0) 编辑
摘要: /** Numbers.c** Sample code for "Multithreading Applications in Win32"* This is from Chapter 2, Listing 2-1** Starts five threads and gives visible feedback* of these threads running by printing a num...阅读全文
posted @ 2010-07-07 09:24 南守拥 阅读(13) | 评论 (0) 编辑