<?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:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/shenmea00000" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/shenmea00000" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 06 May 2009 17:51:00 GMT</lastBuildDate><title>Youth is so colorful</title><description>友情不是生来就甜美的</description><link>http://blog.csdn.net/shenmea00000/</link><item><title>IIS不能浏览ASP文件，HTTP 500 - 内部服务器错误，怎么解决？</title><link>http://blog.csdn.net/shenmea00000/archive/2009/05/06/4155480.aspx</link><wfw:comment>http://blog.csdn.net/shenmea00000/comments/4155480.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shenmea00000/comments/commentRss/4155480.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4155480</trackback:ping><description>66&lt;img src =&quot;http://blog.csdn.net/shenmea00000/aggbug/4155480.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 07 May 2009 01:51:00 +0800</pubDate><author>ares</author><comments>http://blog.csdn.net/shenmea00000/archive/2009/05/06/4155480.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shenmea00000/archive/2009/05/06/4155480.aspx</guid><dc:creator>ares</dc:creator><fs:srclink>http://blog.csdn.net/shenmea00000/archive/2009/05/06/4155480.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/shenmea00000/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/shenmea00000/~1095258/212696477/1095256</fs:itemid></item><item><title>iis 中的ASP文件无法浏览</title><link>http://blog.csdn.net/shenmea00000/archive/2009/05/06/4155310.aspx</link><wfw:comment>http://blog.csdn.net/shenmea00000/comments/4155310.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shenmea00000/comments/commentRss/4155310.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4155310</trackback:ping><description>最后，就是测试了……(如果还不行，建议您重装IIS，重作以上操作) 
祝您成功! 
&lt;img src =&quot;http://blog.csdn.net/shenmea00000/aggbug/4155310.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 07 May 2009 01:07:00 +0800</pubDate><author>ares</author><comments>http://blog.csdn.net/shenmea00000/archive/2009/05/06/4155310.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shenmea00000/archive/2009/05/06/4155310.aspx</guid><dc:creator>ares</dc:creator><fs:srclink>http://blog.csdn.net/shenmea00000/archive/2009/05/06/4155310.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/shenmea00000/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/shenmea00000/~1095258/212696478/1095256</fs:itemid></item><item><title>SDK编程笔记-UNICODE篇</title><link>http://blog.csdn.net/shenmea00000/archive/2008/09/03/2874027.aspx</link><wfw:comment>http://blog.csdn.net/shenmea00000/comments/2874027.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shenmea00000/comments/commentRss/2874027.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2874027</trackback:ping><description>Petzold的Programming Windows的第2章非常详细的讲解了关于Unicode的方方面面。我们需要知道的是它给C语言和Windows编程带来的变化。 
&lt;br /&gt;·C语言相关&lt;br /&gt;　　对应于char, C语言中也有宽字符内型wchar_t。wchar_t被定义为： typedef unsigned short wchar_t ;显然它是16位的。wchar_t类型的常字串应该这样写： L&quot;hello&quot; 。因此可以这样定义一个宽字符指针 wchar_t *pwc=L&quot;hello&quot;;。&lt;br /&gt;　　对于字符串函数， C语言中也有两个版本。如对应于strlen&lt;img src =&quot;http://blog.csdn.net/shenmea00000/aggbug/2874027.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 03 Sep 2008 23:41:00 +0800</pubDate><author>ares</author><comments>http://blog.csdn.net/shenmea00000/archive/2008/09/03/2874027.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shenmea00000/archive/2008/09/03/2874027.aspx</guid><dc:creator>ares</dc:creator><fs:srclink>http://blog.csdn.net/shenmea00000/archive/2008/09/03/2874027.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/shenmea00000/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/shenmea00000/~1095258/212696479/1095256</fs:itemid></item><item><title>下拉框  二级  JS</title><link>http://blog.csdn.net/shenmea00000/archive/2008/06/02/2504037.aspx</link><wfw:comment>http://blog.csdn.net/shenmea00000/comments/2504037.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shenmea00000/comments/commentRss/2504037.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2504037</trackback:ping><description>&lt;br /&gt;嵌入文件 &lt;br /&gt;---&lt;img src =&quot;http://blog.csdn.net/shenmea00000/aggbug/2504037.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 03 Jun 2008 01:16:00 +0800</pubDate><author>ares</author><comments>http://blog.csdn.net/shenmea00000/archive/2008/06/02/2504037.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shenmea00000/archive/2008/06/02/2504037.aspx</guid><dc:creator>ares</dc:creator><fs:srclink>http://blog.csdn.net/shenmea00000/archive/2008/06/02/2504037.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/shenmea00000/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/shenmea00000/~1095258/212696483/1095256</fs:itemid></item><item><title>SQL   参考</title><link>http://blog.csdn.net/shenmea00000/archive/2008/05/30/2496491.aspx</link><wfw:comment>http://blog.csdn.net/shenmea00000/comments/2496491.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shenmea00000/comments/commentRss/2496491.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2496491</trackback:ping><description>&lt;br /&gt; select top 5  A.m_nickname,B.counts,C.mb_photo from member_info A, (select top 10 count(*) as counts,author  from bbs_content group by author   order by counts desc) as B,member_basicinfo C  where A.m_username=B.author and A.id=C.mb_id order by B.counts desc&lt;br /&gt;&lt;br /&gt;order by    group by   聚合函数  COUNT（）   子表  &lt;img src =&quot;http://blog.csdn.net/shenmea00000/aggbug/2496491.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 30 May 2008 23:01:00 +0800</pubDate><author>ares</author><comments>http://blog.csdn.net/shenmea00000/archive/2008/05/30/2496491.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shenmea00000/archive/2008/05/30/2496491.aspx</guid><dc:creator>ares</dc:creator><fs:srclink>http://blog.csdn.net/shenmea00000/archive/2008/05/30/2496491.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/shenmea00000/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/shenmea00000/~1095258/212696484/1095256</fs:itemid></item><item><title>存储过程  参考</title><link>http://blog.csdn.net/shenmea00000/archive/2008/05/12/2435960.aspx</link><wfw:comment>http://blog.csdn.net/shenmea00000/comments/2435960.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shenmea00000/comments/commentRss/2435960.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2435960</trackback:ping><description>&lt;br /&gt;CREATE proc  do_Apply &lt;br /&gt;@typeid int, &lt;br /&gt;@memberid  nvarchar(100),&lt;br /&gt;@vote int,&lt;br /&gt;@applyState int &lt;br /&gt;as &lt;br /&gt;set nocount on&lt;br /&gt;declare @sql nvarchar(2000)  &lt;br /&gt; declare @week int &lt;br /&gt;set @week=(select datepart(wk,getdate() )- datepart(wk,'2008-4-1' )) set @sql='insert into apply (typeid,period,memberName,vote,applyState) values ('+str(@typeid)+','+str(@week)+',''+str(@memberid)+'','+str(@vote)+','+str(@applyState)+')' &lt;br /&gt;exec(@sql)&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/shenmea00000/aggbug/2435960.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 12 May 2008 19:42:00 +0800</pubDate><author>ares</author><comments>http://blog.csdn.net/shenmea00000/archive/2008/05/12/2435960.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shenmea00000/archive/2008/05/12/2435960.aspx</guid><dc:creator>ares</dc:creator><fs:srclink>http://blog.csdn.net/shenmea00000/archive/2008/05/12/2435960.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/shenmea00000/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/shenmea00000/~1095258/212696485/1095256</fs:itemid></item><item><title>验证上传文件格式  同时清空内容</title><link>http://blog.csdn.net/shenmea00000/archive/2008/05/07/2409295.aspx</link><wfw:comment>http://blog.csdn.net/shenmea00000/comments/2409295.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shenmea00000/comments/commentRss/2409295.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2409295</trackback:ping><description>&lt;br /&gt;=============================================&lt;br /&gt;function checkPostfix()&lt;br /&gt;{ var imgPostfix=document.Form1.m_file.value.split(&quot;.&quot;); //alert (imgPostfix);&lt;br /&gt; var steRight=imgPostfix[imgPostfix.length-1].toString().toLowerCase();  &lt;br /&gt;  if (steRight==&quot;avi&quot;||steRight==&quot;mpg&quot;||steRight==&quot;asf&quot;||steRight==&quot;wmv&quot;||steRight==&quot;mov&quot;||steRight==&quot;flv&quot;||steRight==&quot;3gp&quot;||steRight==&quot;rm&quot;||steRight==&quot;rmvb&quot;)   {       &amp;&lt;img src =&quot;http://blog.csdn.net/shenmea00000/aggbug/2409295.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 07 May 2008 21:42:00 +0800</pubDate><author>ares</author><comments>http://blog.csdn.net/shenmea00000/archive/2008/05/07/2409295.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shenmea00000/archive/2008/05/07/2409295.aspx</guid><dc:creator>ares</dc:creator><fs:srclink>http://blog.csdn.net/shenmea00000/archive/2008/05/07/2409295.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/shenmea00000/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/shenmea00000/~1095258/212696486/1095256</fs:itemid></item><item><title>WINDOWS窗口程序SDK   1</title><link>http://blog.csdn.net/shenmea00000/archive/2008/03/14/2182400.aspx</link><wfw:comment>http://blog.csdn.net/shenmea00000/comments/2182400.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shenmea00000/comments/commentRss/2182400.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2182400</trackback:ping><description>WINDOWS窗口  初级  详解&lt;img src =&quot;http://blog.csdn.net/shenmea00000/aggbug/2182400.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 14 Mar 2008 22:34:00 +0800</pubDate><author>ares</author><comments>http://blog.csdn.net/shenmea00000/archive/2008/03/14/2182400.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shenmea00000/archive/2008/03/14/2182400.aspx</guid><dc:creator>ares</dc:creator><fs:srclink>http://blog.csdn.net/shenmea00000/archive/2008/03/14/2182400.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/shenmea00000/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/shenmea00000/~1095258/212696487/1095256</fs:itemid></item><item><title>客户端与服务器端的区别（开发语言）</title><link>http://blog.csdn.net/shenmea00000/archive/2008/03/07/2156901.aspx</link><wfw:comment>http://blog.csdn.net/shenmea00000/comments/2156901.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shenmea00000/comments/commentRss/2156901.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2156901</trackback:ping><description>客户端与服务器端的区别（开发语言）&lt;img src =&quot;http://blog.csdn.net/shenmea00000/aggbug/2156901.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 07 Mar 2008 23:58:00 +0800</pubDate><author>ares</author><comments>http://blog.csdn.net/shenmea00000/archive/2008/03/07/2156901.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shenmea00000/archive/2008/03/07/2156901.aspx</guid><dc:creator>ares</dc:creator><fs:srclink>http://blog.csdn.net/shenmea00000/archive/2008/03/07/2156901.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/shenmea00000/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/shenmea00000/~1095258/212696488/1095256</fs:itemid></item><item><title>UNION 和 UNION ALL的区别和使用</title><link>http://blog.csdn.net/shenmea00000/archive/2008/02/20/2109212.aspx</link><wfw:comment>http://blog.csdn.net/shenmea00000/comments/2109212.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shenmea00000/comments/commentRss/2109212.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2109212</trackback:ping><description>select sum(total)  as total, sum(counts) as counts from 
(select count(*) as total, 0 as counts from table where id&gt;10 
union all
select 0 as total, count(*) as counts from table ) temptable&lt;img src =&quot;http://blog.csdn.net/shenmea00000/aggbug/2109212.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 20 Feb 2008 21:57:00 +0800</pubDate><author>ares</author><comments>http://blog.csdn.net/shenmea00000/archive/2008/02/20/2109212.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/shenmea00000/archive/2008/02/20/2109212.aspx</guid><dc:creator>ares</dc:creator><fs:srclink>http://blog.csdn.net/shenmea00000/archive/2008/02/20/2109212.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/shenmea00000/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/shenmea00000/~1095258/212696490/1095256</fs:itemid></item></channel></rss>