<?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/actionmr" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/actionmr" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 30 Jul 2008 15:03:00 GMT</lastBuildDate><title>Actionmr的专栏</title><link>http://blog.csdn.net/Actionmr/</link><item><title>DataGrid资料汇总</title><link>http://blog.csdn.net/Actionmr/archive/2008/07/30/2740033.aspx</link><wfw:comment>http://blog.csdn.net/Actionmr/comments/2740033.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Actionmr/comments/commentRss/2740033.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2740033</trackback:ping><description>&lt;P&gt;&lt;FONT face=&quot;Courier New&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN id=ArticleTitle1_ArticleTitle1_lblTitle twffan=&quot;done&quot;&gt;关于datagrid的打印&lt;BR&gt;&lt;A href=&quot;http://www.chinaaspx.com/article/csharp/295.htm&quot;&gt;&lt;U&gt;&lt;FONT color=#0000ff&gt;http://www.chinaaspx.com/article/csharp/295.htm&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;C#中为DataGrid添加下拉列表框&lt;BR&gt;&lt;A href=&quot;http://www.cnblogs.com/icesnaker/archive/2004/09/21/45015.aspx&quot;&gt;&lt;U&gt;&lt;FONT color=#0000ff&gt;http://www.cnblogs.com/icesnaker/archive/2004/09/21/45015.aspx&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;DataGrid也玩分页&lt;BR&gt;&lt;/SPAN&gt;&lt;A h&lt;img src =&quot;http://blog.csdn.net/Actionmr/aggbug/2740033.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 30 Jul 2008 23:03:00 +0800</pubDate><author>Actionmr</author><comments>http://blog.csdn.net/Actionmr/archive/2008/07/30/2740033.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Actionmr/archive/2008/07/30/2740033.aspx</guid><dc:creator>Actionmr</dc:creator><fs:srclink>http://blog.csdn.net/Actionmr/archive/2008/07/30/2740033.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/actionmr/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/actionmr/~7424302/211976158/5533286</fs:itemid></item><item><title>asp.net生成高质量缩略图通用函数(c#代码),支持多种生成方式</title><link>http://blog.csdn.net/Actionmr/archive/2008/07/30/2739878.aspx</link><wfw:comment>http://blog.csdn.net/Actionmr/comments/2739878.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Actionmr/comments/commentRss/2739878.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2739878</trackback:ping><description>&lt;PRE class=Csharp name=&quot;code&quot;&gt;/// &lt;SUMMARY&gt;
        /// 生成缩略图
        /// &lt;/SUMMARY&gt;
        /// &lt;PARAM name=&quot;originalImagePath&quot;&gt;源图路径（物理路径）&lt;/PARAM&gt;
        /// &lt;PARAM name=&quot;thumbnailPath&quot;&gt;缩略图路径（物理路径）&lt;/PARAM&gt;
        /// &lt;PARAM name=&quot;width&quot;&gt;缩略图宽度&lt;/PARAM&gt;
        /// &lt;PARAM name=&quot;height&quot;&gt;缩略图高度&lt;/PARAM&gt;
        /// &lt;PARAM name=&quot;mode&quot;&gt;生成缩略图的方式&lt;/PARAM&gt;    
        public static void MakeThumbnail(string originalImagePath, string thumbnailPath, int width, int height, string mode)
        {
  &lt;img src =&quot;http://blog.csdn.net/Actionmr/aggbug/2739878.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 30 Jul 2008 22:42:00 +0800</pubDate><author>Actionmr</author><comments>http://blog.csdn.net/Actionmr/archive/2008/07/30/2739878.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Actionmr/archive/2008/07/30/2739878.aspx</guid><dc:creator>Actionmr</dc:creator><fs:srclink>http://blog.csdn.net/Actionmr/archive/2008/07/30/2739878.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/actionmr/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/actionmr/~7424302/211976159/5533286</fs:itemid></item><item><title>翻译 一些很酷的.Net技巧</title><link>http://blog.csdn.net/Actionmr/archive/2008/07/30/2739775.aspx</link><wfw:comment>http://blog.csdn.net/Actionmr/comments/2739775.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Actionmr/comments/commentRss/2739775.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2739775</trackback:ping><description>原作出处：http://www.codeproject.com/useritems/tips.asp?df=100

一．.Net Framework

1．  如何获得系统文件夹

使用System.Envioment类的GetFolderPath方法；例如：

Environment.GetFolderPath( Environment.SpecialFolder.Personal )

2．  如何获得正在执行的exe文件的路径

1）  使用Application类的ExecutablePath属性

2）  System.Reflection.Assembly.GetExecutingAssembly().Location

3．  如何检测操作系统的版本

使用Envioment的OSVersion属性，例如：

OperatingSystem os = Environment.OSVersion;

MessageBox.Show(os.Version.ToString());

MessageBox.Show(os.Pla&lt;img src =&quot;http://blog.csdn.net/Actionmr/aggbug/2739775.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 30 Jul 2008 22:34:00 +0800</pubDate><author>Actionmr</author><comments>http://blog.csdn.net/Actionmr/archive/2008/07/30/2739775.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Actionmr/archive/2008/07/30/2739775.aspx</guid><dc:creator>Actionmr</dc:creator><fs:srclink>http://blog.csdn.net/Actionmr/archive/2008/07/30/2739775.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/actionmr/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/actionmr/~7424302/211976160/5533286</fs:itemid></item><item><title>Asp.Net 网页计数器(二)</title><link>http://blog.csdn.net/Actionmr/archive/2008/06/25/2584592.aspx</link><wfw:comment>http://blog.csdn.net/Actionmr/comments/2584592.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Actionmr/comments/commentRss/2584592.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2584592</trackback:ping><description>Asp.Net 网页计数器&lt;img src =&quot;http://blog.csdn.net/Actionmr/aggbug/2584592.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Jun 2008 18:46:00 +0800</pubDate><author>Actionmr</author><comments>http://blog.csdn.net/Actionmr/archive/2008/06/25/2584592.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Actionmr/archive/2008/06/25/2584592.aspx</guid><dc:creator>Actionmr</dc:creator><fs:srclink>http://blog.csdn.net/Actionmr/archive/2008/06/25/2584592.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/actionmr/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/actionmr/~7424302/211976161/5533286</fs:itemid></item><item><title>Asp.Net 网页计数器(一)</title><link>http://blog.csdn.net/Actionmr/archive/2008/06/25/2584581.aspx</link><wfw:comment>http://blog.csdn.net/Actionmr/comments/2584581.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Actionmr/comments/commentRss/2584581.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2584581</trackback:ping><description>Asp.Net 网页计数器&lt;img src =&quot;http://blog.csdn.net/Actionmr/aggbug/2584581.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Jun 2008 18:44:00 +0800</pubDate><author>Actionmr</author><comments>http://blog.csdn.net/Actionmr/archive/2008/06/25/2584581.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Actionmr/archive/2008/06/25/2584581.aspx</guid><dc:creator>Actionmr</dc:creator><fs:srclink>http://blog.csdn.net/Actionmr/archive/2008/06/25/2584581.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/actionmr/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/actionmr/~7424302/211976162/5533286</fs:itemid></item><item><title>页面之间传递参数的几种方法荟萃</title><link>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557888.aspx</link><wfw:comment>http://blog.csdn.net/Actionmr/comments/2557888.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Actionmr/comments/commentRss/2557888.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2557888</trackback:ping><description>页面之间传递参数&lt;img src =&quot;http://blog.csdn.net/Actionmr/aggbug/2557888.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Jun 2008 01:26:00 +0800</pubDate><author>Actionmr</author><comments>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557888.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Actionmr/archive/2008/06/17/2557888.aspx</guid><dc:creator>Actionmr</dc:creator><fs:srclink>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557888.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/actionmr/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/actionmr/~7424302/211976163/5533286</fs:itemid></item><item><title>ASP.NET2.0 文本编辑器FCKeditor</title><link>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557832.aspx</link><wfw:comment>http://blog.csdn.net/Actionmr/comments/2557832.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Actionmr/comments/commentRss/2557832.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2557832</trackback:ping><description>FCKeditor&lt;img src =&quot;http://blog.csdn.net/Actionmr/aggbug/2557832.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Jun 2008 01:12:00 +0800</pubDate><author>Actionmr</author><comments>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557832.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Actionmr/archive/2008/06/17/2557832.aspx</guid><dc:creator>Actionmr</dc:creator><fs:srclink>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557832.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/actionmr/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/actionmr/~7424302/211976164/5533286</fs:itemid></item><item><title>FCKEditor在Asp.net的安装</title><link>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557803.aspx</link><wfw:comment>http://blog.csdn.net/Actionmr/comments/2557803.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Actionmr/comments/commentRss/2557803.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2557803</trackback:ping><description>FCKEditor&lt;img src =&quot;http://blog.csdn.net/Actionmr/aggbug/2557803.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Jun 2008 01:09:00 +0800</pubDate><author>Actionmr</author><comments>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557803.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Actionmr/archive/2008/06/17/2557803.aspx</guid><dc:creator>Actionmr</dc:creator><fs:srclink>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557803.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/actionmr/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/actionmr/~7424302/211976165/5533286</fs:itemid></item><item><title>MagicAjax问题集（二）</title><link>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557795.aspx</link><wfw:comment>http://blog.csdn.net/Actionmr/comments/2557795.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Actionmr/comments/commentRss/2557795.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2557795</trackback:ping><description>MagicAjax问题集&lt;img src =&quot;http://blog.csdn.net/Actionmr/aggbug/2557795.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Jun 2008 01:07:00 +0800</pubDate><author>Actionmr</author><comments>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557795.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Actionmr/archive/2008/06/17/2557795.aspx</guid><dc:creator>Actionmr</dc:creator><fs:srclink>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557795.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/actionmr/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/actionmr/~7424302/211976166/5533286</fs:itemid></item><item><title>MagicAjax问题集（一）</title><link>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557788.aspx</link><wfw:comment>http://blog.csdn.net/Actionmr/comments/2557788.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Actionmr/comments/commentRss/2557788.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2557788</trackback:ping><description>MagicAjax问题集&lt;img src =&quot;http://blog.csdn.net/Actionmr/aggbug/2557788.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Jun 2008 01:06:00 +0800</pubDate><author>Actionmr</author><comments>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557788.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Actionmr/archive/2008/06/17/2557788.aspx</guid><dc:creator>Actionmr</dc:creator><fs:srclink>http://blog.csdn.net/Actionmr/archive/2008/06/17/2557788.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/actionmr/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/actionmr/~7424302/211976167/5533286</fs:itemid></item></channel></rss>