<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_老卢.NET</title><subtitle type="text">全身心研究.NET</subtitle><id>http://feed.cnblogs.com/blog/u/9875/rss</id><updated>2009-12-28T01:23:49Z</updated><author><name>老卢</name><uri>http://www.cnblogs.com/luyuanyi/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luyuanyi/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/9875/rss"/><entry><id>http://www.cnblogs.com/luyuanyi/archive/2006/10/08/523402.html</id><title type="text">换工作了，今天第一天上班，感觉还行</title><summary type="text">经过艰苦的辞职工作，终于搞定了。20几天的休息，让人有些懒散，加上国庆长假，玩累了，困哦。</summary><published>2006-10-08T06:36:00Z</published><updated>2006-10-08T06:36:00Z</updated><author><name>老卢</name><uri>http://www.cnblogs.com/luyuanyi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luyuanyi/archive/2006/10/08/523402.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luyuanyi/archive/2006/10/08/523402.html"/></entry><entry><id>http://www.cnblogs.com/luyuanyi/archive/2005/10/02/248056.html</id><title type="text">提一个比较不知道如何处理的问题？</title><summary type="text">各位，我最近碰到一个问题，请大家帮帮我，如何处理。在vb中如何判断一个TIMER是否死了或者说没有响应了？我的程序是在一个TIMER中处理一些事情，其中会用到第三方的一个OCX中的方法，发现在这个方法中，有时会出现CPU突然上升到100%然后整个程序就出现没有响应了。有什么办法能检查出来这个TIMER没有响应了吗？我现在的处理办法是另外开个后台程序看整个应用程序有没有&amp;#8220;没有响应&amp;#82...</summary><published>2005-10-02T03:31:00Z</published><updated>2005-10-02T03:31:00Z</updated><author><name>老卢</name><uri>http://www.cnblogs.com/luyuanyi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luyuanyi/archive/2005/10/02/248056.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luyuanyi/archive/2005/10/02/248056.html"/></entry><entry><id>http://www.cnblogs.com/luyuanyi/archive/2005/04/18/139846.html</id><title type="text">好久没有写了，最近心情不好，老决定自己应该做点事情了，但是碌碌无为呀。</title><summary type="text">随便写写。</summary><published>2005-04-18T09:09:00Z</published><updated>2005-04-18T09:09:00Z</updated><author><name>老卢</name><uri>http://www.cnblogs.com/luyuanyi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luyuanyi/archive/2005/04/18/139846.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luyuanyi/archive/2005/04/18/139846.html"/></entry><entry><id>http://www.cnblogs.com/luyuanyi/archive/2005/03/29/128045.html</id><title type="text">SQL语句编写注意问题（转载：Ayuan）</title><summary type="text">转载（SQL语句编写注意问题 ）1. IS NULL 与 IS NOT NULL 不能用null作索引，任何包含null值的列都将不会被包含在索引中。即使索引有多列这样的情况下，只要这些列中有一列含有null，该列就会从索引中排除。也就是说如果某列存在空值，即使对该列建索引也不会提高性能。 任何在where子句中使用is null或is not null的语句优化器是不允许使用索引的。 2. 联接...</summary><published>2005-03-29T08:57:00Z</published><updated>2005-03-29T08:57:00Z</updated><author><name>老卢</name><uri>http://www.cnblogs.com/luyuanyi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/29/128045.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/29/128045.html"/></entry><entry><id>http://www.cnblogs.com/luyuanyi/archive/2005/03/29/127723.html</id><title type="text">NET 连接池救生员（转载：M$）</title><summary type="text">NET 连接池救生员 防止可淹没应用程序的池溢出 William Vaughn 大多数 ADO.NET 数据提供程序使用连接池，以提高围绕 Microsoft 断开连接的 .NET 结构构建的应用程序的性能。应用程序首先打开一个连接（或从连接池获得一个连接句柄），接着运行一个或多个查询，然后处理行集，最后将连接释放回连接池。如果没有连接池，这些应用程序将花费许多额外时间来打开和关闭连接。 当您使用...</summary><published>2005-03-29T02:48:00Z</published><updated>2005-03-29T02:48:00Z</updated><author><name>老卢</name><uri>http://www.cnblogs.com/luyuanyi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/29/127723.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/29/127723.html"/></entry><entry><id>http://www.cnblogs.com/luyuanyi/archive/2005/03/29/127709.html</id><title type="text">内部 SQL Server 诊断工具，第 1 部分：PSSDiag</title><summary type="text">这是微软网站上的一篇文章http://www.microsoft.com/china/msdn/library/data/sqlserver/sqldev120704.mspx</summary><published>2005-03-29T02:33:00Z</published><updated>2005-03-29T02:33:00Z</updated><author><name>老卢</name><uri>http://www.cnblogs.com/luyuanyi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/29/127709.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/29/127709.html"/></entry><entry><id>http://www.cnblogs.com/luyuanyi/archive/2005/03/24/124631.html</id><title type="text">C#实现的18位身份证格式验证算法 (转载：http://blog.mvpcn.net/lion/articles/1401.aspx)</title><summary type="text">（转载）C#实现的18位身份证格式验证算法 &amp;#160; 18位身份证标准在国家质量技术监督局于1999年7月1日实施的GB11643-1999《公民身份号码》中做了明确的规定。 GB11643-1999《公民身份号码》为GB11643-1989《社会保障号码》的修订版，其中指出将原标准名称&amp;quot;社会保障号码&amp;quot;更名为&amp;quot;公民身份号码&amp;quot;，另外GB11643-1999...</summary><published>2005-03-24T02:17:00Z</published><updated>2005-03-24T02:17:00Z</updated><author><name>老卢</name><uri>http://www.cnblogs.com/luyuanyi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/24/124631.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/24/124631.html"/></entry><entry><id>http://www.cnblogs.com/luyuanyi/archive/2005/03/23/124185.html</id><title type="text">基于角色管理的系统访问控制（来源： ibm   作者： 郝斌 ）</title><summary type="text">&amp;#160;1. 引言（Introduction）1.1. 关键词定义（Definitions）有关定义说明如下：安全管理：计算机技术安全管理的范围很广，可以包括网络安全性、数据安全性、操作系统安全性以及应用程序安全性等。很多方面的安全性管理大都已经有成熟的产品了，我们只需根据自己需要有选择性的使用就可达到自己的目的了。本文中有关关涉及&amp;quot;安全管理&amp;quot;一词均只针对本公司推出的应用中...</summary><published>2005-03-23T07:55:00Z</published><updated>2005-03-23T07:55:00Z</updated><author><name>老卢</name><uri>http://www.cnblogs.com/luyuanyi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/23/124185.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/23/124185.html"/></entry><entry><id>http://www.cnblogs.com/luyuanyi/archive/2005/03/23/124173.html</id><title type="text">ASP.Net中自定义Http处理及其应用(转：孙亚民)</title><summary type="text">原文（下载）在开发基于Microsoft IIS的应用时，开发者除了可以编写ASP程序外，还可以使用Visual C++等开发工具，开发ISAPI应用，以获取更为强大的功能。可以编写两种ISAPI扩展：一种是ISAPI Server Extention，另一种是ISAPI Filter，但是，ISAPI扩展应用的编写通常对开发者有比较高的要求，开发和部署的难度比较大。 在开发ASP.Net应用时，...</summary><published>2005-03-23T07:48:00Z</published><updated>2005-03-23T07:48:00Z</updated><author><name>老卢</name><uri>http://www.cnblogs.com/luyuanyi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/23/124173.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/23/124173.html"/></entry><entry><id>http://www.cnblogs.com/luyuanyi/archive/2005/03/23/124153.html</id><title type="text">关于用户角色权限的一点想法(1)     选择自 biggie 的 Blog </title><summary type="text">原文（http://dev.csdn.net/article/19/19751.shtm）&amp;#160;前言：权限往往是一个极其复杂的问题，但也可简单表述为这样的逻辑表达式：判断&amp;#8220;Who对What(Which)进行How的操作&amp;#8221;的逻辑表达式是否为真。针对不同的应用，需要根据项目的实际情况和具体架构，在维护性、灵活性、完整性等N多个方案之间比较权衡，选择符合的方案。目标：直观，...</summary><published>2005-03-23T07:21:00Z</published><updated>2005-03-23T07:21:00Z</updated><author><name>老卢</name><uri>http://www.cnblogs.com/luyuanyi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/23/124153.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luyuanyi/archive/2005/03/23/124153.html"/></entry></feed>
