<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[ewan_study_space]]></title>
        <image>
        <title>http://hi.baidu.com</title>
        <link>http://hi.baidu.com</link>
        <url>http://img.baidu.com/img/logo-hi.gif</url>
        </image>
<description><![CDATA[文章都是转贴  拒绝评论  概不答复     ewan_study &copy; 2006-2008]]></description>
<link>http://hi.baidu.com/godblessewan</link>
<language>zh-cn</language>
<generator>www.baidu.com</generator>
<ttl>5</ttl>


<item>
        <title><![CDATA[context attribute]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/84fb631e3f97bcf61bd576ac.html]]></link>
        <description><![CDATA[
		
		.NET Framework拦截机制的设计中，在客户端和对象之间，存在着多种消息接收器，这些消息接收器组成一个链表，客户端的调用对象的过程以及调用返回实行拦截，你可以定制自己的消息接收器，把它们插入了到链表中，来完成你对一个调用的前处理和后处理。那么调用拦截是如何构架或者说如何实现的呢？ 
<p><font size="2">在.NET中有两种调用，一种是跨应用域（App Domain)，一种是跨上下文环境（Context)，两种调用均通过中间的代理（proxy)，代理被分为两个部分：透明代理和实际代理。透明代理暴露同对象一样的公共入口点，当客</font></p> <a href="http://hi.baidu.com/godblessewan/blog/item/84fb631e3f97bcf61bd576ac.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Dotnet">Dotnet</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/84fb631e3f97bcf61bd576ac.html#comment">查看评论</a>]]></description>
        <pubDate>2007-08-08  11:44 A.M.</pubDate>
        <category><![CDATA[Dotnet]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/84fb631e3f97bcf61bd576ac.html</guid>
</item>

<item>
        <title><![CDATA[用Visual C#调用Windows API函数]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/928ecea2878183afcbefd0d5.html]]></link>
        <description><![CDATA[
		
		<table>
<tbody>
    <tr>
        <td class="a14">Api函数是构筑Windws应用程序的基石，每一种Windows应用程序开发工具，它提供的底层函数都间接或直接地调用了Windows API函数，同时为了实现功能扩展，一般也都提供了调用WindowsAPI函数的接口， 也就是说具备调用动态连接库的能力。Visual C#和其它开发工具一样也能够调用动态链接库的API函数。.NET框架本身提供了这样一种服务,允许受管辖的代码调用动态链接库中实现的非受管辖函数,包括操作系统提供的Windows API函数。它能够定位和调用输出函数,根据需</td></tr></tbody></table> <a href="http://hi.baidu.com/godblessewan/blog/item/928ecea2878183afcbefd0d5.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Dotnet">Dotnet</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/928ecea2878183afcbefd0d5.html#comment">查看评论</a>]]></description>
        <pubDate>2007-08-08  11:17 A.M.</pubDate>
        <category><![CDATA[Dotnet]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/928ecea2878183afcbefd0d5.html</guid>
</item>

<item>
        <title><![CDATA[Attribute在.NET编程的应用（六）]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/cbfda945581a2d24cffca38b.html]]></link>
        <description><![CDATA[
		
		<div class="postbody">Posted on 2005-07-06 11:24 <a href="http://zhanghl.cnblogs.com/"><font color="#223355">追风逐云.NET</font></a> 阅读(234) <a href="http://www.cnblogs.com/zhanghl/archive/2005/07/06/187070.html#Post"><font color="#223355">评论(0)</font></a>&nbsp;&nbsp;<a href="http://www.cnblogs.com/zhanghl/admin/EditPosts.aspx?postid=187070"><font color="#223355">编辑</font></a> <a href="http://www.cnblogs.com/zhanghl/AddToFavorite.aspx?id=187070"><font color="#223355">收</font></a></div> <a href="http://hi.baidu.com/godblessewan/blog/item/cbfda945581a2d24cffca38b.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Dotnet">Dotnet</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/cbfda945581a2d24cffca38b.html#comment">查看评论</a>]]></description>
        <pubDate>2007-08-07  01:31 P.M.</pubDate>
        <category><![CDATA[Dotnet]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/cbfda945581a2d24cffca38b.html</guid>
</item>

<item>
        <title><![CDATA[Attribute在.NET编程中的应用（五）]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/b06b86222ebca3f1d7cae28a.html]]></link>
        <description><![CDATA[
		
		Posted on 2005-07-06 09:37 <a href="http://zhanghl.cnblogs.com/"><font color="#223355">追风逐云.NET</font></a> 阅读(222) <a href="http://www.cnblogs.com/zhanghl/archive/2005/07/06/187004.html#Post"><font color="#223355">评论(0)</font></a>&nbsp;&nbsp;<a href="http://www.cnblogs.com/zhanghl/admin/EditPosts.aspx?postid=187004"><font color="#223355">编辑</font></a> <a href="http://www.cnblogs.com/zhanghl/AddToFavorite.aspx?id=187004"><font color="#223355">收藏</font></a>  <a href="http://hi.baidu.com/godblessewan/blog/item/b06b86222ebca3f1d7cae28a.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Dotnet">Dotnet</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/b06b86222ebca3f1d7cae28a.html#comment">查看评论</a>]]></description>
        <pubDate>2007-08-07  01:30 P.M.</pubDate>
        <category><![CDATA[Dotnet]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/b06b86222ebca3f1d7cae28a.html</guid>
</item>

<item>
        <title><![CDATA[Attribute在.NET编程中的应用（四）]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/88eae31f90853808304e1589.html]]></link>
        <description><![CDATA[
		
		Posted on 2005-07-06 09:33 <a href="http://zhanghl.cnblogs.com/"><font color="#223355">追风逐云.NET</font></a> 阅读(214) <a href="http://www.cnblogs.com/zhanghl/archive/2005/07/06/186999.html#Post"><font color="#223355">评论(0)</font></a>&nbsp;&nbsp;<a href="http://www.cnblogs.com/zhanghl/admin/EditPosts.aspx?postid=186999"><font color="#223355">编辑</font></a> <a href="http://www.cnblogs.com/zhanghl/AddToFavorite.aspx?id=186999"><font color="#223355">收藏</font></a>  <a href="http://hi.baidu.com/godblessewan/blog/item/88eae31f90853808304e1589.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Dotnet">Dotnet</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/88eae31f90853808304e1589.html#comment">查看评论</a>]]></description>
        <pubDate>2007-08-07  01:29 P.M.</pubDate>
        <category><![CDATA[Dotnet]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/88eae31f90853808304e1589.html</guid>
</item>

<item>
        <title><![CDATA[Attribute在.NET编程中的应用（三）]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/2a421c083b45a5d362d98689.html]]></link>
        <description><![CDATA[
		
		Posted on 2005-07-06 09:31 <a href="http://zhanghl.cnblogs.com/"><font color="#223355">追风逐云.NET</font></a> 阅读(207) <a href="http://www.cnblogs.com/zhanghl/archive/2005/07/06/186998.html#Post"><font color="#223355">评论(0)</font></a>&nbsp;&nbsp;<a href="http://www.cnblogs.com/zhanghl/admin/EditPosts.aspx?postid=186998"><font color="#223355">编辑</font></a> <a href="http://www.cnblogs.com/zhanghl/AddToFavorite.aspx?id=186998"><font color="#223355">收藏</font></a>  <a href="http://hi.baidu.com/godblessewan/blog/item/2a421c083b45a5d362d98689.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Dotnet">Dotnet</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/2a421c083b45a5d362d98689.html#comment">查看评论</a>]]></description>
        <pubDate>2007-08-07  01:29 P.M.</pubDate>
        <category><![CDATA[Dotnet]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/2a421c083b45a5d362d98689.html</guid>
</item>

<item>
        <title><![CDATA[Attribute在.net编程中的应用（二）]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/dbcbac1111a31f7cca80c488.html]]></link>
        <description><![CDATA[
		
		Posted on 2005-07-06 09:36 <a href="http://zhanghl.cnblogs.com/"><font color="#223355">追风逐云.NET</font></a> 阅读(264) <a href="http://www.cnblogs.com/zhanghl/archive/2005/07/06/187002.html#Post"><font color="#223355">评论(0)</font></a>&nbsp;&nbsp;<a href="http://www.cnblogs.com/zhanghl/admin/EditPosts.aspx?postid=187002"><font color="#223355">编辑</font></a> <a href="http://www.cnblogs.com/zhanghl/AddToFavorite.aspx?id=187002"><font color="#223355">收藏</font></a>  <a href="http://hi.baidu.com/godblessewan/blog/item/dbcbac1111a31f7cca80c488.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Dotnet">Dotnet</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/dbcbac1111a31f7cca80c488.html#comment">查看评论</a>]]></description>
        <pubDate>2007-08-07  01:28 P.M.</pubDate>
        <category><![CDATA[Dotnet]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/dbcbac1111a31f7cca80c488.html</guid>
</item>

<item>
        <title><![CDATA[Attribute的基本概念]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/bb6951c276cd2a37e5dd3b8f.html]]></link>
        <description><![CDATA[
		
		Attribute的基本概念 
<p>Posted on 2005-07-06 11:24 <a href="http://zhanghl.cnblogs.com/"><font color="#223355">追风逐云.NET</font></a> 阅读(234) <a href="http://www.cnblogs.com/zhanghl/archive/2005/07/06/187070.html#Post"><font color="#223355">评论(0)</font></a>&nbsp;&nbsp;<a href="http://www.cnblogs.com/zhanghl/admin/EditPosts.aspx?postid=187070"><font color="#223355">编辑</font></a> <a href="http://www.cnblogs.com/zhanghl/AddToFavorite.aspx?id=187070"><font color="#223355">收</font></a></p> <a href="http://hi.baidu.com/godblessewan/blog/item/bb6951c276cd2a37e5dd3b8f.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Dotnet">Dotnet</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/bb6951c276cd2a37e5dd3b8f.html#comment">查看评论</a>]]></description>
        <pubDate>2007-08-07  01:27 P.M.</pubDate>
        <category><![CDATA[Dotnet]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/bb6951c276cd2a37e5dd3b8f.html</guid>
</item>

<item>
        <title><![CDATA[ContextAttribute类]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/0746802f328e873a1f3089a6.html]]></link>
        <description><![CDATA[
		
		<p><font face="Arial"><font size="2"><strong>ContextAttribute</strong>派生自Attribute,同时它还实现了IContextAttribute和IContextProperty接口。所有自定义的ContextAttribute必须从这个类派生。<br>
构造器：<br>
<strong>ContextAttribute:</strong>构造器带有一个参数，用来设置ContextAttribute的名称。</font></font> </p>
<p><font face="Arial" size="2">公共属性：<br>
<strong>Name</strong>:只读属性。返回ContextAttribute的名称</font> </p>
<p><font face="Arial" size="2">公共方法：<br>
</font></p> <a href="http://hi.baidu.com/godblessewan/blog/item/0746802f328e873a1f3089a6.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Dotnet">Dotnet</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/0746802f328e873a1f3089a6.html#comment">查看评论</a>]]></description>
        <pubDate>2007-08-07  12:35 P.M.</pubDate>
        <category><![CDATA[Dotnet]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/0746802f328e873a1f3089a6.html</guid>
</item>

<item>
        <title><![CDATA[Top Ten Free eBook Websites]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/f9c0c92a3db39a2cd52af141.html]]></link>
        <description><![CDATA[
		
		<font color="#333399" size="3">　　 <br>
　　1. Project Gutenberg: </font><a href="http://www.gutenberg.org/" target="_blank"><font color="#333399" size="3">http://www.gutenberg<wbr></wbr>.org</font></a><font color="#333399" size="3"> <br>
　　 <br>
　　2. The Online Books Page: </font><a href="http://onlinebooks.library.upenn.edu/" target="_blank"><font color="#333399" size="3">http://onlinebooks.l<wbr></wbr>ibrary.upenn.edu/</font></a><font color="#333399" size="3"> <br>
　　Listing o</font> <a href="http://hi.baidu.com/godblessewan/blog/item/f9c0c92a3db39a2cd52af141.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/f9c0c92a3db39a2cd52af141.html#comment">查看评论</a>]]></description>
        <pubDate>2007-05-26  10:52 A.M.</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/f9c0c92a3db39a2cd52af141.html</guid>
</item>

<item>
        <title><![CDATA[An Introduction to Clustered and Non-Clustered Index Data Structures]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/bcbbcf58717ad480810a1864.html]]></link>
        <description><![CDATA[
		
		<a href="http://www.sql-server-performance.com/gv_index_data_structures.asp">http://www.sql-server-performance.com/gv_index_data_structures.asp</a> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Sql">Sql</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/bcbbcf58717ad480810a1864.html#comment">查看评论</a>]]></description>
        <pubDate>2007-05-23  05:14 P.M.</pubDate>
        <category><![CDATA[Sql]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/bcbbcf58717ad480810a1864.html</guid>
</item>

<item>
        <title><![CDATA[SQL Server Database Coding Conventions,  2]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/c5e4f9110e75cec7a7ef3fb1.html]]></link>
        <description><![CDATA[
		
		<font face="Verdana" color="#000080" size="2">To reproduce the above problem, use the following commands:<br>
<br>
</font><font color="#000080"><font face="Courier New" size="2">sp_addlogin 'dSQLuser'<br>
GO<br>
sp_defaultdb 'dSQLuser', 'pubs'<br>
USE pubs<br>
GO<br>
sp_adduser 'dSQLUser', 'dSQLUser'<br>
GO<br>
CREATE PROC dSQLProc<br>
AS<br>
BEGIN<br>
SELECT * FROM titles WHERE title_id = 'BU1032' --This works<br>
DECLARE @str CHAR(100)<br>
SET @str = 'SELECT * FROM titles WHERE</font></font> <a href="http://hi.baidu.com/godblessewan/blog/item/c5e4f9110e75cec7a7ef3fb1.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Sql">Sql</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/c5e4f9110e75cec7a7ef3fb1.html#comment">查看评论</a>]]></description>
        <pubDate>2007-05-23  04:11 P.M.</pubDate>
        <category><![CDATA[Sql]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/c5e4f9110e75cec7a7ef3fb1.html</guid>
</item>

<item>
        <title><![CDATA[SQL Server Database Coding Conventions,  1]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/29ce8e52cab8ca0f0cf3e3b1.html]]></link>
        <description><![CDATA[
		
		<font face="Verdana" size="2">by </font><a href="http://www.sql-server-performance.com/vyas_kondreddi.asp"><font face="Verdana" size="2">Vyas Kondreddi</font></a><br>
<br>
<br>
<font face="Verdana" size="2">Databases are the heart and soul of many enterprise applications, and it is very essential to pay special attention to database programming. I've seen in many occasions where database programming is overlooked, thinking that it's something easy that be done by anyone. This is wrong.</font> <a href="http://hi.baidu.com/godblessewan/blog/item/29ce8e52cab8ca0f0cf3e3b1.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Sql">Sql</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/29ce8e52cab8ca0f0cf3e3b1.html#comment">查看评论</a>]]></description>
        <pubDate>2007-05-23  04:10 P.M.</pubDate>
        <category><![CDATA[Sql]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/29ce8e52cab8ca0f0cf3e3b1.html</guid>
</item>

<item>
        <title><![CDATA[Locking in Microsoft SQL Server]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/6ffbcb621ea35ddce7113ab5.html]]></link>
        <description><![CDATA[
		
		<h2>Introduction</h2>
In this article, I want to tell you about SQL Server 7.0/2000 Transaction Isolation Levels, what kinds of Transaction Isolation Levels exist, and how you can set the appropriate Transaction Isolation Level, about Lock types and Locking optimizer hints, about deadlocks, and about how you can view locks by using the <strong>sp_lock</strong> stored procedure.<br>
<br>
<h2>Transaction Isolation Levels</h2>
There are four isolation levels:<br>
<br>
<li>READ UNCOMMITTED </li>
 <a href="http://hi.baidu.com/godblessewan/blog/item/6ffbcb621ea35ddce7113ab5.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Sql">Sql</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/6ffbcb621ea35ddce7113ab5.html#comment">查看评论</a>]]></description>
        <pubDate>2007-05-23  04:05 P.M.</pubDate>
        <category><![CDATA[Sql]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/6ffbcb621ea35ddce7113ab5.html</guid>
</item>

<item>
        <title><![CDATA[Tips for Reducing SQL Server Deadlocks]]></title>
        <link><![CDATA[http://hi.baidu.com/godblessewan/blog/item/8b5d1d4f72b94f37afc3abe0.html]]></link>
        <description><![CDATA[
		
		<p><font size="3"><strong>Deadlocking</strong> occurs when two user processes have locks on separate objects and each process is trying to acquire a lock on the object that the other process has. When this happens, SQL Server ends the deadlock by automatically choosing one and aborting the process, allowing the other process to continue. The aborted transaction is rolled back and an error message is sent to the user of the aborted process. Generally, the transaction that requires th</font></p> <a href="http://hi.baidu.com/godblessewan/blog/item/8b5d1d4f72b94f37afc3abe0.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/godblessewan/blog/category/Sql">Sql</a>&nbsp;<a href="http://hi.baidu.com/godblessewan/blog/item/8b5d1d4f72b94f37afc3abe0.html#comment">查看评论</a>]]></description>
        <pubDate>2007-05-23  02:09 P.M.</pubDate>
        <category><![CDATA[Sql]]></category>
        <author><![CDATA[godblessewan]]></author>
		<guid>http://hi.baidu.com/godblessewan/blog/item/8b5d1d4f72b94f37afc3abe0.html</guid>
</item>


</channel>
</rss>