<?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/ccp5780199" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/ccp5780199" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 16 Jul 2008 17:51:00 GMT</lastBuildDate><title>黑色空间</title><description>搭建T字.net,欢迎联系QQ：125537621 MAIL：ccp5780199@163.com MSN: ccp5780199@hotmail.com</description><link>http://blog.csdn.net/ccp5780199/</link><item><title>工作的感受</title><link>http://blog.csdn.net/ccp5780199/archive/2008/07/16/2662228.aspx</link><wfw:comment>http://blog.csdn.net/ccp5780199/comments/2662228.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ccp5780199/comments/commentRss/2662228.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2662228</trackback:ping><description>&lt;P&gt;算起来毕业也才15天。&lt;/P&gt;
&lt;P&gt;记得年初找工作的时候随便找了间小公司做开发的，进去后完成了一个项目后，公司却没什么新项目了，闲了差不多一个月，该学的基本都会了，最终还是跳了。&lt;/P&gt;
&lt;P&gt;在这个小公司，学到了不少跟客户谈需求的能力，学到不少部署实施应该注意的问题，从程序上到没什么长进，主要就加深CSS和JS的理解。我啊，千万不能闲下来啊，一闲下来就容易失去目标，感到迷茫，这也是让我觉得最应该跳槽的原因。&lt;/P&gt;
&lt;P&gt;后面来到培训机构当了C#讲师，一开始也没想到竟然能进，后面想想才知道。&lt;/P&gt;
&lt;P&gt;培训机构半年内要把一个完全不懂程序人变成能开发出企业级项目的，说起来很绚丽，但其实，winfrm&amp;nbsp; sql server ado.net&amp;nbsp; html css javascript asp.net 教是能教，但最多只是教了基础，真的要深入的话时间是不够的，而我只有1年多的开发经验，口头表达能力又稍微强一点点，知识面也稍微广点，从XNA到SilverLight都有所了解，所以就进了…………&lt;/P&gt;
&lt;P&gt;说实话，教学生的时候，很多我已经很熟悉的东西&lt;img src =&quot;http://blog.csdn.net/ccp5780199/aggbug/2662228.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 17 Jul 2008 01:51:00 +0800</pubDate><author>风雨轩</author><comments>http://blog.csdn.net/ccp5780199/archive/2008/07/16/2662228.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ccp5780199/archive/2008/07/16/2662228.aspx</guid><dc:creator>风雨轩</dc:creator></item><item><title>MSSQL清空当前数据库中所有用户表的数据，重置标识列</title><link>http://blog.csdn.net/ccp5780199/archive/2008/07/09/2628200.aspx</link><wfw:comment>http://blog.csdn.net/ccp5780199/comments/2628200.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ccp5780199/comments/commentRss/2628200.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2628200</trackback:ping><description>&lt;p&gt;--MSSQL清空当前数据库中所有用户表的数据，重置标识列&lt;/p&gt;&lt;p&gt;declare&amp;nbsp;&amp;nbsp; @sql&amp;nbsp;&amp;nbsp; varchar(8000)&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/p&gt;&lt;p&gt;set&amp;nbsp;&amp;nbsp; @sql=''&amp;nbsp;&amp;nbsp; &amp;nbsp; select&amp;nbsp;&amp;nbsp; @sql=@sql+'&amp;nbsp;&amp;nbsp; delete&amp;nbsp;&amp;nbsp; from&amp;nbsp;&amp;nbsp; '&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp; name + ' DBCC CHECKIDENT (' +name+ ',reseed,0)'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;from&amp;nbsp;&amp;nbsp; sysobjects&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; where&amp;nbsp;&amp;nbsp; xtype&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; 'U'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;e&lt;img src =&quot;http://blog.csdn.net/ccp5780199/aggbug/2628200.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 09 Jul 2008 19:43:00 +0800</pubDate><author>风雨轩</author><comments>http://blog.csdn.net/ccp5780199/archive/2008/07/09/2628200.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ccp5780199/archive/2008/07/09/2628200.aspx</guid><dc:creator>风雨轩</dc:creator></item><item><title>使用VS2008+Microsoft Expression Blend 2.5 March 2008开发SilverLght</title><link>http://blog.csdn.net/ccp5780199/archive/2008/04/18/2302807.aspx</link><wfw:comment>http://blog.csdn.net/ccp5780199/comments/2302807.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/ccp5780199/comments/commentRss/2302807.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2302807</trackback:ping><description>使用VS2008+Microsoft Expression Blend 2.5 March 2008开发SilverLght&lt;img src =&quot;http://blog.csdn.net/ccp5780199/aggbug/2302807.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 18 Apr 2008 17:15:00 +0800</pubDate><author>风雨轩</author><comments>http://blog.csdn.net/ccp5780199/archive/2008/04/18/2302807.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ccp5780199/archive/2008/04/18/2302807.aspx</guid><dc:creator>风雨轩</dc:creator></item><item><title>url重写的心得</title><link>http://blog.csdn.net/ccp5780199/archive/2008/04/17/2300619.aspx</link><wfw:comment>http://blog.csdn.net/ccp5780199/comments/2300619.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ccp5780199/comments/commentRss/2300619.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2300619</trackback:ping><description>1年前就接触过url重写，但一直没在实际项目中用过，今天项目基本调完也没啥事就尝试下url重写。
关于url重写的我还是先去老赵的blog看了下。&lt;img src =&quot;http://blog.csdn.net/ccp5780199/aggbug/2300619.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 17 Apr 2008 21:41:00 +0800</pubDate><author>风雨轩</author><comments>http://blog.csdn.net/ccp5780199/archive/2008/04/17/2300619.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ccp5780199/archive/2008/04/17/2300619.aspx</guid><dc:creator>风雨轩</dc:creator></item><item><title>javascript的冒号用法</title><link>http://blog.csdn.net/ccp5780199/archive/2008/04/12/2286695.aspx</link><wfw:comment>http://blog.csdn.net/ccp5780199/comments/2286695.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ccp5780199/comments/commentRss/2286695.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2286695</trackback:ping><description>1,类似于c#种的属性用法
2, 对象的方法，其实用法跟上面差不多&lt;img src =&quot;http://blog.csdn.net/ccp5780199/aggbug/2286695.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 13 Apr 2008 01:33:00 +0800</pubDate><author>风雨轩</author><comments>http://blog.csdn.net/ccp5780199/archive/2008/04/12/2286695.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ccp5780199/archive/2008/04/12/2286695.aspx</guid><dc:creator>风雨轩</dc:creator></item><item><title>关于DropDownList的一些问题</title><link>http://blog.csdn.net/ccp5780199/archive/2008/04/10/2277806.aspx</link><wfw:comment>http://blog.csdn.net/ccp5780199/comments/2277806.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ccp5780199/comments/commentRss/2277806.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2277806</trackback:ping><description>DropDownList选择后提示不能在DropDownList选择多项
dropdownlist控制二级联动动态选定数据
表格里使用UpdatePanel的问题&lt;img src =&quot;http://blog.csdn.net/ccp5780199/aggbug/2277806.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Apr 2008 22:48:00 +0800</pubDate><author>风雨轩</author><comments>http://blog.csdn.net/ccp5780199/archive/2008/04/10/2277806.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ccp5780199/archive/2008/04/10/2277806.aspx</guid><dc:creator>风雨轩</dc:creator></item><item><title>在web.config设置asp.net 页面缓存</title><link>http://blog.csdn.net/ccp5780199/archive/2008/04/08/2259616.aspx</link><wfw:comment>http://blog.csdn.net/ccp5780199/comments/2259616.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ccp5780199/comments/commentRss/2259616.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2259616</trackback:ping><description>上面的意思为过期时间为60秒，不根据页面参数缓存。
页面中调用此设置如下。&lt;img src =&quot;http://blog.csdn.net/ccp5780199/aggbug/2259616.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 08 Apr 2008 17:27:00 +0800</pubDate><author>风雨轩</author><comments>http://blog.csdn.net/ccp5780199/archive/2008/04/08/2259616.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ccp5780199/archive/2008/04/08/2259616.aspx</guid><dc:creator>风雨轩</dc:creator></item><item><title>今天的收获哈</title><link>http://blog.csdn.net/ccp5780199/archive/2008/04/07/2259329.aspx</link><wfw:comment>http://blog.csdn.net/ccp5780199/comments/2259329.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/ccp5780199/comments/commentRss/2259329.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2259329</trackback:ping><description>CSS文字垂直居中vertical-align:middle;
给用户控件传值
Eval绑定HyperLink的一种写法&lt;img src =&quot;http://blog.csdn.net/ccp5780199/aggbug/2259329.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 08 Apr 2008 07:58:00 +0800</pubDate><author>风雨轩</author><comments>http://blog.csdn.net/ccp5780199/archive/2008/04/07/2259329.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ccp5780199/archive/2008/04/07/2259329.aspx</guid><dc:creator>风雨轩</dc:creator></item><item><title>最完美的适合</title><link>http://blog.csdn.net/ccp5780199/archive/2008/04/03/2246210.aspx</link><wfw:comment>http://blog.csdn.net/ccp5780199/comments/2246210.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ccp5780199/comments/commentRss/2246210.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2246210</trackback:ping><description>完美的概念是什么可能我还没理清，因为完美的反面不就是缺陷了？
在这个场景中这个事物很完美，那不在这个场景中呢？
还是说完美是有条件的?但那还叫完美吗？&lt;img src =&quot;http://blog.csdn.net/ccp5780199/aggbug/2246210.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 03 Apr 2008 16:15:00 +0800</pubDate><author>风雨轩</author><comments>http://blog.csdn.net/ccp5780199/archive/2008/04/03/2246210.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ccp5780199/archive/2008/04/03/2246210.aspx</guid><dc:creator>风雨轩</dc:creator></item><item><title>2008年3月心得</title><link>http://blog.csdn.net/ccp5780199/archive/2008/03/27/2221807.aspx</link><wfw:comment>http://blog.csdn.net/ccp5780199/comments/2221807.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/ccp5780199/comments/commentRss/2221807.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2221807</trackback:ping><description>人生的第一个工作月，确实学到很多除技术外的东西！&lt;img src =&quot;http://blog.csdn.net/ccp5780199/aggbug/2221807.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 27 Mar 2008 16:41:00 +0800</pubDate><author>风雨轩</author><comments>http://blog.csdn.net/ccp5780199/archive/2008/03/27/2221807.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/ccp5780199/archive/2008/03/27/2221807.aspx</guid><dc:creator>风雨轩</dc:creator></item></channel></rss>