<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_一切随心_分类_C#</title><id>http://feed.cnblogs.com/blog/u/21736/category/71775/rss</id><updated>2012-05-31T14:34:43Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/category/71775.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/21736/category/71775/rss"/><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2009/12/21/1629263.html</id><title type="text">[深入浅出系列]System.Environment</title><summary type="text">一年前在我拜读Lippman的《C# Primer》一作的时候，有一句话深深地激励了我。原话差不多是这么说的，“要想成为C#方面的专家，至少得要精通Framework中的1000个类”，很明显我离这个数值还相差甚远，这不，“亡羊补牢，犹未晚也”，今天就拿一个比较简单的Environment类开刀。 如果说我把一篇文章搞成了MSDN的样子没有太多意义，...</summary><published>2009-12-21T13:42:00Z</published><updated>2009-12-21T13:42:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2009/12/21/1629263.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2009/12/21/1629263.html"/><content type="text">一年前在我拜读Lippman的《C# Primer》一作的时候，有一句话深深地激励了我。原话差不多是这么说的，“要想成为C#方面的专家，至少得要精通Framework中的1000个类”，很明显我离这个数值还相差甚远，这不，“亡羊补牢，犹未晚也”，今天就拿一个比较简单的Environment类开刀。 如果说我把一篇文章搞成了MSDN的样子没有太多意义，...</content></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2009/04/20/1439636.html</id><title type="text">C#与Matlab混合编程的几种方式</title><summary type="text">主要参考资料: 《Matlab C# Book》，我看的是第一版的电子书，网上可以搜到。说实话，我觉得C#与Matlab混合编程相比VC与Matlab混合编程没有啥优势，基本上还是通过P/V Invoke操作Matlab mcc编译器生成的C语言版本的DLL。此外，速度上也慢的吓人-_-下面简单写写C#与Matlab混合编程的4种方式（可能还不够全，欢迎补充）：1.通过从Matlab的*.m文件中...</summary><published>2009-04-20T05:38:00Z</published><updated>2009-04-20T05:38:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2009/04/20/1439636.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2009/04/20/1439636.html"/><content type="text">主要参考资料: 《Matlab C# Book》，我看的是第一版的电子书，网上可以搜到。说实话，我觉得C#与Matlab混合编程相比VC与Matlab混合编程没有啥优势，基本上还是通过P/V Invoke操作Matlab mcc编译器生成的C语言版本的DLL。此外，速度上也慢的吓人-_-下面简单写写C#与Matlab混合编程的4种方式（可能还不够全，欢迎补充）：1.通过从Matlab的*.m文件中...</content></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2009/03/05/1403606.html</id><title type="text">Tidy - 一个把HTML 转成XHTML的工具库[整理]</title><summary type="text">Tidy 最初由Dave Raggett设计，并通过W3C 网站以开放源代码许可协议分发。现在Tidy是由SourceForge上的一群志愿者在维护。 Tidy可以用来解析、格式化HTML，是一个出色的HTML解析引擎，它最初设计的目的是用来自动修正HTML中的错误和松散的标签。 Tidy项目可以访问( http://tidy.sourceforge.net/ )获得，目前最新的一次更新是2008...</summary><published>2009-03-05T01:26:00Z</published><updated>2009-03-05T01:26:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2009/03/05/1403606.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2009/03/05/1403606.html"/><content type="text">Tidy 最初由Dave Raggett设计，并通过W3C 网站以开放源代码许可协议分发。现在Tidy是由SourceForge上的一群志愿者在维护。 Tidy可以用来解析、格式化HTML，是一个出色的HTML解析引擎，它最初设计的目的是用来自动修正HTML中的错误和松散的标签。 Tidy项目可以访问( http://tidy.sourceforge.net/ )获得，目前最新的一次更新是2008...</content></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2008/08/15/1243063.html</id><title type="text">《C#完全手册》中提到的一些内部工具及编译选项 </title><summary type="text">一、 内部工具.Net 为使用与开发人员提供了功能强大、种类丰富的管理与开发工具，同时他们也是.Net框架提供的服务，我们将它们列在下面，正是由于有了它们的支持.Net才变得如此强大:1. Visual Studio.NET: .NET的核心开发工具，包括微软提供的各种开发语言2. Assembly Generation Utility (al.exe): 用来建立集合的工具。它能够将资源文件或M...</summary><published>2008-08-15T05:09:00Z</published><updated>2008-08-15T05:09:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2008/08/15/1243063.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2008/08/15/1243063.html"/><content type="text">一、 内部工具.Net 为使用与开发人员提供了功能强大、种类丰富的管理与开发工具，同时他们也是.Net框架提供的服务，我们将它们列在下面，正是由于有了它们的支持.Net才变得如此强大:1. Visual Studio.NET: .NET的核心开发工具，包括微软提供的各种开发语言2. Assembly Generation Utility (al.exe): 用来建立集合的工具。它能够将资源文件或M...</content></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2007/04/02/697146.html</id><title type="text">郁闷的 ConfigurationManager.OpenExeConfiguration </title><summary type="text">注意：此方法在 .NET Framework 2.0 版中是新增的。将指定的客户端配置文件作为 Configuration 对象打开。命名空间:System.Configuration程序集:System.Configuration（在 system.configuration.dll 中）语法 C# public static Configuration OpenExeConfiguration...</summary><published>2007-04-02T08:21:00Z</published><updated>2007-04-02T08:21:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2007/04/02/697146.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2007/04/02/697146.html"/><content type="text">注意：此方法在 .NET Framework 2.0 版中是新增的。将指定的客户端配置文件作为 Configuration 对象打开。命名空间:System.Configuration程序集:System.Configuration（在 system.configuration.dll 中）语法 C# public static Configuration OpenExeConfiguration...</content></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2007/04/02/697022.html</id><title type="text">做安装类的一个注意点</title><summary type="text">这两天一直在弄.Net2.0下的部署,发觉安装类真是一个好东东.要注意的是写安装类一定要继承于System.Configuration.Install.Installer,并重写其中的Install和Uninstall等方法.最重要的是不要忘了加特性[RunInstaller(true)]由于这个东东不好调试的缘故,被郁闷了好久.</summary><published>2007-04-02T06:51:00Z</published><updated>2007-04-02T06:51:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2007/04/02/697022.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2007/04/02/697022.html"/><content type="text">这两天一直在弄.Net2.0下的部署,发觉安装类真是一个好东东.要注意的是写安装类一定要继承于System.Configuration.Install.Installer,并重写其中的Install和Uninstall等方法.最重要的是不要忘了加特性[RunInstaller(true)]由于这个东东不好调试的缘故,被郁闷了好久.</content></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2007/03/26/689075.html</id><title type="text">C#使用OLEDB读取Excel的一个注意点</title><summary type="text"/><published>2007-03-26T13:37:00Z</published><updated>2007-03-26T13:37:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2007/03/26/689075.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2007/03/26/689075.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2007/01/13/619531.html</id><title type="text">.Net 开发者必需的20个工具[整理]</title><summary type="text"/><published>2007-01-13T06:09:00Z</published><updated>2007-01-13T06:09:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2007/01/13/619531.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2007/01/13/619531.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2006/12/23/601682.html</id><title type="text">BitmapToRegion 学习</title><summary type="text">推荐一个不错的文章http://www.codeproject.com/cs/miscctrl/walkingrabbit.asp里面的由Arild Fines编写的BitmapToRegion很实用！由名字就可以知道什么意思了，把位图转化为区域。指定什么颜色为透明色或者什么颜色为非透明色。原理其实是用raw去访问了bitmap，不断的用矩形去框住透明部分或者不透明部分，最后添加到Graphics...</summary><published>2006-12-23T12:04:00Z</published><updated>2006-12-23T12:04:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2006/12/23/601682.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2006/12/23/601682.html"/><content type="text">推荐一个不错的文章http://www.codeproject.com/cs/miscctrl/walkingrabbit.asp里面的由Arild Fines编写的BitmapToRegion很实用！由名字就可以知道什么意思了，把位图转化为区域。指定什么颜色为透明色或者什么颜色为非透明色。原理其实是用raw去访问了bitmap，不断的用矩形去框住透明部分或者不透明部分，最后添加到Graphics...</content></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2006/12/20/598697.html</id><title type="text">C#模拟MSN窗体抖动[原创]</title><summary type="text">C#模拟MSN窗体抖动窗体抖动是件很有意思的事情，就让我们看看一起来看看它的原理吧。其实是生成随机数，然后改变Form的左上角的坐标。我用的是循环来弄得，其实可以用timer来控制.我把抖动分成了两种抖动:1。 生成随机数，改变窗体左上角坐标，然后立即把窗体的坐上角坐标还原，继续循环。2。 生成随机数，改变窗体左上角坐标，循环完毕之后，然后立即把窗体的坐上角坐标还原。核心代码如下：//第一种抖动p...</summary><published>2006-12-20T14:56:00Z</published><updated>2006-12-20T14:56:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2006/12/20/598697.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2006/12/20/598697.html"/><content type="text">C#模拟MSN窗体抖动窗体抖动是件很有意思的事情，就让我们看看一起来看看它的原理吧。其实是生成随机数，然后改变Form的左上角的坐标。我用的是循环来弄得，其实可以用timer来控制.我把抖动分成了两种抖动:1。 生成随机数，改变窗体左上角坐标，然后立即把窗体的坐上角坐标还原，继续循环。2。 生成随机数，改变窗体左上角坐标，循环完毕之后，然后立即把窗体的坐上角坐标还原。核心代码如下：//第一种抖动p...</content></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2006/12/20/597856.html</id><title type="text">Access 查询分析器1.0 发布了~</title><summary type="text">由于这学期学了两门课程都和数据库相关，而作业都是要求在Access下完成的。习惯了使用Sql Server系列的我在Access下感到非常不适应，尤其在查询分析器的方面，Access自带的那个实在不敢恭维，就心血来潮，写了一个。技术方面的话：其实没啥，没有自己写词法，语法分析，也没有自己设计那个编辑控件。这次的软件制作过程让我熟悉了一下从SharpDevelop中抽取的TextEditor，和Dr...</summary><published>2006-12-20T04:42:00Z</published><updated>2006-12-20T04:42:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2006/12/20/597856.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2006/12/20/597856.html"/><content type="text">由于这学期学了两门课程都和数据库相关，而作业都是要求在Access下完成的。习惯了使用Sql Server系列的我在Access下感到非常不适应，尤其在查询分析器的方面，Access自带的那个实在不敢恭维，就心血来潮，写了一个。技术方面的话：其实没啥，没有自己写词法，语法分析，也没有自己设计那个编辑控件。这次的软件制作过程让我熟悉了一下从SharpDevelop中抽取的TextEditor，和Dr...</content></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2006/11/24/570657.html</id><title type="text">MDX 学习笔记2</title><summary type="text">简单的学习了一下材质，光源和如何绘制图元。下面是绘制圆锥的一个例子， 写了许多注释，就不多说了哈！usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;...</summary><published>2006-11-24T02:02:00Z</published><updated>2006-11-24T02:02:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2006/11/24/570657.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2006/11/24/570657.html"/><content type="text">简单的学习了一下材质，光源和如何绘制图元。下面是绘制圆锥的一个例子， 写了许多注释，就不多说了哈！usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;...</content></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2006/11/22/569138.html</id><title type="text">.Net下WinForm换肤控件整理</title><summary type="text">.Net下WinForm换肤控件整理 作者： 农夫三拳(drizzlecrj@gmail.com) 最近琼琼要做组原大作业，想做一个有着漂亮皮肤的界面，我当然得尽一点绵薄之力，于是到google狂搜了一下。结合我以前用过的换肤控件，现在这里做一个整理，希望琼琼能够找到中意的:-).以下介绍的换肤控件（排名不分先后）基本上都是要花钱注册的，委实郁闷，可以考虑自己贴图实现。1. 东日IrisSkin...</summary><published>2006-11-22T13:47:00Z</published><updated>2006-11-22T13:47:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2006/11/22/569138.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2006/11/22/569138.html"/><content type="text">.Net下WinForm换肤控件整理 作者： 农夫三拳(drizzlecrj@gmail.com) 最近琼琼要做组原大作业，想做一个有着漂亮皮肤的界面，我当然得尽一点绵薄之力，于是到google狂搜了一下。结合我以前用过的换肤控件，现在这里做一个整理，希望琼琼能够找到中意的:-).以下介绍的换肤控件（排名不分先后）基本上都是要花钱注册的，委实郁闷，可以考虑自己贴图实现。1. 东日IrisSkin...</content></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2006/11/21/567257.html</id><title type="text">MDX 学习笔记1</title><summary type="text"/><published>2006-11-21T05:50:00Z</published><updated>2006-11-21T05:50:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2006/11/21/567257.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2006/11/21/567257.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2006/10/27/541838.html</id><title type="text">异形窗口高亮[原创]</title><summary type="text"/><published>2006-10-27T06:06:00Z</published><updated>2006-10-27T06:06:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2006/10/27/541838.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2006/10/27/541838.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2006/10/25/539483.html</id><title type="text">找到两个隐藏bug[原创]</title><summary type="text"/><published>2006-10-25T06:00:00Z</published><updated>2006-10-25T06:00:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2006/10/25/539483.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2006/10/25/539483.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2006/10/22/536521.html</id><title type="text">WindowsXP下关机方法整理</title><summary type="text"/><published>2006-10-22T09:15:00Z</published><updated>2006-10-22T09:15:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2006/10/22/536521.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2006/10/22/536521.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2006/10/22/536410.html</id><title type="text">简单的音频函数 PlaySound[原创]</title><summary type="text"/><published>2006-10-22T06:35:00Z</published><updated>2006-10-22T06:35:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2006/10/22/536410.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2006/10/22/536410.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2006/10/18/532134.html</id><title type="text">大图像移动时的闪动解决方案[原创]</title><summary type="text"/><published>2006-10-18T01:54:00Z</published><updated>2006-10-18T01:54:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2006/10/18/532134.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2006/10/18/532134.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/drizzlecrj/archive/2006/10/14/528980.html</id><title type="text">窗口小助手(for程序员) 版本1.1 发布~</title><summary type="text"/><published>2006-10-14T08:02:00Z</published><updated>2006-10-14T08:02:00Z</updated><author><name>农夫三拳</name><uri>http://www.cnblogs.com/drizzlecrj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drizzlecrj/archive/2006/10/14/528980.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drizzlecrj/archive/2006/10/14/528980.html"/><content type="text"/></entry></feed>
