<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/lemong" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/lemong" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 22 Jan 2010 06:34:00 GMT</lastBuildDate><title>lemong的专栏</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=lemong</link><item><title>多应用共享WCF服务调用客户端system.serviceModel配置</title><link>http://blog.csdn.net/lemong/archive/2010/01/22/5224286.aspx</link><description>&lt;br /&gt;&lt;br /&gt;1. 建立公共类库，其中增加WCF引用，会自动生成 app.config，其中有自动生成的WCF服务客户端调用配置&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/324350903/lemong/csdn.net/s.gif?r=http://blog.csdn.net/lemong/archive/2010/01/22/5224286.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lemong/324350903/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lemong/324350903/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 22 Jan 2010 14:34:00 +0800</pubDate><author>李明</author><guid isPermaLink="false">http://blog.csdn.net/lemong/archive/2010/01/22/5224286.aspx</guid><dc:creator>李明</dc:creator><fs:srclink>http://blog.csdn.net/lemong/archive/2010/01/22/5224286.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lemong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lemong/~1162680/324350903/1162663</fs:itemid></item><item><title>nvarchar(MAX)字段和外网访问的关联问题记录</title><link>http://blog.csdn.net/lemong/archive/2010/01/22/5224216.aspx</link><description>&lt;br /&gt;&lt;br /&gt;问题描述：&lt;br /&gt;&lt;br /&gt;1.客户端JS发起，通过AJAX传输到服务端一个长文本（含中文字符），然后调用存储过程（参数类型 varchar(max)），写入目标表（对应字段类型varchar(max)）&lt;br /&gt;&lt;br /&gt;3.通过该应用外网地址访问，个别数据导致错误（传入的表格格式数据流(TDS)远程过程调用(RPC)协议流不正确。参数 4 (&quot;@content&quot;): 数据类型 0xA7 的数据长度或元数据长度无效）&lt;br /&gt;&lt;br /&gt;3.通过该应用内网地址访问同一个数据，则一切正常&lt;br /&gt;&lt;br /&gt;解决方法：&lt;br /&gt;更改该存储过程参数类型和对应目标表字段类型为 nvarchar(max) 类型，问题解决&lt;br /&gt;&lt;br /&gt;分析：&lt;br /&gt;1.疑似问题在于AjaxPro客户端-服务端交互部分，而且内外网同样的操作有不同结果，不知道是否和IE设置部分有关联&lt;br /&gt;2.对于SQL2008数据库，对于中文字符内容，nvarchar字段仍然是最佳选择&lt;br /&gt;&lt;br /&gt;结论：&lt;br /&gt;问题比较妖异，具体原因不明，大&lt;img src=&quot;http://www1.feedsky.com/t1/324349058/lemong/csdn.net/s.gif?r=http://blog.csdn.net/lemong/archive/2010/01/22/5224216.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lemong/324349058/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lemong/324349058/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 22 Jan 2010 14:10:00 +0800</pubDate><author>李明</author><guid isPermaLink="false">http://blog.csdn.net/lemong/archive/2010/01/22/5224216.aspx</guid><dc:creator>李明</dc:creator><fs:srclink>http://blog.csdn.net/lemong/archive/2010/01/22/5224216.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lemong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lemong/~1162680/324349058/1162663</fs:itemid></item><item><title>[C#]基本概念：堆栈</title><link>http://blog.csdn.net/lemong/archive/2009/12/29/5099190.aspx</link><description>C# 堆 栈 内存管理&lt;img src=&quot;http://www1.feedsky.com/t1/324349059/lemong/csdn.net/s.gif?r=http://blog.csdn.net/lemong/archive/2009/12/29/5099190.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lemong/324349059/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lemong/324349059/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 29 Dec 2009 15:34:00 +0800</pubDate><author>李明</author><guid isPermaLink="false">http://blog.csdn.net/lemong/archive/2009/12/29/5099190.aspx</guid><dc:creator>李明</dc:creator><fs:srclink>http://blog.csdn.net/lemong/archive/2009/12/29/5099190.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lemong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lemong/~1162680/324349059/1162663</fs:itemid></item><item><title>[C#]Cookie访问标准代码</title><link>http://blog.csdn.net/lemong/archive/2009/11/24/4864805.aspx</link><description>C# Cookie访问&lt;img src=&quot;http://www1.feedsky.com/t1/324349060/lemong/csdn.net/s.gif?r=http://blog.csdn.net/lemong/archive/2009/11/24/4864805.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lemong/324349060/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lemong/324349060/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 24 Nov 2009 16:17:00 +0800</pubDate><author>李明</author><guid isPermaLink="false">http://blog.csdn.net/lemong/archive/2009/11/24/4864805.aspx</guid><dc:creator>李明</dc:creator><fs:srclink>http://blog.csdn.net/lemong/archive/2009/11/24/4864805.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lemong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lemong/~1162680/324349060/1162663</fs:itemid></item><item><title>SQL Server 导出数据脚本</title><link>http://blog.csdn.net/lemong/archive/2009/11/24/4864614.aspx</link><description>Sql Server 2008 导出数据为Sql脚本&lt;img src=&quot;http://www1.feedsky.com/t1/324349061/lemong/csdn.net/s.gif?r=http://blog.csdn.net/lemong/archive/2009/11/24/4864614.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lemong/324349061/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lemong/324349061/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 24 Nov 2009 15:57:00 +0800</pubDate><author>李明</author><guid isPermaLink="false">http://blog.csdn.net/lemong/archive/2009/11/24/4864614.aspx</guid><dc:creator>李明</dc:creator><fs:srclink>http://blog.csdn.net/lemong/archive/2009/11/24/4864614.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lemong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lemong/~1162680/324349061/1162663</fs:itemid></item><item><title>引用项目类库时dll.refresh文件的影响</title><link>http://blog.csdn.net/lemong/archive/2009/09/29/4616806.aspx</link><description>dll.refresh 类库项目应用 发布&lt;img src=&quot;http://www1.feedsky.com/t1/324349062/lemong/csdn.net/s.gif?r=http://blog.csdn.net/lemong/archive/2009/09/29/4616806.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lemong/324349062/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lemong/324349062/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 29 Sep 2009 13:09:00 +0800</pubDate><author>李明</author><guid isPermaLink="false">http://blog.csdn.net/lemong/archive/2009/09/29/4616806.aspx</guid><dc:creator>李明</dc:creator><fs:srclink>http://blog.csdn.net/lemong/archive/2009/09/29/4616806.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lemong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lemong/~1162680/324349062/1162663</fs:itemid></item><item><title>sql server 中charindex/patindex/like 的比较</title><link>http://blog.csdn.net/lemong/archive/2009/09/18/4566288.aspx</link><description>sql server 中charindex/patindex/like 的比较&lt;img src=&quot;http://www1.feedsky.com/t1/324349063/lemong/csdn.net/s.gif?r=http://blog.csdn.net/lemong/archive/2009/09/18/4566288.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lemong/324349063/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lemong/324349063/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 18 Sep 2009 13:27:00 +0800</pubDate><author>李明</author><guid isPermaLink="false">http://blog.csdn.net/lemong/archive/2009/09/18/4566288.aspx</guid><dc:creator>李明</dc:creator><fs:srclink>http://blog.csdn.net/lemong/archive/2009/09/18/4566288.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lemong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lemong/~1162680/324349063/1162663</fs:itemid></item><item><title>sql server 中ntext字段的批量替换（updatetext的用法）</title><link>http://blog.csdn.net/lemong/archive/2009/09/18/4566206.aspx</link><description>如何应用 updatetext 对sql server 中ntext字段批量替换&lt;img src=&quot;http://www1.feedsky.com/t1/324349064/lemong/csdn.net/s.gif?r=http://blog.csdn.net/lemong/archive/2009/09/18/4566206.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lemong/324349064/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lemong/324349064/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 18 Sep 2009 13:05:00 +0800</pubDate><author>李明</author><guid isPermaLink="false">http://blog.csdn.net/lemong/archive/2009/09/18/4566206.aspx</guid><dc:creator>李明</dc:creator><fs:srclink>http://blog.csdn.net/lemong/archive/2009/09/18/4566206.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lemong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lemong/~1162680/324349064/1162663</fs:itemid></item><item><title>步入失业行列</title><link>http://blog.csdn.net/lemong/archive/2008/08/18/2790082.aspx</link><description>失业 计划&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lemong/324349065/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lemong/324349065/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 18 Aug 2008 15:31:00 +0800</pubDate><author>lemong</author><guid isPermaLink="false">http://blog.csdn.net/lemong/archive/2008/08/18/2790082.aspx</guid><dc:creator>lemong</dc:creator><fs:srclink>http://blog.csdn.net/lemong/archive/2008/08/18/2790082.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lemong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lemong/~1162680/324349065/1162663</fs:itemid></item><item><title>SQL2005中大数据量检索的分页</title><link>http://blog.csdn.net/lemong/archive/2008/08/07/2782914.aspx</link><description>SQL2005，大数据量，检索，分页，查询&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/lemong/324349066/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/lemong/324349066/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 07 Aug 2008 15:46:00 +0800</pubDate><author>李明</author><guid isPermaLink="false">http://blog.csdn.net/lemong/archive/2008/08/07/2782914.aspx</guid><dc:creator>李明</dc:creator><fs:srclink>http://blog.csdn.net/lemong/archive/2008/08/07/2782914.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/lemong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/lemong/~1162680/324349066/1162663</fs:itemid></item></channel></rss>