<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_梦在脚下，让心灵去飞翔。</title><subtitle type="text">专注.net,SQL Server,设计模式。</subtitle><id>http://feed.cnblogs.com/blog/u/15415/rss</id><updated>2008-07-30T02:14:23Z</updated><author><name>随风飘散</name><uri>http://www.cnblogs.com/CodeAnyWhere/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CodeAnyWhere/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/15415/rss"/><entry><id>http://www.cnblogs.com/CodeAnyWhere/archive/2008/07/30/1256183.html</id><title type="text">Windows Live 应用前景</title><summary type="text">首先提起Windows Live 大家都不陌生，并且大家也知道这是微软新近推出的面向互联网的服务，同时我们多多少少的或者间接的也用到了Windows Live 的一些服务，比如，Messsner, 照片，邮箱，空间等。但是我这个系列主要跟大家分享的是，如何利用Windows Live 服务来开发我们自己的应用，以及站在开发者的角度去认识Windows Live.微软在2005年11月 Window...</summary><published>2008-07-30T02:13:00Z</published><updated>2008-07-30T02:13:00Z</updated><author><name>随风飘散</name><uri>http://www.cnblogs.com/CodeAnyWhere/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CodeAnyWhere/archive/2008/07/30/1256183.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CodeAnyWhere/archive/2008/07/30/1256183.html"/><content type="text">首先提起Windows Live 大家都不陌生，并且大家也知道这是微软新近推出的面向互联网的服务，同时我们多多少少的或者间接的也用到了Windows Live 的一些服务，比如，Messsner, 照片，邮箱，空间等。但是我这个系列主要跟大家分享的是，如何利用Windows Live 服务来开发我们自己的应用，以及站在开发者的角度去认识Windows Live.微软在2005年11月 Window...</content></entry><entry><id>http://www.cnblogs.com/CodeAnyWhere/archive/2008/07/30/1256174.html</id><title type="text">Windows Live 概要</title><summary type="text">Windows Live汇聚你世界开发系列课程一Windows Live 概述主要说明Windows Live 是什么，Windows Live 产生的背景，以及微软对Windows Live整个产品线的定位，同时也说明它主要的应用领域及其Mash-up的概念，阐明结合Windows Live 的聚合网站的行业应用价值，并分析Windows Live 中较为有特色的Service 加以说明解释，如...</summary><published>2008-07-30T02:09:00Z</published><updated>2008-07-30T02:09:00Z</updated><author><name>随风飘散</name><uri>http://www.cnblogs.com/CodeAnyWhere/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CodeAnyWhere/archive/2008/07/30/1256174.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CodeAnyWhere/archive/2008/07/30/1256174.html"/><content type="text">Windows Live汇聚你世界开发系列课程一Windows Live 概述主要说明Windows Live 是什么，Windows Live 产生的背景，以及微软对Windows Live整个产品线的定位，同时也说明它主要的应用领域及其Mash-up的概念，阐明结合Windows Live 的聚合网站的行业应用价值，并分析Windows Live 中较为有特色的Service 加以说明解释，如...</content></entry><entry><id>http://www.cnblogs.com/CodeAnyWhere/archive/2008/02/28/1084378.html</id><title type="text">如何配置SQL Server 的文件组对应不同的RAID系统</title><summary type="text">首先在我们进行信息系统的开发的时候，数据库的应用必不可少，对于一个企业级别的数据库应用很少是只使用一块磁盘的，很多都是使用RAID磁盘阵列，来提高磁盘的访问性能与数据兼容性容错等，RAID可以分为几个级别，每个级别都对应不同的算法，SQL Server 2005常用的有几个级别0,1,5,10 下面我来简单说说这个几个级别的区别及其应用。RAID 0 简称磁盘条带化，它可以提供最好的读写性能，如果...</summary><published>2008-02-28T00:39:00Z</published><updated>2008-02-28T00:39:00Z</updated><author><name>随风飘散</name><uri>http://www.cnblogs.com/CodeAnyWhere/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CodeAnyWhere/archive/2008/02/28/1084378.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CodeAnyWhere/archive/2008/02/28/1084378.html"/><content type="text">首先在我们进行信息系统的开发的时候，数据库的应用必不可少，对于一个企业级别的数据库应用很少是只使用一块磁盘的，很多都是使用RAID磁盘阵列，来提高磁盘的访问性能与数据兼容性容错等，RAID可以分为几个级别，每个级别都对应不同的算法，SQL Server 2005常用的有几个级别0,1,5,10 下面我来简单说说这个几个级别的区别及其应用。RAID 0 简称磁盘条带化，它可以提供最好的读写性能，如果...</content></entry><entry><id>http://www.cnblogs.com/CodeAnyWhere/archive/2007/09/03/880780.html</id><title type="text">DataGridView数据窗口控件开发方法及其源码提供下载</title><summary type="text">版权声明：如有转载，下载源码者如转到第三方网站必须注明博客园随风飘散否则作者有追究法律责任的权利。各位博友很对不起，在2005年的时候我做了一个类似于PB数据窗口的控件，没有想到引起了很多博友的关注，后来开始做Asp.net ，这部分代码也因为一次硬盘事故丢失，今天不小心中又发现了，多年前写的这段源码，就发了出来，如果有转载的请注明我的署名即可，本段源码使用没有任何限制，你可以随便修改，希望此段代...</summary><published>2007-09-03T14:26:00Z</published><updated>2007-09-03T14:26:00Z</updated><author><name>随风飘散</name><uri>http://www.cnblogs.com/CodeAnyWhere/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CodeAnyWhere/archive/2007/09/03/880780.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CodeAnyWhere/archive/2007/09/03/880780.html"/><content type="text">版权声明：如有转载，下载源码者如转到第三方网站必须注明博客园随风飘散否则作者有追究法律责任的权利。各位博友很对不起，在2005年的时候我做了一个类似于PB数据窗口的控件，没有想到引起了很多博友的关注，后来开始做Asp.net ，这部分代码也因为一次硬盘事故丢失，今天不小心中又发现了，多年前写的这段源码，就发了出来，如果有转载的请注明我的署名即可，本段源码使用没有任何限制，你可以随便修改，希望此段代...</content></entry><entry><id>http://www.cnblogs.com/CodeAnyWhere/archive/2007/06/28/798687.html</id><title type="text">Microsoft ESB Guidance(一) ESB Overview</title><summary type="text">微软公司最近提供一套用于帮助企业实现ESB(Enterprise Service Bus)的框架，这套ESB框架是基于BizTalk Server的，ESB不是微软公司的专利，许多大公司例如IBM 都有自己的ESB产品，当一个企业发展到了一定规模的时候，会有很多套成熟的软件共同来支撑企业的运营，所以当一个企业的信息化建设过程，必定会需要对多个业务系统进行整合，统一管理，统一协调。同时微软公司已经成...</summary><published>2007-06-28T04:32:00Z</published><updated>2007-06-28T04:32:00Z</updated><author><name>随风飘散</name><uri>http://www.cnblogs.com/CodeAnyWhere/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CodeAnyWhere/archive/2007/06/28/798687.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CodeAnyWhere/archive/2007/06/28/798687.html"/><content type="text">微软公司最近提供一套用于帮助企业实现ESB(Enterprise Service Bus)的框架，这套ESB框架是基于BizTalk Server的，ESB不是微软公司的专利，许多大公司例如IBM 都有自己的ESB产品，当一个企业发展到了一定规模的时候，会有很多套成熟的软件共同来支撑企业的运营，所以当一个企业的信息化建设过程，必定会需要对多个业务系统进行整合，统一管理，统一协调。同时微软公司已经成...</content></entry><entry><id>http://www.cnblogs.com/CodeAnyWhere/archive/2007/03/06/665988.html</id><title type="text">Team Foundation Server 维护手记一(强制解除签入签出锁定)</title><summary type="text">点击查看详细内容</summary><published>2007-03-06T12:29:00Z</published><updated>2007-03-06T12:29:00Z</updated><author><name>随风飘散</name><uri>http://www.cnblogs.com/CodeAnyWhere/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CodeAnyWhere/archive/2007/03/06/665988.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CodeAnyWhere/archive/2007/03/06/665988.html"/><content type="text">点击查看详细内容</content></entry><entry><id>http://www.cnblogs.com/CodeAnyWhere/archive/2007/03/02/662037.html</id><title type="text">财务显示单元格的GridView控件(源码可以下载)</title><summary type="text">版权声明：如有转载，下载源码者如转到第三方网站必须注明博客园随风飘散否则作者有追究法律责任的权利。前年开发了一个小小的控件，不想大家这么感兴趣，一个一个发给大家有点手软，索性把源码工程一块放上，大家都可以下载。源码下载大家好，前一段时间我开发了一些基于VS2005下的控件，不知道对大家是否在学习VS2005方面有帮助，今天继续发布基于VS2005下的控件，这个控件主要是针对财务金额显示方面的...</summary><published>2007-03-02T10:10:00Z</published><updated>2007-03-02T10:10:00Z</updated><author><name>随风飘散</name><uri>http://www.cnblogs.com/CodeAnyWhere/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CodeAnyWhere/archive/2007/03/02/662037.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CodeAnyWhere/archive/2007/03/02/662037.html"/><content type="text">版权声明：如有转载，下载源码者如转到第三方网站必须注明博客园随风飘散否则作者有追究法律责任的权利。前年开发了一个小小的控件，不想大家这么感兴趣，一个一个发给大家有点手软，索性把源码工程一块放上，大家都可以下载。源码下载大家好，前一段时间我开发了一些基于VS2005下的控件，不知道对大家是否在学习VS2005方面有帮助，今天继续发布基于VS2005下的控件，这个控件主要是针对财务金额显示方面的...</content></entry><entry><id>http://www.cnblogs.com/CodeAnyWhere/archive/2006/12/22/600785.html</id><title type="text">Community Server 2.1 安装到远程虚拟主机上常见问题解决</title><summary type="text">Commnity Server 2.1 在由本地部署迁移到远程的虚拟主机上的时候一些常见问题的解决。</summary><published>2006-12-22T12:32:00Z</published><updated>2006-12-22T12:32:00Z</updated><author><name>随风飘散</name><uri>http://www.cnblogs.com/CodeAnyWhere/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CodeAnyWhere/archive/2006/12/22/600785.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CodeAnyWhere/archive/2006/12/22/600785.html"/><content type="text">Commnity Server 2.1 在由本地部署迁移到远程的虚拟主机上的时候一些常见问题的解决。</content></entry><entry><id>http://www.cnblogs.com/CodeAnyWhere/archive/2006/06/21/WebGridView.html</id><title type="text">ASP.Net2.0 GridView 多列排序，显示排序图标，分页。</title><summary type="text">最近在使用ASP.net 2.0的GridView 控件时，发现排序与分页功能Microsoft实现的都很简单，比如排序，在点击列名的时候来触发整页的PostBack，然后排序，但是在列头上没有一个显示升序降序的图标，这会让最终用户使用时很迷惑，因为不知道是升序了还是降序了，所以今天首先解决的第一问题就是升序降序在列上显示图标，第二要解决的问题是默认GridView按列排序只能排一列的，也就是不能...</summary><published>2006-06-21T13:38:00Z</published><updated>2006-06-21T13:38:00Z</updated><author><name>随风飘散</name><uri>http://www.cnblogs.com/CodeAnyWhere/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CodeAnyWhere/archive/2006/06/21/WebGridView.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CodeAnyWhere/archive/2006/06/21/WebGridView.html"/><content type="text">最近在使用ASP.net 2.0的GridView 控件时，发现排序与分页功能Microsoft实现的都很简单，比如排序，在点击列名的时候来触发整页的PostBack，然后排序，但是在列头上没有一个显示升序降序的图标，这会让最终用户使用时很迷惑，因为不知道是升序了还是降序了，所以今天首先解决的第一问题就是升序降序在列上显示图标，第二要解决的问题是默认GridView按列排序只能排一列的，也就是不能...</content></entry><entry><id>http://www.cnblogs.com/CodeAnyWhere/archive/2006/05/09/394883.html</id><title type="text">WinFX(WCF,WPF,WWF) 团队成立了，欢迎大家参与(此贴也为申请加入团队贴，只要留下你的BlogID就可以了)。</title><summary type="text">WinFX团队今天成立了，特别感谢dudu的大力支持，欢迎大家踊跃参与。随着Vista发布的日期临近，同时WinFX SDK的版本也在不断的修正，通过微软在.Net领域取得的成功，相信微软在下一代API WinFX上一定是划时代，为了下个十年，你准备好了吗？</summary><published>2006-05-09T04:56:00Z</published><updated>2006-05-09T04:56:00Z</updated><author><name>随风飘散</name><uri>http://www.cnblogs.com/CodeAnyWhere/</uri></author><link rel="alternate" href="http://www.cnblogs.com/CodeAnyWhere/archive/2006/05/09/394883.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/CodeAnyWhere/archive/2006/05/09/394883.html"/><content type="text">WinFX团队今天成立了，特别感谢dudu的大力支持，欢迎大家踊跃参与。随着Vista发布的日期临近，同时WinFX SDK的版本也在不断的修正，通过微软在.Net领域取得的成功，相信微软在下一代API WinFX上一定是划时代，为了下个十年，你准备好了吗？</content></entry></feed>
