<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_http://www.iloveyou10000.com</title><subtitle type="text">新blogs地址http://itares.cnblogs.com</subtitle><id>http://feed.cnblogs.com/blog/u/11920/rss</id><updated>2009-11-23T07:47:12Z</updated><author><name>fanrsh</name><uri>http://www.cnblogs.com/fanrsh/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fanrsh/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/11920/rss"/><entry><id>http://www.cnblogs.com/fanrsh/archive/2007/12/18/1004674.html</id><title type="text">Javascript's Event 的一点总结</title><summary type="text">我在自己的这个 Blog 上用 Javascript 实现了一个自定义的右键弹出菜单。个人认为鼠标点击事件的获取和计算是比较难点的事情。一般以为考虑兼容性（如 IE 5/6，FF），实际上还要考虑 HTML 文件在文件头的定义。而且，Event 事件和 Document 对象在 IE 和 NS 下又有各自不同的定义和用法。呼~经过对这个菜单的不断修改和上网搜索资料，在这里总结一下，希望对其他朋友有...</summary><published>2007-12-18T08:22:00Z</published><updated>2007-12-18T08:22:00Z</updated><author><name>fanrsh</name><uri>http://www.cnblogs.com/fanrsh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fanrsh/archive/2007/12/18/1004674.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fanrsh/archive/2007/12/18/1004674.html"/></entry><entry><id>http://www.cnblogs.com/fanrsh/archive/2007/10/15/924341.html</id><title type="text">[转]SQL Server2005 SQLCLR代码安全之权限(3)</title><summary type="text">四、 总结表格3包含可用于SQLCLR程序集的三种权限集的总结，以及SQL Server为每种权限集提供的保护类型。&amp;#183; 代码存取安全是在代码内CLR托管的许可权集。&amp;#183; 编程模型限制是指宿主保护属性，以及是否代码能够使用静态技术。&amp;#183; 要求确认指指，当你使用CREATE ASSEMBLY语句安装它时是否SQL Server验证代码存在相对的安全性。 &amp;#183; 调用本机...</summary><published>2007-10-15T01:35:00Z</published><updated>2007-10-15T01:35:00Z</updated><author><name>fanrsh</name><uri>http://www.cnblogs.com/fanrsh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fanrsh/archive/2007/10/15/924341.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fanrsh/archive/2007/10/15/924341.html"/></entry><entry><id>http://www.cnblogs.com/fanrsh/archive/2007/10/15/924335.html</id><title type="text">[转]SQL Server2005 SQLCLR代码安全之权限(2)</title><summary type="text">二、 访问外部资源因为访问外部资源需要与操作系统进行交互，所以，当代码尝试存取外部的资源时，存在多种要遵守的规则。对于SAFE代码来说，这种规则是简单的：如果它试图存取一个外部的资源，那么存取将被否认并且它引发一个异常。就是这些。对于EXTERNAL_ACCESS和UNSAFE的情况，则复杂些：&amp;#183; 规则1:如果代码在一个SQL Server登录的安全上下文下执行（也就是说，还没有被映射到...</summary><published>2007-10-15T01:35:00Z</published><updated>2007-10-15T01:35:00Z</updated><author><name>fanrsh</name><uri>http://www.cnblogs.com/fanrsh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fanrsh/archive/2007/10/15/924335.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fanrsh/archive/2007/10/15/924335.html"/></entry><entry><id>http://www.cnblogs.com/fanrsh/archive/2007/10/15/924332.html</id><title type="text">[转]SQL Server2005 SQLCLR代码安全之权限(1)</title><summary type="text">一、 SQLCLR权限集级别当你使用CREATE ASSEMBLY语句把一个程序集加载到一个数据库中时，SQL Server提供了三种权限集级别：SAFE，EXTERNAL_ACCESS和UNSAFE。这些权限集形成如图3和图5（均请参考第二篇）所示的AppDomain策略级别。下面是一个典型的语句，它实现安装位于FileLoader.dll文件内的一个程序集，并且赋予它EXTERNAL_ACCE...</summary><published>2007-10-15T01:33:00Z</published><updated>2007-10-15T01:33:00Z</updated><author><name>fanrsh</name><uri>http://www.cnblogs.com/fanrsh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fanrsh/archive/2007/10/15/924332.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fanrsh/archive/2007/10/15/924332.html"/></entry><entry><id>http://www.cnblogs.com/fanrsh/archive/2007/09/14/893315.html</id><title type="text">Remoting事件序列一：客户端触发服务器端事件</title><summary type="text">最近常有网友问我关于Remoting事件的问题，我也正好有些时间，于是决定写两篇关于Remoting事件的入门随笔，希望对新手有所帮助．．谢谢随笔一：客户端触发服务器端事件通讯类：usingSystem;usingSystem.Collections;usingSystem.Runtime.Remoting;usingSystem.Runtime.Remoting.Channels;usingSy...</summary><published>2007-09-14T09:22:00Z</published><updated>2007-09-14T09:22:00Z</updated><author><name>fanrsh</name><uri>http://www.cnblogs.com/fanrsh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fanrsh/archive/2007/09/14/893315.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fanrsh/archive/2007/09/14/893315.html"/></entry><entry><id>http://www.cnblogs.com/fanrsh/archive/2007/09/10/888146.html</id><title type="text">jquery入门1:简单收缩菜单</title><summary type="text">HTML代码:&amp;lt;!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&amp;lt;htmlxmlns="http://www.w3.org/1999/xhtml"&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;...</summary><published>2007-09-10T02:30:00Z</published><updated>2007-09-10T02:30:00Z</updated><author><name>fanrsh</name><uri>http://www.cnblogs.com/fanrsh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fanrsh/archive/2007/09/10/888146.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fanrsh/archive/2007/09/10/888146.html"/></entry><entry><id>http://www.cnblogs.com/fanrsh/archive/2007/09/04/882145.html</id><title type="text">jQuery工作原理解析以及源代码示例</title><summary type="text">jQuery的开篇声明里有一段非常重要的话:jQuery是为了改变javascript的编码方式而设计的.从这段话可以看出jQuery本身并不是UI组件库或其他的一般AJAX类库.jQuery改变javascript编码方式!那么它是如何实现它的声明的呢?这里,用以下的一段简短的使用流程:1)查找(创建)jQuery对象:$(&amp;#8221;selector&amp;#8221;);2)调用jQuery对象...</summary><published>2007-09-04T15:40:00Z</published><updated>2007-09-04T15:40:00Z</updated><author><name>fanrsh</name><uri>http://www.cnblogs.com/fanrsh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fanrsh/archive/2007/09/04/882145.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fanrsh/archive/2007/09/04/882145.html"/></entry><entry><id>http://www.cnblogs.com/fanrsh/archive/2007/08/29/874674.html</id><title type="text">ASP.NET 页面生存周期概览</title><summary type="text">ASP.NET页面运行时会通过生命周期来完成一系列的处理步骤。包括初始化，控件实例化，状态恢复和维护，运行事件处理代码，以及外观的呈现。了解页面生命周期是重要的，可以根据需要针对特定情景编写处理代码。另外，开发自定义控件也必须熟悉页面生命周期中正确的控件初始化指令，使用视图状态数据的控件属性，以及运行控件行为逻辑（控件的生命周期依赖于页面生命周期，因此页面会为控件引发比自己更多的事件）。 页面生命...</summary><published>2007-08-29T07:30:00Z</published><updated>2007-08-29T07:30:00Z</updated><author><name>fanrsh</name><uri>http://www.cnblogs.com/fanrsh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fanrsh/archive/2007/08/29/874674.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fanrsh/archive/2007/08/29/874674.html"/></entry><entry><id>http://www.cnblogs.com/fanrsh/archive/2007/08/28/872413.html</id><title type="text">推荐一个快速反射调用的类</title><summary type="text">使用传统的.net反射机制，调用类的方法时，在调用频率大的情况下，会感觉速度很慢。最近浏览卢彦的博客时，找到一个他改进后的反射调用类。试用以后感觉效率明显提高，特推荐给大家。作者重新实现了，反射调用方法，但是调用接口和.net原有方法一致。而且调用时抛出的异常为所调用类的实际异常，不像传统方式返回为包装异常。文章来源：http://www.codeproject.com/csharp/FastMe...</summary><published>2007-08-28T01:58:00Z</published><updated>2007-08-28T01:58:00Z</updated><author><name>fanrsh</name><uri>http://www.cnblogs.com/fanrsh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fanrsh/archive/2007/08/28/872413.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fanrsh/archive/2007/08/28/872413.html"/></entry><entry><id>http://www.cnblogs.com/fanrsh/archive/2007/08/27/870879.html</id><title type="text">Visual Studio 2005的版本情况和新特征详细介绍</title><summary type="text">Visual Studio 2005的版本情况和新特征详细介绍 Pro---全称是Visual Studio 2005 Professional Edition，是适合小规模使用的版本，授权8-10个人左右。 Std---全称是Visual Studio Standard Edition，也是授权版本，比Pro多一些； VSTA---全称是Visual Studio 2005 Team Editi...</summary><published>2007-08-27T01:55:00Z</published><updated>2007-08-27T01:55:00Z</updated><author><name>fanrsh</name><uri>http://www.cnblogs.com/fanrsh/</uri></author><link rel="alternate" href="http://www.cnblogs.com/fanrsh/archive/2007/08/27/870879.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/fanrsh/archive/2007/08/27/870879.html"/></entry></feed>
