<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_MaxFree's Tech Space</title><subtitle type="text">MaxFree 的技术空间，有智慧的运用各种技术。</subtitle><id>http://feed.cnblogs.com/blog/u/15495/rss</id><updated>2009-02-17T09:51:13Z</updated><author><name>MaxFree</name><uri>http://www.cnblogs.com/eos/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eos/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/15495/rss"/><entry><id>http://www.cnblogs.com/eos/archive/2009/02/17/1392647.html</id><title type="text">太郁闷了,刚安装好 TFS2008 后, 一下服务就不能再用了.</title><summary type="text">太郁闷了,刚安装好 TFS2008 后, 访问 http://localhost:8080/Services/v1.0/Registration.asmx还都很正常.可一当使用了 WPDW8-M962C-VJX9M-HQB4Q-JVTDM 序列号升级后, 访问http://localhost:8080/Services/v1.0/Registration.asmx时,就成了. 您无权查看该网页 您...</summary><published>2009-02-17T09:51:00Z</published><updated>2009-02-17T09:51:00Z</updated><author><name>MaxFree</name><uri>http://www.cnblogs.com/eos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eos/archive/2009/02/17/1392647.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eos/archive/2009/02/17/1392647.html"/></entry><entry><id>http://www.cnblogs.com/eos/archive/2006/10/09/524000.html</id><title type="text">基于Provider的自定义服务</title><summary type="text">在使用 Membership 的时候可以为同一种操作方法定义多种行为，而具体使用哪种行为只需要在 Web.Config 中定义即可。这样可以极大的促进了系统的灵活性，可是 Membership 这种 Provider 服务是怎么设计的呢？查了一些资料，也查看了 .Framework 2.0 的反编译源码，最终还是在 MSDN 上的一篇英文资料中找到了答案。设计这种模式，似乎并不是那么容易，需要设计...</summary><published>2006-10-09T01:07:00Z</published><updated>2006-10-09T01:07:00Z</updated><author><name>MaxFree</name><uri>http://www.cnblogs.com/eos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eos/archive/2006/10/09/524000.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eos/archive/2006/10/09/524000.html"/></entry><entry><id>http://www.cnblogs.com/eos/archive/2006/09/16/505815.html</id><title type="text">ASP.NET 2.0 中的 Theme 功能。</title><summary type="text">ASP.NET 2.0 中新增加了 Theme 的功能，它的出现能让网站实现换肤更加容易。Theme 的实现包括：CSS、Skin、MasterPage。CSS 是用于控制所有 HTML 标记的外观。Skin 是用于控制所有 ASP.NET 服务器调整的外观，并且可以通过属性 cssClass 定义它的 CSS 样式。MasterPage 是 *.aspx 页面模版，不过它没有被定义到 Theme...</summary><published>2006-09-16T02:53:00Z</published><updated>2006-09-16T02:53:00Z</updated><author><name>MaxFree</name><uri>http://www.cnblogs.com/eos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eos/archive/2006/09/16/505815.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eos/archive/2006/09/16/505815.html"/></entry><entry><id>http://www.cnblogs.com/eos/archive/2006/07/26/460302.html</id><title type="text">自定义 MembershipProvider  的杂谈。</title><summary type="text">命名空间：System.Web.Security;Membership 是 VS DotNET 2005 中内置的一个静态类。它用于对成员资格验证和操作。它本身不提供对数据直接操作的方法，而是由它的 Provider 来完成。// Membership 类 // (取自 .Net FrameWork 2.0 内部代码)private static MembershipProvider s_Prov...</summary><published>2006-07-26T09:28:00Z</published><updated>2006-07-26T09:28:00Z</updated><author><name>MaxFree</name><uri>http://www.cnblogs.com/eos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eos/archive/2006/07/26/460302.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eos/archive/2006/07/26/460302.html"/></entry><entry><id>http://www.cnblogs.com/eos/archive/2006/07/20/455491.html</id><title type="text">简单说说泛类型.</title><summary type="text">看到很多网友写的泛类型说明,好多都是用例子说明.反正有点晕.后来看了看视频教程,才明白泛类型.其它泛类型的概念不复杂,只是利用了即时编译来完成的.这里定义一个泛类型. public class BetterClass&amp;lt;T&amp;gt; { private T obj1; public BetterClass() { } }如: BetterClass betterClass = new Bette...</summary><published>2006-07-20T05:48:00Z</published><updated>2006-07-20T05:48:00Z</updated><author><name>MaxFree</name><uri>http://www.cnblogs.com/eos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eos/archive/2006/07/20/455491.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eos/archive/2006/07/20/455491.html"/></entry><entry><id>http://www.cnblogs.com/eos/archive/2006/06/05/417485.html</id><title type="text">安装 TFS 的后，安装 QrickStartV20 无法正常工作。</title><summary type="text">昨天把 TFS 安装好了之后，再安装QuickStart 2.0快速入门时，出现了一些问题，而且目前还找不到什么好的解决办法。因为通过自动安装工具（ConfigSamples.exe ）进行安装的，它要求使用 'SQL Server Express' 数据库，再&amp;#8216;默认网站&amp;#8217;下面，建虚拟目录&amp;#8216;quickstartv20&amp;#8217;。安装完成后，浏览时显示&amp;#82...</summary><published>2006-06-05T03:09:00Z</published><updated>2006-06-05T03:09:00Z</updated><author><name>MaxFree</name><uri>http://www.cnblogs.com/eos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eos/archive/2006/06/05/417485.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eos/archive/2006/06/05/417485.html"/></entry><entry><id>http://www.cnblogs.com/eos/archive/2006/06/05/417302.html</id><title type="text">TFS - Team Foundation Server 的安装记录</title><summary type="text">因为要准备全面进入DotNET开发，所以首先就要构建一个环境。微软推出的 Team Foundation Server 用于支持团队开发，自然纳入学习范围之中。安装之前，查看了一些资料表明，安装它最好是使用一个新的环境。想一想系统也使用很长时间没有重装了，说不定木马病毒一堆（防毒软件不是太相信）。软件环境：操作系统：Windows2003 企业版SP1数据库：SQL Server 2005 中文版...</summary><published>2006-06-04T17:20:00Z</published><updated>2006-06-04T17:20:00Z</updated><author><name>MaxFree</name><uri>http://www.cnblogs.com/eos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eos/archive/2006/06/05/417302.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eos/archive/2006/06/05/417302.html"/></entry><entry><id>http://www.cnblogs.com/eos/archive/2005/12/02/289238.html</id><title type="text">今天终于在博客园注册了一个ID，可还不太会用。</title><summary type="text">我看到好多朋友的博客，都可以在侧边加入比较有个性的东东。如钟表之类，或QQ在线提示之类的。请问是在哪里加的，有没有这方向的操作指南？？？</summary><published>2005-12-02T06:01:00Z</published><updated>2005-12-02T06:01:00Z</updated><author><name>MaxFree</name><uri>http://www.cnblogs.com/eos/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eos/archive/2005/12/02/289238.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eos/archive/2005/12/02/289238.html"/></entry></feed>
