<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_毛毛的小窝 — 关注技术交流、让我们一起成长</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/15775/rss</id><updated>2009-08-19T01:12:17Z</updated><author><name>mjgforever</name><uri>http://www.cnblogs.com/mjgforever/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mjgforever/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/15775/rss"/><entry><id>http://www.cnblogs.com/mjgforever/archive/2009/08/19/1549508.html</id><title type="text">sp_executesql和临时表的用法</title><summary type="text">相比oracle，sqlserver对数据集的操作不直观，而且比较麻烦。我就遇到这样的一种情形，想获取 exec sp_executesql @sql返回的数据集，然后对返回的数据集进行遍历。 起初，我利用游标来操作返回的数据集，但是游标不支持 exec sp_executesql @sql 返回的数据集，于是我想到了临时表，但很快发现，利用 exec sp_executesql 操作创建的临时表...</summary><published>2009-08-19T01:12:00Z</published><updated>2009-08-19T01:12:00Z</updated><author><name>mjgforever</name><uri>http://www.cnblogs.com/mjgforever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mjgforever/archive/2009/08/19/1549508.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mjgforever/archive/2009/08/19/1549508.html"/><content type="text">相比oracle，sqlserver对数据集的操作不直观，而且比较麻烦。我就遇到这样的一种情形，想获取 exec sp_executesql @sql返回的数据集，然后对返回的数据集进行遍历。 起初，我利用游标来操作返回的数据集，但是游标不支持 exec sp_executesql @sql 返回的数据集，于是我想到了临时表，但很快发现，利用 exec sp_executesql 操作创建的临时表...</content></entry><entry><id>http://www.cnblogs.com/mjgforever/archive/2009/04/24/1443174.html</id><title type="text">51 条 ActionScript 3.0 和 Flex 优化技术与实践</title><summary type="text">51 ActionScript 3.0 and Flex optimization techniques and practices 转载：http://www.insideria.com/2009/04/51-actionscript-30-and-flex-op.html A homework assignment I was recently given for a Java progra...</summary><published>2009-04-24T13:35:00Z</published><updated>2009-04-24T13:35:00Z</updated><author><name>mjgforever</name><uri>http://www.cnblogs.com/mjgforever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mjgforever/archive/2009/04/24/1443174.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mjgforever/archive/2009/04/24/1443174.html"/><content type="text">51 ActionScript 3.0 and Flex optimization techniques and practices 转载：http://www.insideria.com/2009/04/51-actionscript-30-and-flex-op.html A homework assignment I was recently given for a Java progra...</content></entry><entry><id>http://www.cnblogs.com/mjgforever/archive/2009/03/05/1403777.html</id><title type="text">open source Flex project list</title><summary type="text">Adobe APIs1 corelib:consists of several basic utilities for MD5 hashing, JSON serialization, advanced string and date parsing, and more.2 FlexUnit:FlexUnit is a unit testing framework for Flex and Act...</summary><published>2009-03-05T04:56:00Z</published><updated>2009-03-05T04:56:00Z</updated><author><name>mjgforever</name><uri>http://www.cnblogs.com/mjgforever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mjgforever/archive/2009/03/05/1403777.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mjgforever/archive/2009/03/05/1403777.html"/><content type="text">Adobe APIs1 corelib:consists of several basic utilities for MD5 hashing, JSON serialization, advanced string and date parsing, and more.2 FlexUnit:FlexUnit is a unit testing framework for Flex and Act...</content></entry><entry><id>http://www.cnblogs.com/mjgforever/archive/2009/02/14/1390572.html</id><title type="text">Open Source Replication and Synchronization Tools Written in Java</title><summary type="text">SymmetricDS - SymmetricDS is a web based, database independent, data synchronization system. Beyond replicating tables between relational databases the software incorporates functionality to handle a ...</summary><published>2009-02-14T06:03:00Z</published><updated>2009-02-14T06:03:00Z</updated><author><name>mjgforever</name><uri>http://www.cnblogs.com/mjgforever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mjgforever/archive/2009/02/14/1390572.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mjgforever/archive/2009/02/14/1390572.html"/><content type="text">SymmetricDS - SymmetricDS is a web based, database independent, data synchronization system. Beyond replicating tables between relational databases the software incorporates functionality to handle a ...</content></entry><entry><id>http://www.cnblogs.com/mjgforever/archive/2009/01/06/1370042.html</id><title type="text">用SyncML进行异构数据库复制</title><summary type="text">http://www.csai.cn作者：Jayanthi来源：赛迪网在开发分布式应用程序时，可用性与性能是主要考虑事项。但是用数据存储解决这些问题可能会给异构数据存储之间的数据同步带来一些问题。在本文中，Jayanthi Suryanarayana 和 Neil Tunnicliffe 将提供一种解决方案：用 JDBC 和 SyncML 标准来实现通用的数据库数据复制。 在设计分布式...</summary><published>2009-01-06T02:15:00Z</published><updated>2009-01-06T02:15:00Z</updated><author><name>mjgforever</name><uri>http://www.cnblogs.com/mjgforever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mjgforever/archive/2009/01/06/1370042.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mjgforever/archive/2009/01/06/1370042.html"/><content type="text">http://www.csai.cn作者：Jayanthi来源：赛迪网在开发分布式应用程序时，可用性与性能是主要考虑事项。但是用数据存储解决这些问题可能会给异构数据存储之间的数据同步带来一些问题。在本文中，Jayanthi Suryanarayana 和 Neil Tunnicliffe 将提供一种解决方案：用 JDBC 和 SyncML 标准来实现通用的数据库数据复制。 在设计分布式...</content></entry><entry><id>http://www.cnblogs.com/mjgforever/archive/2008/12/20/1358894.html</id><title type="text">WF学习系列之六：工作流和宿主程序通讯异常引发的思考</title><summary type="text">1问题描述工作流和宿主程序通讯的时候，经常碰到一下异常：{"无法为实例 ID“c083a3ea-96e5-4bd2-bb9c-da2049244e08”传递接口类型“Mjgforever.Workflow.LocalServices.IOrderManagement”上的事件“OrderShipped”。"}出现这种情况的时候...</summary><published>2008-12-20T05:44:00Z</published><updated>2008-12-20T05:44:00Z</updated><author><name>mjgforever</name><uri>http://www.cnblogs.com/mjgforever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mjgforever/archive/2008/12/20/1358894.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mjgforever/archive/2008/12/20/1358894.html"/><content type="text">1问题描述工作流和宿主程序通讯的时候，经常碰到一下异常：{"无法为实例 ID“c083a3ea-96e5-4bd2-bb9c-da2049244e08”传递接口类型“Mjgforever.Workflow.LocalServices.IOrderManagement”上的事件“OrderShipped”。"}出现这种情况的时候...</content></entry><entry><id>http://www.cnblogs.com/mjgforever/archive/2008/12/19/1358578.html</id><title type="text">WF学习系列之五：状态机工作流学习</title><summary type="text">1 简介工作流实际上是对业务处理过程的建模，当我们设计工作流的时候，我们首先要分析业务处理过程中要经历的步骤。然后，我们就可以利用WF创建工作流模型来模拟业务的处理过程。我们知道，WF包含两种类型的工作流：顺序工作流和状态机工作流。顺序工作流提供了一系列有组织的步骤，一般情况下，步骤是逐一执行的。可能有的步骤需要等待某些事件的发生才可以继续执行，但通常情况下顺序工作流一般用于无需人工干预的操作。状...</summary><published>2008-12-19T09:15:00Z</published><updated>2008-12-19T09:15:00Z</updated><author><name>mjgforever</name><uri>http://www.cnblogs.com/mjgforever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mjgforever/archive/2008/12/19/1358578.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mjgforever/archive/2008/12/19/1358578.html"/><content type="text">1 简介工作流实际上是对业务处理过程的建模，当我们设计工作流的时候，我们首先要分析业务处理过程中要经历的步骤。然后，我们就可以利用WF创建工作流模型来模拟业务的处理过程。我们知道，WF包含两种类型的工作流：顺序工作流和状态机工作流。顺序工作流提供了一系列有组织的步骤，一般情况下，步骤是逐一执行的。可能有的步骤需要等待某些事件的发生才可以继续执行，但通常情况下顺序工作流一般用于无需人工干预的操作。状...</content></entry><entry><id>http://www.cnblogs.com/mjgforever/archive/2008/12/10/1352299.html</id><title type="text">WF学习系列之四：顺序工作流控制台应用程序模板介绍</title><summary type="text">简介WF兼有很多角色，如编程模型、运行时引擎以及工具集等，它使我们很容易创建基于工作流的应用。这里主要分析一下VS2008下顺序工作流控制台应用程序的模板，并了解几个常见的活动。顺序工作流控制台应用程序模板WF提供两种类型的工作流：顺序工作流、状态机工作流。这两个工作流分别从SequentialWorkflowActivity, StateMachineWorkflowActivity派生而来。V...</summary><published>2008-12-10T13:58:00Z</published><updated>2008-12-10T13:58:00Z</updated><author><name>mjgforever</name><uri>http://www.cnblogs.com/mjgforever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mjgforever/archive/2008/12/10/1352299.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mjgforever/archive/2008/12/10/1352299.html"/><content type="text">简介WF兼有很多角色，如编程模型、运行时引擎以及工具集等，它使我们很容易创建基于工作流的应用。这里主要分析一下VS2008下顺序工作流控制台应用程序的模板，并了解几个常见的活动。顺序工作流控制台应用程序模板WF提供两种类型的工作流：顺序工作流、状态机工作流。这两个工作流分别从SequentialWorkflowActivity, StateMachineWorkflowActivity派生而来。V...</content></entry><entry><id>http://www.cnblogs.com/mjgforever/archive/2008/12/10/1351558.html</id><title type="text">WF学习系列之三：RuleSet知识点概述</title><summary type="text">注：学习RuleSet真的需要耐心，就想我们小学的时候学习加减乘除的时候，首先是了解规则，然后是多加练习，最后才能熟练运用。这个学习的过程是一个反复的过程，就如辩证法所讲的那样：理论-实践-理论。 RuleSet 由一个或多个规则条件及其导致的操作组成。可以将规则视为 IF-THEN-ELSE 语句，其中，条件对应于 IF，而操作定义 THEN 和 ELSE 子句的行为。操作可以执行以下任务：&amp;#...</summary><published>2008-12-10T01:14:00Z</published><updated>2008-12-10T01:14:00Z</updated><author><name>mjgforever</name><uri>http://www.cnblogs.com/mjgforever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mjgforever/archive/2008/12/10/1351558.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mjgforever/archive/2008/12/10/1351558.html"/><content type="text">注：学习RuleSet真的需要耐心，就想我们小学的时候学习加减乘除的时候，首先是了解规则，然后是多加练习，最后才能熟练运用。这个学习的过程是一个反复的过程，就如辩证法所讲的那样：理论-实践-理论。 RuleSet 由一个或多个规则条件及其导致的操作组成。可以将规则视为 IF-THEN-ELSE 语句，其中，条件对应于 IF，而操作定义 THEN 和 ELSE 子句的行为。操作可以执行以下任务：&amp;#...</content></entry><entry><id>http://www.cnblogs.com/mjgforever/archive/2008/12/09/1351418.html</id><title type="text">WF学习系列之二：开发工作流知识点概述</title><summary type="text">注：本文从msdn中摘录而成，主要提供有关创建工作流时的可用功能的概念性信息。主要介绍以下15个方面：1 工作流创作样式 ：主要包括顺序工作流、状态机工作流、数据驱动工作流。2 工作流创作模式 ：分为三种，包括仅限代码、代码分离、无代码。典型的用法是使用设计器定义工作流，使用代码表示业务逻辑。3 使用活动控制流 ：使用一些活动来控制工作流的逻辑流。4 在工作流中使用条件 ：利用条件来控制工作流的行...</summary><published>2008-12-09T14:37:00Z</published><updated>2008-12-09T14:37:00Z</updated><author><name>mjgforever</name><uri>http://www.cnblogs.com/mjgforever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mjgforever/archive/2008/12/09/1351418.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mjgforever/archive/2008/12/09/1351418.html"/><content type="text">注：本文从msdn中摘录而成，主要提供有关创建工作流时的可用功能的概念性信息。主要介绍以下15个方面：1 工作流创作样式 ：主要包括顺序工作流、状态机工作流、数据驱动工作流。2 工作流创作模式 ：分为三种，包括仅限代码、代码分离、无代码。典型的用法是使用设计器定义工作流，使用代码表示业务逻辑。3 使用活动控制流 ：使用一些活动来控制工作流的逻辑流。4 在工作流中使用条件 ：利用条件来控制工作流的行...</content></entry></feed>
