<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_fuyun</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/2898/rss</id><updated>2008-02-02T02:47:49Z</updated><author><name> 浮云</name><uri>http://www.cnblogs.com/fuyun/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fuyun/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/2898/rss"/><entry><id>http://www.cnblogs.com/fuyun/archive/2007/12/08/windows_live_writer_plugins_syntax_Highlighting_cn.html</id><title type="text">Windows Live Writer 代码高亮语法插件中文版</title><summary type="text">Windows Live Writer 代码高亮语法插件Syntax Highlight支持10多种语言的代码加亮，使用起来非常方便，不过唯一有个缺点，代码中的中文会乱码。这个工具是个开源项目，本身所使用的语法加亮库也是开源的。打开代码发现乱码是因为语法加亮库Wilco.SyntaxHighlighter.dll中RTF格式中没有中文字体的原因。现在将修改好的插件发布上来供大家使用，包含源代码。1...</summary><published>2007-12-08T06:24:00Z</published><updated>2007-12-08T06:24:00Z</updated><author><name> 浮云</name><uri>http://www.cnblogs.com/fuyun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fuyun/archive/2007/12/08/windows_live_writer_plugins_syntax_Highlighting_cn.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fuyun/archive/2007/12/08/windows_live_writer_plugins_syntax_Highlighting_cn.html"/></entry><entry><id>http://www.cnblogs.com/fuyun/archive/2007/12/07/986766.html</id><title type="text">程序集版本最后一位使用SVN版本号的自动生成方法</title><summary type="text">使用SVN进行源代码版本控制时，我们希望能够快速找到每个发布版本对应的源代码版本，现在可以通过在程序集的版本信息中增加SVN源码版本信息的方式来实现我们的要求。 现在我们定义每个程序集的版本信息的最末段表示SVN的源码版本。详细定义如下：程序集版本号分为4段，例如1.0.4.23。 第一段为主版本号，项目一但启动则不会更改。 第二段为次版本号，在项目功能做较大调整时增加，增量为1。 第三段为修订版...</summary><published>2007-12-07T06:29:00Z</published><updated>2007-12-07T06:29:00Z</updated><author><name> 浮云</name><uri>http://www.cnblogs.com/fuyun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fuyun/archive/2007/12/07/986766.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fuyun/archive/2007/12/07/986766.html"/></entry><entry><id>http://www.cnblogs.com/fuyun/archive/2007/10/19/930930.html</id><title type="text">从留言簿开始，学习MonoRail MVC(三) </title><summary type="text">刚开始学习MonoRail的时候，一直搞不清楚URL与调用的Controller是如何对应了，经过一番实验分析后，得出以下结论。一个http请求是与如何工作的呢？请看以下实例，我们将浏览器发出的请求URL分层四段。http://localhost/guestbook/user/admin/index.castle 1234第一段&amp;#8220;guestbook/user&amp;#8221;由Contro...</summary><published>2007-10-19T13:09:00Z</published><updated>2007-10-19T13:09:00Z</updated><author><name> 浮云</name><uri>http://www.cnblogs.com/fuyun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fuyun/archive/2007/10/19/930930.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fuyun/archive/2007/10/19/930930.html"/></entry><entry><id>http://www.cnblogs.com/fuyun/archive/2007/10/18/929610.html</id><title type="text">从留言簿开始，学习MonoRail MVC(二)</title><summary type="text">在研究MonoRail过程中进行了URL重定向的实验。未全面了解MonoRail的情况下，首先尝试使用ASP.NET经典方式，参考Microsoft一篇文章《在ASP.NET 中执行URL 重写》，创建UrlRewriteModule类并实现IHttpModule接口来达到我的要求。在实现该功能的同时，我将URL重定向的配置文件重Web Config中移除来，单独建立了一个URLRewriting...</summary><published>2007-10-18T14:38:00Z</published><updated>2007-10-18T14:38:00Z</updated><author><name> 浮云</name><uri>http://www.cnblogs.com/fuyun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fuyun/archive/2007/10/18/929610.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fuyun/archive/2007/10/18/929610.html"/></entry><entry><id>http://www.cnblogs.com/fuyun/archive/2007/10/17/928236.html</id><title type="text">从留言簿开始，学习MonoRail MVC(一)</title><summary type="text">关注MVC开发Web应用程序是看到《一个.NET的MVC Web框架》这篇文章以后开始的，通过官方网站的几个教程很快引起了我的兴趣，的确是非常简洁，让我想起了ASP的时代。再搜索了一下ASP.NET MVC框架，发现MonoRail相对来说文档较多一些，决定从它开始。最近一段时间微软要推出ASP.NET的MVC框架新闻各大技术网站都在转，博客园针对MonoRail的文章也多了起来。使用ASP.NE...</summary><published>2007-10-17T14:58:00Z</published><updated>2007-10-17T14:58:00Z</updated><author><name> 浮云</name><uri>http://www.cnblogs.com/fuyun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fuyun/archive/2007/10/17/928236.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fuyun/archive/2007/10/17/928236.html"/></entry><entry><id>http://www.cnblogs.com/fuyun/archive/2006/04/29/389074.html</id><title type="text">.Net 2.0ListView控件在Windows 2000和Windows XP上的差异</title><summary type="text">.Net 2.0为提供的ListView控件和1.1提供了分组和平铺视图两个新功能。这些功能需要在Windows XP或者Windows 2003上面才能表现出来。效果图如下：再Windows2000下面除了显示效果和以前一样以外，今天还发现下面这个问题。ListViewGroup.Count属性不会随ListView.Items.Clear()方法影响。ListViewlistView=newL...</summary><published>2006-04-29T15:01:00Z</published><updated>2006-04-29T15:01:00Z</updated><author><name> 浮云</name><uri>http://www.cnblogs.com/fuyun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fuyun/archive/2006/04/29/389074.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fuyun/archive/2006/04/29/389074.html"/></entry><entry><id>http://www.cnblogs.com/fuyun/archive/2006/04/08/370050.html</id><title type="text">如何让.Net控件在设计时InitializeComponent()中不生成相关代码</title><summary type="text">组件的一些公共属性不希望被VS在设计时加到InitializeComponent()方法中怎么处理呢？我试过了，将属性加上[Browsable(false)]也不行。我的代码如下：///&amp;lt;summary&amp;gt;///控制器通讯类型下拉列表框。///&amp;lt;/summary&amp;gt;publicclassCommunicationTypeComboBox:ComboBox{///&amp;lt;summ...</summary><published>2006-04-08T08:01:00Z</published><updated>2006-04-08T08:01:00Z</updated><author><name> 浮云</name><uri>http://www.cnblogs.com/fuyun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fuyun/archive/2006/04/08/370050.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fuyun/archive/2006/04/08/370050.html"/></entry><entry><id>http://www.cnblogs.com/fuyun/archive/2006/03/18/352957.html</id><title type="text">.Net控制USB设备相关内容</title><summary type="text">Coding4Fun：是你吗？为超炫的 USB 硬件编写更好的软件发布日期： 2006-3-1 | 更新日期： 2006-3-1Scott HanselmanCorillian Corporation本文中的代码讨论本文打印版本注：该项目的源代码仅仅是一个开始。在 SourceForge 中，该代码会进一步发展。访问该站点，获得指导代码演变的帮助或下载 .NET Framework 2.0 或 1...</summary><published>2006-03-18T08:58:00Z</published><updated>2006-03-18T08:58:00Z</updated><author><name> 浮云</name><uri>http://www.cnblogs.com/fuyun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fuyun/archive/2006/03/18/352957.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fuyun/archive/2006/03/18/352957.html"/></entry><entry><id>http://www.cnblogs.com/fuyun/archive/2006/03/09/346382.html</id><title type="text">[收藏]Web Services and C# Enums</title><summary type="text">原文：http://ikriv.com:8765/en/prog/info/dotnet/WebServices_and_Enums.html Web Services and C# Enums Web Service Transparency.NET support for web services is excellent in creating illusion of transparenc...</summary><published>2006-03-09T05:55:00Z</published><updated>2006-03-09T05:55:00Z</updated><author><name> 浮云</name><uri>http://www.cnblogs.com/fuyun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fuyun/archive/2006/03/09/346382.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fuyun/archive/2006/03/09/346382.html"/></entry><entry><id>http://www.cnblogs.com/fuyun/archive/2006/03/05/343385.html</id><title type="text">HttpContext 和 HttpRuntime中的一些属性的值。</title><summary type="text">HttpRuntimeSystem.Web.HttpRuntime base {object}: object AppDomainAppId: "f8c24d4a" AppDomainAppPath: "C:\\Documents and Settings\\FCCA\\桌面\\abc\\" AppDomainAppVirtualPath: "/abc" AppDomainId: "f8c24d4...</summary><published>2006-03-05T10:06:00Z</published><updated>2006-03-05T10:06:00Z</updated><author><name> 浮云</name><uri>http://www.cnblogs.com/fuyun/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fuyun/archive/2006/03/05/343385.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fuyun/archive/2006/03/05/343385.html"/></entry></feed>
