<?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/clever_yang" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/clever_yang" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 12 Jun 2009 17:50:00 GMT</lastBuildDate><title>clever_yang的专栏</title><link>http://blog.csdn.net/clever_yang/</link><item><title>浏览器兼容搞笑文章转载</title><link>http://blog.csdn.net/clever_yang/archive/2009/06/12/4264530.aspx</link><wfw:comment>http://blog.csdn.net/clever_yang/comments/4264530.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/clever_yang/comments/commentRss/4264530.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4264530</trackback:ping><description>&lt;br /&gt;　首先，我是一名网页设计师。如果详细一点说，我是一名XHTML前台设计师。所以，我恨IE6。我相信，对于所有和我具有同等职业或者更加优秀技术的设计师都和我一样，极其厌恶IE6。可是，国内市场80%以上的占有率让我们不得不面对IE6这个浏览器中的另类。 　　我的标题是，IE都推出8正式版了，为什么IE6还是死不了呢？那么我们终究要怎么去做呢？历史原因，还是技术问题，还是所谓的中国国情？ 　　首先，我还是准备骂骂这个该死的IE6！ 　　IE6一宗罪：除a外，不支持伪类！ 　　不支持伪类，这是什么概念呢？其实很简单，不支持伪类造成了无法用简单的方式去完成一个纯div+css的下拉菜单，如果我们想要在IE6中实现一个下拉菜单的效果，如果用纯css实现，未必实现不了，但需要用到N多的HACK，在HTML代码总必须加上N多的控制语句。如果不用CSS，用JS来实现，则无疑增加了电脑的运算机制，使得网页的效率降低。 　　这些都不是关键的，关键的是，使得在IE6下制作一个下拉菜单成为了一个极具挑战性的事情。很多初级网页设计师都很难自己设计出来一个，必须去套用参考别人的。或者，看那怎么都看不懂&lt;img src =&quot;http://blog.csdn.net/clever_yang/aggbug/4264530.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236605949/clever_yang/csdn.net/s.gif?r=http://blog.csdn.net/clever_yang/archive/2009/06/12/4264530.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/clever_yang/236605949/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/clever_yang/236605949/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 13 Jun 2009 01:50:00 +0800</pubDate><author>杨勇(飞鸟工作室)</author><comments>http://blog.csdn.net/clever_yang/archive/2009/06/12/4264530.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/clever_yang/archive/2009/06/12/4264530.aspx</guid><dc:creator>杨勇(飞鸟工作室)</dc:creator><fs:srclink>http://blog.csdn.net/clever_yang/archive/2009/06/12/4264530.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/clever_yang/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/clever_yang/~7365598/236605949/5475114</fs:itemid></item><item><title>Excel 导入SQL 特殊字符的处理</title><link>http://blog.csdn.net/clever_yang/archive/2009/06/05/4245526.aspx</link><wfw:comment>http://blog.csdn.net/clever_yang/comments/4245526.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/clever_yang/comments/commentRss/4245526.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4245526</trackback:ping><description>&lt;br /&gt;   最近在导入一个客户给的EXCEL到我们系统里面去的时候，发现EXCEL文件中有很多隐藏的单引号(在文本中，或者数据中,这些单引号在SQL里面是很难去掉的),至于为什么会有单引号，在这里我就不多说了，GOOGLE和百度里面有,下面我只是想共享下我对EXCEL的处理方法，其实也很简单， 一共2个步骤：第一步是去掉这些隐藏的单引号(方法：将EXCEL里面要导入的数据全选，并复制到WORD文档中，然后再全选刚刚复制到WORD里面的内容，复制然后粘贴回EXCEL,这样就可以去掉所有隐藏的单引号了) ，第二步：去掉内容前后的空格(这个到SQL里面是可以去掉的，不过也可以选择在EXCEL里面去掉）（方法：选择一个内容前面有空格的单元格[或者内容后面有空格的单元格也行]，复制内容前面的单元格,然后全部替换空。 这样就可以去掉所有隐藏的单引号和内容前后的空格了。&lt;br /&gt;    如果想去掉内容里面隐藏的换行符 ，那么就得到SQL SERVER里面进行处理了， 我的处理方法是：replace(plp.Description,char(13) + char(10),' ') ， char&lt;img src =&quot;http://blog.csdn.net/clever_yang/aggbug/4245526.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236605955/clever_yang/csdn.net/s.gif?r=http://blog.csdn.net/clever_yang/archive/2009/06/05/4245526.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/clever_yang/236605955/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/clever_yang/236605955/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 06 Jun 2009 00:31:00 +0800</pubDate><author>杨勇(飞鸟工作室)</author><comments>http://blog.csdn.net/clever_yang/archive/2009/06/05/4245526.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/clever_yang/archive/2009/06/05/4245526.aspx</guid><dc:creator>杨勇(飞鸟工作室)</dc:creator><fs:srclink>http://blog.csdn.net/clever_yang/archive/2009/06/05/4245526.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/clever_yang/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/clever_yang/~7365598/236605955/5475114</fs:itemid></item><item><title>有时，不做什么比做什么更重要，拒绝比答应更重要</title><link>http://blog.csdn.net/clever_yang/archive/2009/05/27/4220135.aspx</link><wfw:comment>http://blog.csdn.net/clever_yang/comments/4220135.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/clever_yang/comments/commentRss/4220135.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4220135</trackback:ping><description>&lt;br /&gt;在创业过程中有很多困难，也有很多诱惑，这些诱惑可能会让你不知不觉偏离方向或者偏离阶段性目标，一般创业者对偏离方向的诱惑还是能辨别的，但是抵抗住那些与你的方向一致，与你的阶段性目标冲突的诱惑还是很难的，也就是做这件事的时机还未成熟，你提早去做了，做不成倒不是什么大问题，关键是影响了你当前最重要的事情。&lt;br /&gt;　　选择“做还是不做”，就像选择“我爱的人还是爱我的人”，是很难的选择，但必须做出选择。对于这样的选择，也不要有过多的担心和犹豫，创业过程也是快速犯错、快速调整的过程，团队就是在这样的过程中锻炼出来的。但必须要记住同样的错误只能犯一次！&lt;br /&gt;　　在创业过程中你会遇到很多人，他们会经常让你作出“拒绝还是答应”的选择。是善意还是恶意的，可能很容易分辨。但在很多善意的帮助中，有时也要选择拒绝，因为会有一些帮助是你不需要的，有些帮助时机还不成熟，有些帮助与你的实际目标不一致。只要你用感恩的心对待帮助就行了，想帮助你的人是希望他的帮助能够让你做得更好，但他们很难清楚你需要的真正帮助是什么，拒绝他的帮助对他也是一种负责，不让他的帮助白费。&lt;br /&gt;　　大胆地说“不”，大胆&lt;img src =&quot;http://blog.csdn.net/clever_yang/aggbug/4220135.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236605963/clever_yang/csdn.net/s.gif?r=http://blog.csdn.net/clever_yang/archive/2009/05/27/4220135.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/clever_yang/236605963/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/clever_yang/236605963/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 27 May 2009 21:08:00 +0800</pubDate><author>杨勇(飞鸟工作室)</author><comments>http://blog.csdn.net/clever_yang/archive/2009/05/27/4220135.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/clever_yang/archive/2009/05/27/4220135.aspx</guid><dc:creator>杨勇(飞鸟工作室)</dc:creator><fs:srclink>http://blog.csdn.net/clever_yang/archive/2009/05/27/4220135.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/clever_yang/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/clever_yang/~7365598/236605963/5475114</fs:itemid></item><item><title>结束EXCEL进程</title><link>http://blog.csdn.net/clever_yang/archive/2009/05/05/4151648.aspx</link><wfw:comment>http://blog.csdn.net/clever_yang/comments/4151648.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/clever_yang/comments/commentRss/4151648.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4151648</trackback:ping><description>  因为经常要做EXCEL 报表，在EXCEL CSV,坐标方式，MAPPING方式等等 做了不少，发现EXCEL的进程结束是一件相当麻烦的事情 (这是由于EXCEL.DLL 的操作是非托管的代码，所以释放起来比较麻烦)。现在我共享一下我自己常用的方法~。 调用的部分代码：xmlMap = null;            xmlMap2 = null;            //            xlWb.Close(null, null, null);            xlApp.Workbooks.Close();            xlWb = null;            xlApp.Quit();            xlApp = null;            GC.Collect();            killExcel(xmlMap);            killExcel(xmlMap2);            k&lt;img src =&quot;http://blog.csdn.net/clever_yang/aggbug/4151648.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/clever_yang/236605968/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/clever_yang/236605968/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 05 May 2009 22:57:00 +0800</pubDate><author>杨勇(飞鸟工作室)</author><comments>http://blog.csdn.net/clever_yang/archive/2009/05/05/4151648.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/clever_yang/archive/2009/05/05/4151648.aspx</guid><dc:creator>杨勇(飞鸟工作室)</dc:creator><fs:srclink>http://blog.csdn.net/clever_yang/archive/2009/05/05/4151648.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/clever_yang/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/clever_yang/~7365598/236605968/5475114</fs:itemid></item><item><title>SQL 向自增列导入数据</title><link>http://blog.csdn.net/clever_yang/archive/2009/04/16/4083556.aspx</link><wfw:comment>http://blog.csdn.net/clever_yang/comments/4083556.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/clever_yang/comments/commentRss/4083556.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4083556</trackback:ping><description>向SQL数据库中自增列写数据的话，我们需要先临时取消自增列的属性SQL语句实现取消自增列属性 &lt;br /&gt;由于在SQL-SERVER中，自增列属性不能直接修改，但可以通过以下方式变向实现&lt;br /&gt;&lt;br /&gt;SET IDENTITY_INSERT TableName ON&lt;br /&gt;INSERT INTO tableName(xx,xx) values(xx,xx)&lt;br /&gt;SET IDENTITY_INSERT TableName OFF&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/clever_yang/aggbug/4083556.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/clever_yang/236605975/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/clever_yang/236605975/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 16 Apr 2009 19:39:00 +0800</pubDate><author>杨勇(飞鸟工作室)</author><comments>http://blog.csdn.net/clever_yang/archive/2009/04/16/4083556.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/clever_yang/archive/2009/04/16/4083556.aspx</guid><dc:creator>杨勇(飞鸟工作室)</dc:creator><fs:srclink>http://blog.csdn.net/clever_yang/archive/2009/04/16/4083556.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/clever_yang/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/clever_yang/~7365598/236605975/5475114</fs:itemid></item><item><title>在模态窗口中实现下载的功能</title><link>http://blog.csdn.net/clever_yang/archive/2009/03/25/4022927.aspx</link><wfw:comment>http://blog.csdn.net/clever_yang/comments/4022927.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/clever_yang/comments/commentRss/4022927.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4022927</trackback:ping><description>&lt;br /&gt;   当我们使用ShowModelDialog 弹出一个模态窗口以后，要关闭它并回到其父窗口的时候，如果不加Base target=_self 的话，则每次都会弹出一个新的窗口 并且询问你是否要关闭这个新打开的窗口，就算你加上Opener=null 阻止了它的关闭询问，原来弹出来的那个模态窗口则不会关闭。&lt;br /&gt;   当我们加上Base target=_self以后，这个问题解决了，可以关闭这个窗口并刷新父窗口了，但是如果要想在这个弹出的窗口里面实现下载的功能，则又碰到了问题了（下载的提示框根本就弹不出来，因为每次刷新后都是停留在它自身的页面，所以下载不起作用了）&lt;br /&gt;     我的解决办法是添加一个隐藏的Iframe框架，并且将base target=&quot;HideIfrm&quot; &lt;br /&gt;&lt;br /&gt; 这样在刷新页面的时候,Base 的target 会指向隐藏的Iframe可以弹出下载的对话框了~。&lt;img src =&quot;http://blog.csdn.net/clever_yang/aggbug/4022927.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/clever_yang/236605979/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/clever_yang/236605979/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 25 Mar 2009 19:52:00 +0800</pubDate><author>杨勇(飞鸟工作室)</author><comments>http://blog.csdn.net/clever_yang/archive/2009/03/25/4022927.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/clever_yang/archive/2009/03/25/4022927.aspx</guid><dc:creator>杨勇(飞鸟工作室)</dc:creator><fs:srclink>http://blog.csdn.net/clever_yang/archive/2009/03/25/4022927.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/clever_yang/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/clever_yang/~7365598/236605979/5475114</fs:itemid></item><item><title>String to Int 的细节</title><link>http://blog.csdn.net/clever_yang/archive/2009/03/20/4008005.aspx</link><wfw:comment>http://blog.csdn.net/clever_yang/comments/4008005.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/clever_yang/comments/commentRss/4008005.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4008005</trackback:ping><description>Q：如何把string解析为int？A：简单的方法有三种：string source = &quot;1412&quot;;&lt;br /&gt;int result = 0;&lt;br /&gt;&lt;br /&gt;// 使用Convert.ToInt32(string value);&lt;br /&gt;result = Convert.ToInt32(source);&lt;br /&gt;&lt;br /&gt;// 使用Int32.Parse(string value);&lt;br /&gt;result = Int32.Parse(source);&lt;br /&gt;&lt;br /&gt;// 使用Int32.TryParse(string s, out int result);&lt;br /&gt;Int32.TryParse(source, out result);Q：这三种方法有什么不同？A：一个简单的回答是：如果解析失败，Int32.Parse(source)总会抛出异常；Convert.ToInt32(source)在source为null的情况下不会抛出异常而是简单的返回0给调用方；而Int32.TryParse(source, result)则无论如何都不抛出异常，只会返回tr&lt;img src =&quot;http://blog.csdn.net/clever_yang/aggbug/4008005.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/clever_yang/236605985/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/clever_yang/236605985/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 20 Mar 2009 22:58:00 +0800</pubDate><author>杨勇(飞鸟工作室)</author><comments>http://blog.csdn.net/clever_yang/archive/2009/03/20/4008005.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/clever_yang/archive/2009/03/20/4008005.aspx</guid><dc:creator>杨勇(飞鸟工作室)</dc:creator><fs:srclink>http://blog.csdn.net/clever_yang/archive/2009/03/20/4008005.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/clever_yang/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/clever_yang/~7365598/236605985/5475114</fs:itemid></item><item><title>给DROPDOWNLIST加上TOOLTIP的效果</title><link>http://blog.csdn.net/clever_yang/archive/2009/02/25/3935595.aspx</link><wfw:comment>http://blog.csdn.net/clever_yang/comments/3935595.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/clever_yang/comments/commentRss/3935595.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3935595</trackback:ping><description> 今天在做项目的时候，突然遇到如果一个DROPDOWNLIST里面的ITEM太长会将DROPDONLIST的宽度拉得很宽，这样影响美观的效果,于是我考虑到给DROPDOWNLIST的每个ITEM都加上一个TOOLTIP，当用户将鼠标放上去的时候就能显示那个ITEM的全部内容： 代码如下：ddlContactPerson.DataTextField = &quot;contactPerson&quot;;                ddlContactPerson.DataValueField = &quot;CustomercontactID&quot;;                ddlContactPerson.DataBind();                foreach (ListItem item in ddlContactPerson.Items)                {                    item.Attributes.Add(&quot;Title&quot;,item.Text);   // Add the tooltip for every it&lt;img src =&quot;http://blog.csdn.net/clever_yang/aggbug/3935595.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/clever_yang/236605989/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/clever_yang/236605989/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 25 Feb 2009 21:35:00 +0800</pubDate><author>杨勇(飞鸟工作室)</author><comments>http://blog.csdn.net/clever_yang/archive/2009/02/25/3935595.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/clever_yang/archive/2009/02/25/3935595.aspx</guid><dc:creator>杨勇(飞鸟工作室)</dc:creator><fs:srclink>http://blog.csdn.net/clever_yang/archive/2009/02/25/3935595.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/clever_yang/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/clever_yang/~7365598/236605989/5475114</fs:itemid></item><item><title>水晶报表动态设置字段宽度(包括公式文本字段)</title><link>http://blog.csdn.net/clever_yang/archive/2009/02/24/3932918.aspx</link><wfw:comment>http://blog.csdn.net/clever_yang/comments/3932918.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/clever_yang/comments/commentRss/3932918.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3932918</trackback:ping><description> 今天在做报表的时候碰到需要动态显示报表列的问题，阿泰的那篇文章比较不错，但是在动态显示列的情况下，我们还需要动态设置它的宽度，于是我做了一些尝试。。。由于是采用的PULL模式，所以报表里面的内容不方便写在这里，等我用PUSH的方式改写以后再与大家分享。。。其实很简单就一行语句：            CrystalReportSource1.ReportDocument.ReportDefinition.ReportObjects[&quot;custDesc1&quot;].Width = CrystalReportSource1.ReportDocument.ReportDefinition.ReportObjects[&quot;custDesc1&quot;].Width + 1200;其中custDesc1是我报表里面的公式字段，如图， 前面那语句的作用是在ASPX.CS后台里面动态设置公式字段custDesc1的宽度还有一种方法 利用SECTIO&lt;img src =&quot;http://blog.csdn.net/clever_yang/aggbug/3932918.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/clever_yang/236605993/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/clever_yang/236605993/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 25 Feb 2009 01:18:00 +0800</pubDate><author>杨勇(飞鸟工作室)</author><comments>http://blog.csdn.net/clever_yang/archive/2009/02/24/3932918.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/clever_yang/archive/2009/02/24/3932918.aspx</guid><dc:creator>杨勇(飞鸟工作室)</dc:creator><fs:srclink>http://blog.csdn.net/clever_yang/archive/2009/02/24/3932918.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/clever_yang/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/clever_yang/~7365598/236605993/5475114</fs:itemid></item><item><title>列出每门学科排前三的学生姓名 (sql)</title><link>http://blog.csdn.net/clever_yang/archive/2009/01/13/3763726.aspx</link><wfw:comment>http://blog.csdn.net/clever_yang/comments/3763726.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/clever_yang/comments/commentRss/3763726.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3763726</trackback:ping><description>&lt;br /&gt;今天一个网友问我一个ＳＱＬ查询语句是怎么写的，因为这个查询可能在统计工资，统计分数的时候很有用，所以在这里贴出来，也希望大虾们有好的方法也贴出来．&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;题目是：列出每门学科排前三的学生姓名 (sql)（包含并列排名，意思是排名前三的学生不一定只有３个，有可能存在并列第二，并列第三的情况，这些学生都需要找出来）&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;既然题目都已经了解了，下面我贴代码：&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CREA&lt;img src =&quot;http://blog.csdn.net/clever_yang/aggbug/3763726.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/clever_yang/236605997/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/clever_yang/236605997/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 13 Jan 2009 08:43:00 +0800</pubDate><author>杨勇(飞鸟工作室)</author><comments>http://blog.csdn.net/clever_yang/archive/2009/01/13/3763726.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/clever_yang/archive/2009/01/13/3763726.aspx</guid><dc:creator>杨勇(飞鸟工作室)</dc:creator><fs:srclink>http://blog.csdn.net/clever_yang/archive/2009/01/13/3763726.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/clever_yang/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/clever_yang/~7365598/236605997/5475114</fs:itemid></item></channel></rss>