<?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/yls087412" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/yls087412" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 27 Jan 2010 06:41:00 GMT</lastBuildDate><title>宁静致远</title><description>澹泊明志,宁静致远</description><link>http://blog.csdn.net/blogrss.aspx?username=yls087412</link><item><title>Reporting Service重装后无法配置默认的路径Reportserver</title><link>http://blog.csdn.net/yls087412/archive/2010/01/27/5261616.aspx</link><description>&lt;br /&gt;Reporting Service重装后无法配置默认的路径Reportserver，好像是URL已经为httpsys保留注册了。&lt;br /&gt;&lt;br /&gt;解决方法：打开注册表项：[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\HTTP\Parameters\UrlAclInfo]&lt;br /&gt;&lt;br /&gt;删除项：http://+:80/Reports 和 http://+:80/ReportServer&lt;br /&gt;&lt;br /&gt;重启电脑，问题解决。&lt;img src=&quot;http://www1.feedsky.com/t1/326408324/yls087412/csdn.net/s.gif?r=http://blog.csdn.net/yls087412/archive/2010/01/27/5261616.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/yls087412/326408324/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/yls087412/326408324/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 27 Jan 2010 14:41:00 +0800</pubDate><author>啊森</author><guid isPermaLink="false">http://blog.csdn.net/yls087412/archive/2010/01/27/5261616.aspx</guid><dc:creator>啊森</dc:creator><fs:srclink>http://blog.csdn.net/yls087412/archive/2010/01/27/5261616.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yls087412/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yls087412/~1045844/326408324/1045844</fs:itemid></item><item><title>hexadecimal value 0x0C, is an invalid character-如何去除XML无效字符</title><link>http://blog.csdn.net/yls087412/archive/2009/10/29/4743320.aspx</link><description> 下面写了一个C＃函数，去除XML无效字符：  public static string CleanInvalidXmlChars(string text)    {        // From xml spec valid chars:        // #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]    #x2        // any Unicode character, excluding the surrogate blocks, FFFE, and FFFF.        string re = @&quot;[^\x09\x0A\x0D\x20-\xD7FF\xE000-\xFFFD\x10000-x10FFFF]&quot;;        return Regex.Replace(text, re, &quot;&quot;);    }&lt;img src=&quot;http://www1.feedsky.com/t1/326408325/yls087412/csdn.net/s.gif?r=http://blog.csdn.net/yls087412/archive/2009/10/29/4743320.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/yls087412/326408325/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/yls087412/326408325/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 29 Oct 2009 15:12:00 +0800</pubDate><author>啊森</author><guid isPermaLink="false">http://blog.csdn.net/yls087412/archive/2009/10/29/4743320.aspx</guid><dc:creator>啊森</dc:creator><fs:srclink>http://blog.csdn.net/yls087412/archive/2009/10/29/4743320.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yls087412/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yls087412/~1045844/326408325/1045844</fs:itemid></item><item><title>ORA-28547的解决之道</title><link>http://blog.csdn.net/yls087412/archive/2009/04/08/4056549.aspx</link><description>&lt;br /&gt;ORA-28547的解决之道&lt;br /&gt;&lt;br /&gt;同事在Win XP sp2上安装Oracle DataBase 10g Enterprise Edition Release 10.1.0.2.0后，在创建数据库是发生如下错误：&lt;br /&gt;   开始是出现一个错误提示对话框：&lt;br /&gt;ORA-28547：连接服务器失败，可能是Net8管理错误。&lt;br /&gt;忽略这个错误后又出现一个错误提示对话框：&lt;br /&gt;ORA-24324：未初始化服务句柄&lt;br /&gt;忽略这个错误后又接连出现两个错误：&lt;br /&gt;ORA-01041: 内部错误，hostdef扩展名不存在&lt;br /&gt;ORA-01034: ORACE not available&lt;br /&gt;最后出现的一个错误提示框是：&lt;br /&gt;由于一下错误，Enterprise Manager配置失败，‘job queue_process’必须大于等于1…..&lt;br /&gt;这时数据库创建失败，在oradata文件并没有发现预想的数据文件。同事向我请教。以前我也遇到这个问题，于是到网上搜索，找到了一条解决之道：&lt;br /&gt;修改oracle的&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/yls087412/326408326/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/yls087412/326408326/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 08 Apr 2009 11:35:00 +0800</pubDate><author>啊森</author><guid isPermaLink="false">http://blog.csdn.net/yls087412/archive/2009/04/08/4056549.aspx</guid><dc:creator>啊森</dc:creator><fs:srclink>http://blog.csdn.net/yls087412/archive/2009/04/08/4056549.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yls087412/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yls087412/~1045844/326408326/1045844</fs:itemid></item><item><title>OS X64下IIS设置支持32位模式</title><link>http://blog.csdn.net/yls087412/archive/2009/04/07/4053670.aspx</link><description>&lt;br /&gt;IIS 6.0 可支持 32 位和 64 位两种模式。但是，IIS 6.0 不支持在 64 位版本的 Windows 上同时运行这两种模式。ASP.NET 1.1 只在 32 位模式下运行。而 ASP.NET 2.0 在 32 位或 64 位模式下都可以运行。因此，如果想要同时运行 ASP.NET 1.1 和 ASP.NET 2.0，必须在 32 位模式下运行 IIS。&lt;br /&gt;&lt;br /&gt;要在 ASP.NET 的不同版本之间切换，请访问以下 Microsoft Developer Network (MSDN) 网站以下载并安装 ASP.NET 1.1 和 ASP.NET 2.0： http://msdn2.microsoft.com/en-us/netframework/aa731542.aspx (http://msdn2.microsoft.com/en-us/netframework/aa731542.aspx) &lt;br /&gt;例如，如果您正在运行 Microsoft Windows x64 Edition，请下载以下两种可再发行组件包： .NET Framewor&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/yls087412/326408327/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/yls087412/326408327/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 07 Apr 2009 11:13:00 +0800</pubDate><author>啊森</author><guid isPermaLink="false">http://blog.csdn.net/yls087412/archive/2009/04/07/4053670.aspx</guid><dc:creator>啊森</dc:creator><fs:srclink>http://blog.csdn.net/yls087412/archive/2009/04/07/4053670.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yls087412/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yls087412/~1045844/326408327/1045844</fs:itemid></item><item><title>本周末遇到Reporting Service的几个问题</title><link>http://blog.csdn.net/yls087412/archive/2009/03/23/4015938.aspx</link><description>&lt;br /&gt;本周末遇到Reporting Service的几个问题，搞了很久，做一下小结&lt;br /&gt;&lt;br /&gt;一直在使用reporting的remote模式，没有发现reportviewer的什么问题，最近因为项目需要，用了一下reportviewer的localReport模式，发现了几个问题。&lt;br /&gt;1:在Reportviewer8.0的localReport模式下，reportviewer的控件上不带打印按钮，打印的时候要导成excel或PDF文件再进行打印。网上也有一些实现自动打印的方法(老的方式)，不过现在好了，只要将reportviewer8.0升级到9.0就解决这个问题了。&lt;br /&gt;&lt;br /&gt;2:在Reportviewer8.0的localReport模式下，可直接将.rdl服务器报表(SSRS2005开发的)load到其中，无需改成.rdlc就能正常运行。但在Reportviewer9.0下，无法将SSRS2008下开发的.rdl加载到localReport模式下直接运行（将其改成.rdlc却变成乱码），原因是因为Reportviewer9.0先于SSRS&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/yls087412/326408328/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/yls087412/326408328/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 23 Mar 2009 09:11:00 +0800</pubDate><author>啊森</author><guid isPermaLink="false">http://blog.csdn.net/yls087412/archive/2009/03/23/4015938.aspx</guid><dc:creator>啊森</dc:creator><fs:srclink>http://blog.csdn.net/yls087412/archive/2009/03/23/4015938.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yls087412/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yls087412/~1045844/326408328/1045844</fs:itemid></item><item><title>ReportViewer:Javascript Error When trying url access</title><link>http://blog.csdn.net/yls087412/archive/2009/03/04/3955517.aspx</link><description>&lt;br /&gt;---------------------------&lt;br /&gt;Error&lt;br /&gt;---------------------------&lt;br /&gt;Error: 'RSClientController' is undefined&lt;br /&gt;Calling a report from the reportmanager works. The rs2005 runs on a machine with a parallel installed rs2000.&lt;br /&gt;I configured the virtual directory to machinename/reports2005 &amp; machinename/reportserver2005.&lt;br /&gt;When i debug the clientscript i see that he requests a &quot;/ReportServer2005/Reserved.ReportViewerWebControl.axd?OpType=Resource&amp;Version=9.00.1399.00&amp;Name=Scrip&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/yls087412/326408329/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/yls087412/326408329/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 04 Mar 2009 10:34:00 +0800</pubDate><author>啊森</author><guid isPermaLink="false">http://blog.csdn.net/yls087412/archive/2009/03/04/3955517.aspx</guid><dc:creator>啊森</dc:creator><fs:srclink>http://blog.csdn.net/yls087412/archive/2009/03/04/3955517.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yls087412/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yls087412/~1045844/326408329/1045844</fs:itemid></item><item><title>Invoking CLR User-Defined Aggregate Functions</title><link>http://blog.csdn.net/yls087412/archive/2009/01/21/3849104.aspx</link><description>sql sum string,sql字符串聚合&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/yls087412/326408330/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/yls087412/326408330/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 21 Jan 2009 17:03:00 +0800</pubDate><author>啊森</author><guid isPermaLink="false">http://blog.csdn.net/yls087412/archive/2009/01/21/3849104.aspx</guid><dc:creator>啊森</dc:creator><fs:srclink>http://blog.csdn.net/yls087412/archive/2009/01/21/3849104.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yls087412/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yls087412/~1045844/326408330/1045844</fs:itemid></item><item><title>禁用启用数据库外键约束</title><link>http://blog.csdn.net/yls087412/archive/2008/10/25/3142293.aspx</link><description>-- =====================================================&lt;br /&gt;-- 删除数据库中的所有数据(通过禁用约束)&lt;br /&gt;-- 不好的地方在于如果本身有已经禁用的约束,执行这个后会开启它&lt;br /&gt;&lt;br /&gt;-- 邹建 2005.09(引用请保留此信息)&lt;br /&gt;-- =====================================================&lt;br /&gt;-- 禁用所有约束&lt;br /&gt;EXEC sp_msforeachtable&lt;br /&gt;    @command1=N'ALTER TABLE ? NOCHECK CONSTRAINT ALL'&lt;br /&gt;&lt;br /&gt;-- 删除无外键约束的表中的数据&lt;br /&gt;EXEC sp_msforeachtable&lt;br /&gt;    @command1=N'TRUNCATE TABLE ?',&lt;br /&gt;    @whereand=N'AND NOT EXISTS(&lt;br /&gt;                    SELECT rkeyid FROM d&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/yls087412/326408331/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/yls087412/326408331/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 25 Oct 2008 11:04:00 +0800</pubDate><author>啊森</author><guid isPermaLink="false">http://blog.csdn.net/yls087412/archive/2008/10/25/3142293.aspx</guid><dc:creator>啊森</dc:creator><fs:srclink>http://blog.csdn.net/yls087412/archive/2008/10/25/3142293.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yls087412/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yls087412/~1045844/326408331/1045844</fs:itemid></item><item><title>sqlserver错误状态</title><link>http://blog.csdn.net/yls087412/archive/2008/10/11/3055946.aspx</link><description>MS Windows Error Messages &lt;br /&gt;Code Error Message &lt;br /&gt;0 操作成功完成。 &lt;br /&gt;1 功能错误。 &lt;br /&gt;2 系统找不到指定的文件。 &lt;br /&gt;3 系统找不到指定的路径。 &lt;br /&gt;4 系统无法打开文件。 &lt;br /&gt;5 拒绝访问。 &lt;br /&gt;6 句柄无效。 &lt;br /&gt;7 存储控制块被损坏。 &lt;br /&gt;8 存储空间不足，无法处理此命令。 &lt;br /&gt;9 存储控制块地址无效。 &lt;br /&gt;10 环境错误。 &lt;br /&gt;11 试图加载格式错误的程序。 &lt;br /&gt;12 访问码无效。 &lt;br /&gt;13 数据无效。 &lt;br /&gt;14 存储器不足，无法完成此操作。 &lt;br /&gt;15 系统找不到指定的驱动器。 &lt;br /&gt;16 无法删除目录。 &lt;br /&gt;17 系统无法将文件移到不同的驱动器。 &lt;br /&gt;18 没有更多文件。 &lt;br /&gt;19 介质受写入保护。 &lt;br /&gt;20 系统找不到指定的设备。 &lt;br /&gt;21 设备未就绪。 &lt;br /&gt;22 设备不识别此命令。 &lt;br /&gt;23 数据错误 (循环冗余检查)。&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/yls087412/326408332/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/yls087412/326408332/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 11 Oct 2008 10:00:00 +0800</pubDate><author>啊森</author><guid isPermaLink="false">http://blog.csdn.net/yls087412/archive/2008/10/11/3055946.aspx</guid><dc:creator>啊森</dc:creator><fs:srclink>http://blog.csdn.net/yls087412/archive/2008/10/11/3055946.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yls087412/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yls087412/~1045844/326408332/1045844</fs:itemid></item><item><title>Crystal Report XI 图片没有办法显示解决方法</title><link>http://blog.csdn.net/yls087412/archive/2008/10/07/3030797.aspx</link><description>最近被水晶报表折磨得很惨，刚开始老是安装不上去，现在又遇到一个问题。报表在设计时插入图片，但在aspx页面通过CrystalReportViewer加载进来后却无法显示，查看图片的URL为http://serverName/crystalreportviewers11/crystalimagehandler.aspx?dynamicimage=ba0c461e-3162-4d65-a7f9-ed388a33f3d9.png，而且URL每次都不一样。哦，原来每次都是动态产生图片，那肯定是crystalimagehandler.aspx页面不能正常运行。查看IIS目录&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/yls087412/326408333/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/yls087412/326408333/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 07 Oct 2008 22:42:00 +0800</pubDate><author>啊森</author><guid isPermaLink="false">http://blog.csdn.net/yls087412/archive/2008/10/07/3030797.aspx</guid><dc:creator>啊森</dc:creator><fs:srclink>http://blog.csdn.net/yls087412/archive/2008/10/07/3030797.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yls087412/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yls087412/~1045844/326408333/1045844</fs:itemid></item></channel></rss>