<?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/chengqscjh" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/chengqscjh" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 25 Nov 2009 05:30:00 GMT</lastBuildDate><title>chengqscjh的专栏</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=chengqscjh</link><item><title>创建控件时出错,无法找到web项目项</title><link>http://blog.csdn.net/chengqscjh/archive/2009/11/25/4870452.aspx</link><description>工具箱里面的标准控件没办法拖上webApplication项目( web应用程序)的界面.我打开的是设计器,开始我一直向设计器拖控件,但总拖不上去,拖控件时鼠标呈现的形状是&quot;        &quot;.搞了几天都没有明白为什么. 今天,我把控件往相对应的代码里拖(default.aspx),结果给出以下提示:&quot;创建控件时出错,无法找到web项目项&quot;出错的原因是这样的,我把保存项目的文件夹命名中含有: &quot;#&quot;,标准控件栏识别不出来这个路径,因此添加出错了.解决方法:修改项目的保存路径.路径中最好不要有特殊字符.就用一般的字母.&lt;img src=&quot;http://www1.feedsky.com/t1/301210222/chengqscjh/csdn.net/s.gif?r=http://blog.csdn.net/chengqscjh/archive/2009/11/25/4870452.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/chengqscjh/301210222/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/chengqscjh/301210222/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 25 Nov 2009 13:30:00 +0800</pubDate><author>chengqscjh</author><guid isPermaLink="false">http://blog.csdn.net/chengqscjh/archive/2009/11/25/4870452.aspx</guid><dc:creator>chengqscjh</dc:creator><fs:srclink>http://blog.csdn.net/chengqscjh/archive/2009/11/25/4870452.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengqscjh/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chengqscjh/~6444954/301210222/4552895</fs:itemid></item><item><title>上班族的最爱</title><link>http://blog.csdn.net/chengqscjh/archive/2009/04/10/4062034.aspx</link><description>http://www.tdx.com.cn/test/flashHQ.html&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/chengqscjh/301210223/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/chengqscjh/301210223/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 10 Apr 2009 13:02:00 +0800</pubDate><author>chengqscjh</author><guid isPermaLink="false">http://blog.csdn.net/chengqscjh/archive/2009/04/10/4062034.aspx</guid><dc:creator>chengqscjh</dc:creator><fs:srclink>http://blog.csdn.net/chengqscjh/archive/2009/04/10/4062034.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengqscjh/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chengqscjh/~6444954/301210223/4552895</fs:itemid></item><item><title>Oracle命令语句笔记</title><link>http://blog.csdn.net/chengqscjh/archive/2008/12/30/3648467.aspx</link><description>&lt;P&gt;ORACLE常用命令 &lt;BR&gt;一、ORACLE的启动和关闭&lt;BR&gt;1、在单机环境下&lt;BR&gt;要想启动或关闭ORACLE系统必须首先切换到ORACLE用户，如下&lt;BR&gt;su - oracle&lt;/P&gt;&lt;br /&gt;&lt;P&gt;a、启动ORACLE系统&lt;BR&gt;oracle&amp;gt;svrmgrl&lt;BR&gt;SVRMGR&amp;gt;connect internal&lt;BR&gt;SVRMGR&amp;gt;startup&lt;BR&gt;SVRMGR&amp;gt;quit&lt;/P&gt;&lt;br /&gt;&lt;P&gt;b、关闭ORACLE系统&lt;BR&gt;oracle&amp;gt;svrmgrl&lt;BR&gt;SVRMGR&amp;gt;connect internal&lt;BR&gt;SVRMGR&amp;gt;shutdown&lt;BR&gt;SVRMGR&amp;gt;quit&lt;/P&gt;&lt;br /&gt;&lt;P&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/chengqscjh/301210225/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/chengqscjh/301210225/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 30 Dec 2008 16:23:00 +0800</pubDate><author>chengqscjh</author><guid isPermaLink="false">http://blog.csdn.net/chengqscjh/archive/2008/12/30/3648467.aspx</guid><dc:creator>chengqscjh</dc:creator><fs:srclink>http://blog.csdn.net/chengqscjh/archive/2008/12/30/3648467.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengqscjh/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chengqscjh/~6444954/301210225/4552895</fs:itemid></item><item><title>OracleHelper类</title><link>http://blog.csdn.net/chengqscjh/archive/2008/12/17/3539495.aspx</link><description>&lt;br /&gt;using System;&lt;br /&gt;using System.Collections.Generic;&lt;br /&gt;using System.Text;&lt;br /&gt;using System.Data;&lt;br /&gt;using Oracle.DataAccess.Client;&lt;br /&gt;namespace SZMobile.Portal.DAL&lt;br /&gt;{&lt;br /&gt;    /// &lt;br /&gt;    /// Accesses oracle database helper class.&lt;br /&gt;    /// &lt;br /&gt;    public class OracleHelper&lt;br /&gt;    {&lt;br /&gt;        /// &lt;br /&gt;        /// Executes oracle command.&lt;br /&gt;        /// &lt;br /&gt;        /// oracle command.&lt;br /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/chengqscjh/301210226/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/chengqscjh/301210226/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 17 Dec 2008 14:09:00 +0800</pubDate><author>chengqscjh</author><guid isPermaLink="false">http://blog.csdn.net/chengqscjh/archive/2008/12/17/3539495.aspx</guid><dc:creator>chengqscjh</dc:creator><fs:srclink>http://blog.csdn.net/chengqscjh/archive/2008/12/17/3539495.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengqscjh/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chengqscjh/~6444954/301210226/4552895</fs:itemid></item><item><title>u盘文件被强制隐藏的解决办法</title><link>http://blog.csdn.net/chengqscjh/archive/2008/06/07/2521013.aspx</link><description>&lt;br /&gt;1.点击开始----运行-----输入cmd,然后点确定. 进入CMD命令符状态 &lt;br /&gt; 2.如果你的U盘盘符是h,输入如下的命令“attrib h:\文件夹名字 -s -h -r -a”，再点回车(文件夹名字那里写你U盘里的文件夹名字,如果你有三个文件夹的话那就需要进行三次操作.)&lt;br /&gt; 3.文件夹名字,可以通过winrar文件看到,找出所有隐藏的文件即可&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/chengqscjh/301210227/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/chengqscjh/301210227/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 07 Jun 2008 21:07:00 +0800</pubDate><author>chengqscjh</author><guid isPermaLink="false">http://blog.csdn.net/chengqscjh/archive/2008/06/07/2521013.aspx</guid><dc:creator>chengqscjh</dc:creator><fs:srclink>http://blog.csdn.net/chengqscjh/archive/2008/06/07/2521013.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengqscjh/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chengqscjh/~6444954/301210227/4552895</fs:itemid></item><item><title>iis http/1.1 500  server error错误解决</title><link>http://blog.csdn.net/chengqscjh/archive/2008/02/27/2125436.aspx</link><description>http/1.1 500  server error错误解决&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/chengqscjh/301210228/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/chengqscjh/301210228/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 27 Feb 2008 19:41:00 +0800</pubDate><author>chengqscjh</author><guid isPermaLink="false">http://blog.csdn.net/chengqscjh/archive/2008/02/27/2125436.aspx</guid><dc:creator>chengqscjh</dc:creator><fs:srclink>http://blog.csdn.net/chengqscjh/archive/2008/02/27/2125436.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengqscjh/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chengqscjh/~6444954/301210228/4552895</fs:itemid></item><item><title>怎样成为优秀的软件模型设计者[转]</title><link>http://blog.csdn.net/chengqscjh/archive/2008/01/03/2021480.aspx</link><description>优秀的软件模型设计者应该了解的&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/chengqscjh/301210229/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/chengqscjh/301210229/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 03 Jan 2008 15:52:00 +0800</pubDate><author>chengqscjh</author><guid isPermaLink="false">http://blog.csdn.net/chengqscjh/archive/2008/01/03/2021480.aspx</guid><dc:creator>chengqscjh</dc:creator><fs:srclink>http://blog.csdn.net/chengqscjh/archive/2008/01/03/2021480.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengqscjh/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/chengqscjh/~6444954/301210229/4552895</fs:itemid></item></channel></rss>
