<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/flylhf126" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/flylhf126" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 23 Jan 2007 00:15:00 GMT</lastBuildDate><title>flylhf126的专栏</title><description>苦咖啡的滋味</description><link>http://blog.csdn.net/flylhf126/</link><item><title>ASP.NET 2.0角色及成员管理</title><link>http://blog.csdn.net/flylhf126/archive/2007/01/23/1490600.aspx</link><wfw:comment>http://blog.csdn.net/flylhf126/comments/1490600.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/flylhf126/comments/commentRss/1490600.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1490600</trackback:ping><description>成员管理
一、 Membership 类   :   创建和删除用户, 检索用户信  ,生成随机密码 , 登录验证 
          创建新用户:

try  {
         Membership.CreateUser (&quot;name&quot;, &quot;password&quot;, &quot;mail&quot;);
       }
  catch (MembershipCreateUserException e) 
       {
       // 失败
       switch (e.StatusCode)
          {
       case MembershipCreateStatus.DuplicateUsername:
       
       case MembershipCreateStatus.DuplicateEmail:
       
       case MembershipCreateStatus.InvalidPassword:
       
       default:
       
          }
  &lt;img src =&quot;http://blog.csdn.net/flylhf126/aggbug/1490600.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 23 Jan 2007 08:15:00 +0800</pubDate><author>flylhf126</author><comments>http://blog.csdn.net/flylhf126/archive/2007/01/23/1490600.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/flylhf126/archive/2007/01/23/1490600.aspx</guid><dc:creator>flylhf126</dc:creator></item><item><title>Microsoft .NET Pet Shop 4：将 ASP.NET 1.1 应用程序迁移到 2.0</title><link>http://blog.csdn.net/flylhf126/archive/2007/01/19/1488153.aspx</link><wfw:comment>http://blog.csdn.net/flylhf126/comments/1488153.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/flylhf126/comments/commentRss/1488153.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1488153</trackback:ping><description>.NET Pet Shop 应用程序的设计说明了构建企业 n 层 .NET 2.0 应用程序的最佳做法，这种应用程序可能需要支持各种数据库平台和部署方案。 

.NET Pet Shop 4 项目的目标是：&lt;img src =&quot;http://blog.csdn.net/flylhf126/aggbug/1488153.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 20 Jan 2007 07:55:00 +0800</pubDate><author>flylhf126</author><comments>http://blog.csdn.net/flylhf126/archive/2007/01/19/1488153.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/flylhf126/archive/2007/01/19/1488153.aspx</guid><dc:creator>flylhf126</dc:creator></item><item><title>如何在win2003中安装卡巴斯基</title><link>http://blog.csdn.net/flylhf126/archive/2007/01/17/1485779.aspx</link><wfw:comment>http://blog.csdn.net/flylhf126/comments/1485779.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/flylhf126/comments/commentRss/1485779.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1485779</trackback:ping><description>1.需要下载orca.msi这一修改msi文件的工具,安装,它的版本号为3.1.4000.1830,是win2003sp1SDK里的工具
    下载地址[url]http://astebner.sts.winisp.net/Tools/orca.zip[/url]
2.用orca打开KIS6.0或kav6.0,找到LaunchCondition这个Table,将MsiNTProductType=1 OR Version9X这一行删掉,然后保存msi文件.
就可以在2003中安装了&lt;img src =&quot;http://blog.csdn.net/flylhf126/aggbug/1485779.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 17 Jan 2007 23:36:00 +0800</pubDate><author>flylhf126</author><comments>http://blog.csdn.net/flylhf126/archive/2007/01/17/1485779.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/flylhf126/archive/2007/01/17/1485779.aspx</guid><dc:creator>flylhf126</dc:creator></item><item><title>Microsoft .NET Pet Shop 4 架构与技术分析</title><link>http://blog.csdn.net/flylhf126/archive/2007/01/17/1485177.aspx</link><wfw:comment>http://blog.csdn.net/flylhf126/comments/1485177.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/flylhf126/comments/commentRss/1485177.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1485177</trackback:ping><description>1．项目概述与架构分析
微软刚推出了基于ASP.NET 2.0下的Pet Shop 4, 该版本有了一个全新的用户界面。是研究ASP.NET 2.0的好范例啊，大家都知道，一直以来，在.NET和Java之间争论不休，到底使用哪个平台开发的企业级应用性能最好、结构最优、生产力最高。为了用事实说话，通过对项目各方面的性能评估进而在比较.NET和Java的高下。用户做比较的这个项目就是Petshop。正因为Petshop肩负着上面所说的重任，各方面必须是最优的，架构设计应该是经过慎重考虑的。所以其一经推出，便成为了开发者、架构师等人学习、研究的典范。
日前微软推出了基于.NET Framework 2.0开发的Petshop 4。新的Petshop4实现了与Petshop 3相同甚至更多的特性，由于采用了Master Pages，Membership，以及Profile，SqlCacheDependency，但是代码量却减少了四分之一。同时，在事务、数据缓存、安全方面使用了.NET 2.0附带的特性，构建了一个灵活的最佳实践的应用程序。&lt;img src =&quot;http://blog.csdn.net/flylhf126/aggbug/1485177.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 17 Jan 2007 09:10:00 +0800</pubDate><author>flylhf126</author><comments>http://blog.csdn.net/flylhf126/archive/2007/01/17/1485177.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/flylhf126/archive/2007/01/17/1485177.aspx</guid><dc:creator>flylhf126</dc:creator></item><item><title>什么是软件测试？</title><link>http://blog.csdn.net/flylhf126/archive/2006/12/21/1452388.aspx</link><wfw:comment>http://blog.csdn.net/flylhf126/comments/1452388.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/flylhf126/comments/commentRss/1452388.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1452388</trackback:ping><description>软件测试方法之所以没能完全标准化和统一化，主要原因是因为软件产业产品到软件测试有各式各样的软件。但是目前仍有很多各样软件测试方法都基本可用的常用概念和方法。我们这里介绍的思路和方法就是可用于多数应用软件的测试。有六个有关软件测试方法的基本概念是很重要的：白箱测试，黑箱测试，灰箱测试，有效用例和无效用例，边界条件以及等价类测试。
&lt;img src =&quot;http://blog.csdn.net/flylhf126/aggbug/1452388.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 22 Dec 2006 07:52:00 +0800</pubDate><author>flylhf126</author><comments>http://blog.csdn.net/flylhf126/archive/2006/12/21/1452388.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/flylhf126/archive/2006/12/21/1452388.aspx</guid><dc:creator>flylhf126</dc:creator></item><item><title>ASP.NET程序中常用的三十三种代码</title><link>http://blog.csdn.net/flylhf126/archive/2006/12/08/1434736.aspx</link><wfw:comment>http://blog.csdn.net/flylhf126/comments/1434736.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/flylhf126/comments/commentRss/1434736.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1434736</trackback:ping><description>ASP.NET程序中常用的三十三种代码 &lt;img src =&quot;http://blog.csdn.net/flylhf126/aggbug/1434736.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 08 Dec 2006 21:14:00 +0800</pubDate><author>flylhf126</author><comments>http://blog.csdn.net/flylhf126/archive/2006/12/08/1434736.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/flylhf126/archive/2006/12/08/1434736.aspx</guid><dc:creator>flylhf126</dc:creator></item><item><title>SQL安装问题(二)</title><link>http://blog.csdn.net/flylhf126/archive/2006/12/07/1433758.aspx</link><wfw:comment>http://blog.csdn.net/flylhf126/comments/1433758.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/flylhf126/comments/commentRss/1433758.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1433758</trackback:ping><description>SQL安装时出现“以前的某个程序安装已在安装计算机上创建挂起的文件操作……”

&lt;img src =&quot;http://blog.csdn.net/flylhf126/aggbug/1433758.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 08 Dec 2006 00:30:00 +0800</pubDate><author>flylhf126</author><comments>http://blog.csdn.net/flylhf126/archive/2006/12/07/1433758.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/flylhf126/archive/2006/12/07/1433758.aspx</guid><dc:creator>flylhf126</dc:creator></item><item><title>SQL安装问题(一)</title><link>http://blog.csdn.net/flylhf126/archive/2006/12/07/1433754.aspx</link><wfw:comment>http://blog.csdn.net/flylhf126/comments/1433754.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/flylhf126/comments/commentRss/1433754.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1433754</trackback:ping><description>在安装的时候出现两次\&quot;command   line   option   syntax   error.type   command   /?   for   help\&quot; &lt;img src =&quot;http://blog.csdn.net/flylhf126/aggbug/1433754.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 08 Dec 2006 00:27:00 +0800</pubDate><author>flylhf126</author><comments>http://blog.csdn.net/flylhf126/archive/2006/12/07/1433754.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/flylhf126/archive/2006/12/07/1433754.aspx</guid><dc:creator>flylhf126</dc:creator></item><item><title>防止用同一个帐号重复登录</title><link>http://blog.csdn.net/flylhf126/archive/2006/11/16/1387376.aspx</link><wfw:comment>http://blog.csdn.net/flylhf126/comments/1387376.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/flylhf126/comments/commentRss/1387376.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1387376</trackback:ping><description>表usr,用来存放注册用户的资料
字段id '用户ID
字段name '用户名
字段pass '密码&lt;img src =&quot;http://blog.csdn.net/flylhf126/aggbug/1387376.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 16 Nov 2006 18:00:00 +0800</pubDate><author>flylhf126</author><comments>http://blog.csdn.net/flylhf126/archive/2006/11/16/1387376.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/flylhf126/archive/2006/11/16/1387376.aspx</guid><dc:creator>flylhf126</dc:creator></item><item><title>.net基于窗体的身份验证</title><link>http://blog.csdn.net/flylhf126/archive/2006/11/14/1384647.aspx</link><wfw:comment>http://blog.csdn.net/flylhf126/comments/1384647.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/flylhf126/comments/commentRss/1384647.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1384647</trackback:ping><description>&lt;img src =&quot;http://blog.csdn.net/flylhf126/aggbug/1384647.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 15 Nov 2006 07:35:00 +0800</pubDate><author>flylhf126</author><comments>http://blog.csdn.net/flylhf126/archive/2006/11/14/1384647.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/flylhf126/archive/2006/11/14/1384647.aspx</guid><dc:creator>flylhf126</dc:creator></item></channel></rss>