<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>秋枫思语</title><link>http://blog.csdn.net/zhzuo/</link><description>Keep It Simple and Stupid.</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 23 Jul 2008 22:07:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>秋枫</dc:creator><title>浅谈Windows Forms应用程序模型</title><link>http://blog.csdn.net/zhzuo/archive/2008/07/23/2700053.aspx</link><pubDate>Wed, 23 Jul 2008 22:06:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2008/07/23/2700053.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/2700053.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2008/07/23/2700053.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/2700053.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2700053</trackback:ping><description>浅谈Windows Forms应用程序模型。
&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/2700053.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>秋枫</dc:creator><title>实现增强的异步任务执行组件</title><link>http://blog.csdn.net/zhzuo/archive/2008/07/23/2699847.aspx</link><pubDate>Wed, 23 Jul 2008 21:30:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2008/07/23/2699847.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/2699847.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2008/07/23/2699847.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/2699847.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2699847</trackback:ping><description>本文介绍如何在.NET中实现基于事件的异步模式组件。&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/2699847.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>秋枫</dc:creator><title>BizTalk输出可变类型Xml消息实现</title><link>http://blog.csdn.net/zhzuo/archive/2008/07/23/2699496.aspx</link><pubDate>Wed, 23 Jul 2008 20:39:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2008/07/23/2699496.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/2699496.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2008/07/23/2699496.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/2699496.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2699496</trackback:ping><description>本文通过讲解BizTalk输出带默认命名空间或无命名空间Xml消息以及修改消息根元素来阐述可变类型Xml消息的实现，并简单介绍BizTalk的消息处理流程、业务流程设计和自定义管道组件开发。&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/2699496.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>秋枫</dc:creator><title>使用BackgroundWorker组件进行异步操作编程</title><link>http://blog.csdn.net/zhzuo/archive/2008/07/23/2699305.aspx</link><pubDate>Wed, 23 Jul 2008 20:04:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2008/07/23/2699305.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/2699305.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2008/07/23/2699305.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/2699305.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2699305</trackback:ping><description>本文介绍了BackgroundWorker组件的功能及在基于事件的异步操作编程中的应用，并对组件的实现原理进行简述。&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/2699305.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>秋枫</dc:creator><title>使用SQL Server 2005 FOR XML嵌套查询</title><link>http://blog.csdn.net/zhzuo/archive/2008/06/08/2525447.aspx</link><pubDate>Sun, 08 Jun 2008 22:08:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2008/06/08/2525447.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/2525447.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2008/06/08/2525447.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/2525447.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2525447</trackback:ping><description>相比SQL Server 2000提供的FOR XML查询，SQL Server 2005版本对现有功能增强的基础上增加了不少新功能，最为吸引人的功能包括对Xml数据类型支持、使用PATH模式以及嵌套FOR XML查询支持等，这意味着通过新的FOR XML查询功能可以构造出结构更加灵活的Xml数据。&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/2525447.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑佐</dc:creator><title>BizTalk Adapter for FTP访问小型机问题及处理</title><link>http://blog.csdn.net/zhzuo/archive/2008/01/13/2042431.aspx</link><pubDate>Sun, 13 Jan 2008 20:56:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2008/01/13/2042431.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/2042431.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2008/01/13/2042431.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/2042431.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2042431</trackback:ping><description>前段时间，笔者在实施一个BizTalk Server 2006 解决方案的时候，部分功能模块需要访问IBM小型机，结果在使用BizTalk Adapter for FTP时碰到问题，查找原因发现是FTP 接收适配器存在一些问题，不得不局部调整数据传输方式。由于问题特殊，因此笔者记下相关信息并提供解决方案以供碰到类似情况的技术人员参考。&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/2042431.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑佐</dc:creator><title>SQL Server高可用性部署实施</title><link>http://blog.csdn.net/zhzuo/archive/2007/12/31/2007047.aspx</link><pubDate>Mon, 31 Dec 2007 21:47:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2007/12/31/2007047.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/2007047.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2007/12/31/2007047.aspx#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/2007047.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2007047</trackback:ping><description>本文主要阐述如何实现SQL Server双节点群集高可用性部署实施，通过微软MSCS技术使SQL Server达到企业级安全应用要求。另外 ，本文介绍SQL Server 2005中新增的镜像服务功能，相比MSCS SQL Server 群集，SQL Server数据库镜像是基于软件的高可用性解决方案。&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/2007047.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑佐</dc:creator><title>SQL Server 镜像服务简述</title><link>http://blog.csdn.net/zhzuo/archive/2007/12/30/2004943.aspx</link><pubDate>Sun, 30 Dec 2007 16:11:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2007/12/30/2004943.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/2004943.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2007/12/30/2004943.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/2004943.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2004943</trackback:ping><description>数据库镜像是用于提高数据库可用率的软件解决方案。本文目的是通过对SQL Server 数据库镜像服务的了解使需要制定或决策SQL Server高可用性实施方案的系统架构人员在SQL Server 群集和SQL Server 数据库镜像之间的选择提供一个参考。&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/2004943.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑佐</dc:creator><title>使用BizTalk Adapter for FTP</title><link>http://blog.csdn.net/zhzuo/archive/2007/11/19/1893737.aspx</link><pubDate>Mon, 19 Nov 2007 22:51:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2007/11/19/1893737.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/1893737.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2007/11/19/1893737.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/1893737.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1893737</trackback:ping><description>BizTalk Server 2006 FTP Adapter是属于比较常用的一类适配器，主要在于它部署简单，技术要求底，特别适合于数据量小，数据安全性不高的应用场合。典型的例子如现在的一些从事进出口业务的货代或船贷企业，自身可能没有比较强的IT技术部门，但是由于业务需要须向地方电子口岸或数据分中心以报文方式报送业务数据，FTP方式进行数据传输将是一种比较可行的方案。本文主要介绍使用FTP适配器时遇到的常见问题处理，配置设置以及一些不注意的功能介绍。
&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/1893737.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑佐</dc:creator><title>BizTalk SQL Adapter处理多部分消息BUG及修正</title><link>http://blog.csdn.net/zhzuo/archive/2007/11/08/1875165.aspx</link><pubDate>Thu, 08 Nov 2007 23:43:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2007/11/08/1875165.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/1875165.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2007/11/08/1875165.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/1875165.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1875165</trackback:ping><description>前段时间，在实施BizTalk Server应用项目的时候碰到一个多部分消息的问题，采用了好几种方式来尝试解决，最终失败。后来联系上海微软的BizTalk技术支持工程师，确认是BizTalk Adapter for SQL Server处理多部分消息的一个Bug，幸好已经有补丁可用，问题得到解决。如果有朋友碰到类似问题，不妨参考本文进行处理。
&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/1875165.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>秋枫</dc:creator><title>WebSphere MQ收发消息出现错误特殊案例</title><link>http://blog.csdn.net/zhzuo/archive/2007/11/06/1870498.aspx</link><pubDate>Tue, 06 Nov 2007 23:06:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2007/11/06/1870498.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/1870498.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2007/11/06/1870498.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/1870498.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1870498</trackback:ping><description>WebSphere MQ收发消息出现错误特殊案例。TCP/IP接收数据错误，TCP/IP (recv)调用的返回码10053 (X'2745')，TCP/IP(send)调用的返回码10054 X('2746')问题处理。&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/1870498.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>秋枫</dc:creator><title>BizTalk Server高可用性部署实施</title><link>http://blog.csdn.net/zhzuo/archive/2007/09/30/1808453.aspx</link><pubDate>Sun, 30 Sep 2007 22:00:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2007/09/30/1808453.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/1808453.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2007/09/30/1808453.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/1808453.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1808453</trackback:ping><description>本方案目标是实现带BAS的BizTalk Server高可用性小型部署。通过微软MSCS和NLB技术来达到企业级应用要求，内容包含SQL Server 群集、BizTalk Server 群集以及BizTalk BAS NLB群集的实现。另外，文档对BizTalk Server平台的可扩展性以及监控进行了简单介绍。&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/1808453.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑佐</dc:creator><title>“MSSQLSERVER_8525”SQL Server数据库引擎错误</title><link>http://blog.csdn.net/zhzuo/archive/2007/08/31/1767700.aspx</link><pubDate>Fri, 31 Aug 2007 22:21:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2007/08/31/1767700.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/1767700.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2007/08/31/1767700.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/1767700.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1767700</trackback:ping><description>“MSSQLSERVER_8525”SQL Server数据库引擎错误。“分布式事务已完成。请将此会话登记到新事务或 NULL 事务中”处理一例。&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/1767700.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>秋枫</dc:creator><title>共享访问在.NET中的实现和应用</title><link>http://blog.csdn.net/zhzuo/archive/2007/08/08/1732937.aspx</link><pubDate>Wed, 08 Aug 2007 22:46:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2007/08/08/1732937.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/1732937.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2007/08/08/1732937.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/1732937.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1732937</trackback:ping><description>前段时间有一个项目需要实现访问远程共享的功能，在访问远程服务器时需要提供凭据。在功能实现过程中同事碰到一些问题，通过WMI没有实现。笔者认为这是一个比较典型的常见问题，如果没有接触过，可能一下子找不到解决方案，因此想借助BLOG写下一个实现方案，为被此类问题困扰的朋友提供一个参考实现。&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/1732937.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>郑佐</dc:creator><title>BizTalk使用发送端口组引起的问题处理</title><link>http://blog.csdn.net/zhzuo/archive/2007/07/31/1719021.aspx</link><pubDate>Tue, 31 Jul 2007 13:09:00 GMT</pubDate><guid>http://blog.csdn.net/zhzuo/archive/2007/07/31/1719021.aspx</guid><wfw:comment>http://blog.csdn.net/zhzuo/comments/1719021.aspx</wfw:comment><comments>http://blog.csdn.net/zhzuo/archive/2007/07/31/1719021.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhzuo/comments/commentRss/1719021.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1719021</trackback:ping><description>前段时间有个BizTalk 2006的项目使用发送端口组时碰到一个问题，通过管理控制台查询发现存在许多消息状态为“已挂起（不可恢复）”，服务状态为“已挂起（不可恢复）”的消息。后来找到原因是发送端口组和业务流程的设置引起。一些使用BizTalk的朋友可能也会碰到这方面问题，因此笔者在BLOG上记下以供参考。&lt;img src ="http://blog.csdn.net/zhzuo/aggbug/1719021.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>