<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Windsails</title><subtitle type="text">...人生只似风前絮,欢也零星,悲也零星,都作连江点点萍...</subtitle><id>http://feed.cnblogs.com/blog/u/6081/rss</id><updated>2004-12-16T07:47:00Z</updated><author><name>风前絮~~</name><uri>http://www.cnblogs.com/windsails/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/windsails/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/6081/rss"/><entry><id>http://www.cnblogs.com/windsails/archive/2004/12/16/77953.html</id><title type="text">Rainbow分页解决方案</title><summary type="text">Rainbow是C#编写的一个优秀的开源门户网站项目。无论是实际应用还是拿来学习，都是一个不错的选择。目前似乎汉化最好的是RC4的版本，在bussoft有下载。但遗憾的是其中很多的功能模块都不提供分页的功能。在网上找了下，发现以下的解决方案：Rainbow其实已经自带分页的功能支持，如在Rainbow.UI.WebControls下，IPaging接口、Paging和PagingNumbers控件...</summary><published>2004-12-16T07:32:00Z</published><updated>2004-12-16T07:32:00Z</updated><author><name>风前絮~~</name><uri>http://www.cnblogs.com/windsails/</uri></author><link rel="alternate" href="http://www.cnblogs.com/windsails/archive/2004/12/16/77953.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/windsails/archive/2004/12/16/77953.html"/></entry><entry><id>http://www.cnblogs.com/windsails/archive/2004/11/04/60296.html</id><title type="text">FTB2.0和CuteEditor的一些问题</title><summary type="text">最近有些开发用了FTB2.0。普遍问题是它自己带的“图片增加”功能不可以直接使用。这个问题倒不大，因为我们的应用中对于资源（如图片，声音等）的管理是另外自己做了个资源管理器的。但目前发现了一个更为麻烦的事情，就是它对一些HTML的支持不是太好，会丢失信息，这个倒是比较严重的问题。 例如需要编辑下面的代码：  &amp;lt;H1&amp;gt;模板五&amp;lt;/H1&amp;gt;&amp;lt;H2&amp;gt;模板五内容&amp;lt;/H...</summary><published>2004-11-04T03:12:00Z</published><updated>2004-11-04T03:12:00Z</updated><author><name>风前絮~~</name><uri>http://www.cnblogs.com/windsails/</uri></author><link rel="alternate" href="http://www.cnblogs.com/windsails/archive/2004/11/04/60296.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/windsails/archive/2004/11/04/60296.html"/></entry><entry><id>http://www.cnblogs.com/windsails/archive/2004/11/04/60265.html</id><title type="text">testFTB2.0</title><summary type="text">模板五模板五内容详细内容 Hello yes Ok 1 2 3 特殊台test</summary><published>2004-11-04T02:35:00Z</published><updated>2004-11-04T02:35:00Z</updated><author><name>风前絮~~</name><uri>http://www.cnblogs.com/windsails/</uri></author><link rel="alternate" href="http://www.cnblogs.com/windsails/archive/2004/11/04/60265.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/windsails/archive/2004/11/04/60265.html"/></entry><entry><id>http://www.cnblogs.com/windsails/archive/2004/11/04/60264.html</id><title type="text">testCuteEditor</title><summary type="text">模板五模板五内容详细内容 Hello yes Ok 1 2 3 特殊台test</summary><published>2004-11-04T02:34:00Z</published><updated>2004-11-04T02:34:00Z</updated><author><name>风前絮~~</name><uri>http://www.cnblogs.com/windsails/</uri></author><link rel="alternate" href="http://www.cnblogs.com/windsails/archive/2004/11/04/60264.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/windsails/archive/2004/11/04/60264.html"/></entry><entry><id>http://www.cnblogs.com/windsails/archive/2004/11/04/60242.html</id><title type="text">看看MS内部对.NET的使用情况...</title><summary type="text">看看MS内部对.NET的使用情况 (摘自Dan Fernandez&amp;#39;s Blog)In the comments of&amp;#160;Scott Hanselman&amp;#39;s blog posts on why VB developers don&amp;#39;t switch/migrate/convert to VB.NET, someone replied with the followin...</summary><published>2004-11-04T01:57:00Z</published><updated>2004-11-04T01:57:00Z</updated><author><name>风前絮~~</name><uri>http://www.cnblogs.com/windsails/</uri></author><link rel="alternate" href="http://www.cnblogs.com/windsails/archive/2004/11/04/60242.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/windsails/archive/2004/11/04/60242.html"/></entry><entry><id>http://www.cnblogs.com/windsails/archive/2004/10/28/57794.html</id><title type="text">base想到...</title><summary type="text">base 是C#中77个（如果没有记错的话）关键字之一，在MSDN文档中列举的主要作用是两个：1. 调用基类上已被其他方法重写的方法。2. 指定创建派生类实例时应调用的基类构造函数。注意点：基类访问只能在构造函数、实例方法或实例属性访问器中进行，从静态方法中使用base关键字是错误的。对于第1点，作用十分明显，重写了父类函数，但是又需要调用父类函数的时候就需要用到了，例如下面的代码：usingSy...</summary><published>2004-10-28T08:02:00Z</published><updated>2004-10-28T08:02:00Z</updated><author><name>风前絮~~</name><uri>http://www.cnblogs.com/windsails/</uri></author><link rel="alternate" href="http://www.cnblogs.com/windsails/archive/2004/10/28/57794.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/windsails/archive/2004/10/28/57794.html"/></entry><entry><id>http://www.cnblogs.com/windsails/archive/2004/10/25/56658.html</id><title type="text">多个Main函数的应用程序</title><summary type="text">Main函数是C#应用程序的主入口，且需要用public和static来修饰，是否需要返回值和输入命令参数则根据实际需要而定。但是否想过在一个应用程序中，允许有多个类包含Main吗？例如下面的代码：usingSystem;classMain1{publicstaticvoidMain(){Console.WriteLine("Main1");Main2.Main();}}classMain2{pu...</summary><published>2004-10-25T15:00:00Z</published><updated>2004-10-25T15:00:00Z</updated><author><name>风前絮~~</name><uri>http://www.cnblogs.com/windsails/</uri></author><link rel="alternate" href="http://www.cnblogs.com/windsails/archive/2004/10/25/56658.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/windsails/archive/2004/10/25/56658.html"/></entry><entry><id>http://www.cnblogs.com/windsails/archive/2004/10/22/55506.html</id><title type="text">伟大架构师的秘密</title><summary type="text">十分值得一读:伟大架构师的秘密 所有伟大的架构师都掌握了在抽象的不同层次上概念化解决方案的技能。通过将解决方案组织到离散的层次，架构师可以专注于解决方案的单个方面而忽略所有剩余的复杂性。展示将抽象层次应用到 IT 解决方案的技术，并将其与其他工程学科相比较。 ...具体看:http://www.microsoft.com/china/msdn/library/architecture/archit...</summary><published>2004-10-22T07:23:00Z</published><updated>2004-10-22T07:23:00Z</updated><author><name>风前絮~~</name><uri>http://www.cnblogs.com/windsails/</uri></author><link rel="alternate" href="http://www.cnblogs.com/windsails/archive/2004/10/22/55506.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/windsails/archive/2004/10/22/55506.html"/></entry><entry><id>http://www.cnblogs.com/windsails/archive/2004/10/22/55388.html</id><title type="text">权限管理越来越复杂</title><summary type="text">在一些网站应用中，有时会涉及到一些资源的网页管理问题。例如，通过网页的方式管理一些网站服务器端的资源，如图片等。图片等资源文件是放在网站的某个目录下面的，如果有些资源不是通过网页方式提交，或者可能是以前的一些数据资源等，通过COPY或者其它的方式将他们放到新的网站上。这时候往往会遇到的问题是：通过网页方式不一定那么自如的修改这些原有的数据资源。道理也简单，因为copy用到的权限是Windows下面...</summary><published>2004-10-22T03:20:00Z</published><updated>2004-10-22T03:20:00Z</updated><author><name>风前絮~~</name><uri>http://www.cnblogs.com/windsails/</uri></author><link rel="alternate" href="http://www.cnblogs.com/windsails/archive/2004/10/22/55388.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/windsails/archive/2004/10/22/55388.html"/></entry><entry><id>http://www.cnblogs.com/windsails/archive/2004/10/15/52818.html</id><title type="text">ASP.NET跨应用程序进行登录的解决</title><summary type="text">最近一个朋友问我一个问题: 如何可以将ASPdotNET Forum2.0放到他的一个项目中（好象网上也有人讨论过如何将dotText和ASPdotNET Forum等开源项目集成起来的），他原来的项目已经有一套用户登录机制了，而且用户数据库也是现成的，如何使得在他原来系统上登录后就可以直接转到Forum上，而又不需要再次输入用户信息呢?刚开始感觉a piece of cake...象这种一次登录...</summary><published>2004-10-15T09:38:00Z</published><updated>2004-10-15T09:38:00Z</updated><author><name>风前絮~~</name><uri>http://www.cnblogs.com/windsails/</uri></author><link rel="alternate" href="http://www.cnblogs.com/windsails/archive/2004/10/15/52818.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/windsails/archive/2004/10/15/52818.html"/></entry></feed>
