导航

上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

2007年3月8日

摘要: 客户化MyClass的Summary页的Properties: 创建一个Widge Form: 为该Widge Form 创建 Content: ... 阅读全文

posted @ 2007-03-08 14:04 hcfalan 阅读(223) 评论(0) 推荐(0) 编辑

2007年1月7日

摘要: 1// 假设源对象为oriObj 2 3ObjectPtr newObj = NULL; 4ObjectPtr dialogObj = NULL; 5SetOfStrings extraStr = NULL; 6SetOfObjects extraObj = NULL; 7 8ConstructItem(AssemblyClass, mfail, &newObj); 9SetUpDialog(A... 阅读全文

posted @ 2007-01-07 16:06 hcfalan 阅读(267) 评论(0) 推荐(0) 编辑

2006年12月13日

摘要: item_handle to EntityHandle import com.sdrc.metaphase.enterprise.es.base.Accessor; Accessor accessor = (Accessor)esManager.getProcessor("base.Accessor", esSession); EntityHandle entity_handle = access... 阅读全文

posted @ 2006-12-13 11:27 hcfalan 阅读(438) 评论(0) 推荐(0) 编辑

2006年12月11日

摘要: //*********************************// EnterpriseActionComponent//*********************************Manager esManager = ESUtil.getESManager(action_context);Session esSession = ESUtil.getESSession(acti... 阅读全文

posted @ 2006-12-11 14:43 hcfalan 阅读(454) 评论(0) 推荐(0) 编辑

摘要: eds_mwau_act_chain_clone_variable [action-chain]chain-input: inVariablechain-output: outVariablefor example, copy parameter 'eds_global_current_item_handle' value to parameter 'eds_global_background_i... 阅读全文

posted @ 2006-12-11 14:39 hcfalan 阅读(562) 评论(1) 推荐(0) 编辑

2006年12月4日

摘要: KP:ReceiveServerData ReceiveServerData()CallServer CallServer =============================================================== at .aspx.cs:=================================================... 阅读全文

posted @ 2006-12-04 14:47 hcfalan 阅读(2823) 评论(0) 推荐(0) 编辑

2006年11月21日

摘要: 1. Spec文件Option=value,relation-name,[relation-attributes],relate-classX的含义: Value Description 0 Creates object witho... 阅读全文

posted @ 2006-11-21 22:37 hcfalan 阅读(312) 评论(0) 推荐(0) 编辑

2006年11月9日

摘要: http://www.zrit.com/rising/ 阅读全文

posted @ 2006-11-09 08:18 hcfalan 阅读(367) 评论(0) 推荐(0) 编辑

2006年9月15日

摘要: ManualResetEvent使用演示 ManualResetEvent 允许线程通过发信号互相通信。通常,此通信涉及一个线程在其他线程进行之前必须完成的任务。当一个线程开始一个活动(此活动必须完成后,其他线程才能开始)时,它调用 Reset 以将 ManualResetEvent 置于非终止状态。此线程可被视为控制 ManualResetEvent。调用 ManualResetEvent 上的... 阅读全文

posted @ 2006-09-15 14:37 hcfalan 阅读(3241) 评论(0) 推荐(0) 编辑

摘要: 同步方法 多线程开发的时候,开发者经常会遇到在一个方法里锁定和释放一个对象的情景,本文演示了如何使用MethodImpl属性标识一个需要同步的方法,让编译器自动产生同步代码。 using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Threadi... 阅读全文

posted @ 2006-09-15 10:04 hcfalan 阅读(5041) 评论(1) 推荐(2) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页