<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_最远距离</title><subtitle type="text">                    ---.Net之路</subtitle><id>http://feed.cnblogs.com/blog/u/18036/rss</id><updated>2009-12-02T02:01:07Z</updated><author><name>最远距离</name><uri>http://www.cnblogs.com/lwlzyjl/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lwlzyjl/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18036/rss"/><entry><id>http://www.cnblogs.com/lwlzyjl/archive/2009/04/23/1442116.html</id><title type="text">wss3.0的Audit特性，记录文档操作，做SharePoint2007文档的点击率(转)</title><summary type="text">SharePoint中关于文档的跟踪记录和点击率一直是个让人头疼的问题。不过wss3.0的audit功能，可以帮我们一点忙。Audit功能说白了就是可以跟踪并记录站点集、网站、列表或者列表项（文档）的操作记录（包括察看、下载、更新等），并且通过对象模型来访问这些操作记录。其实除了通过对性模型，我们也可以直接访问数据库来获取操作记录。那我们看看怎么样来做吧！1.通过Audit对象模型访问操作记录在w...</summary><published>2009-04-23T06:57:00Z</published><updated>2009-04-23T06:57:00Z</updated><author><name>最远距离</name><uri>http://www.cnblogs.com/lwlzyjl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lwlzyjl/archive/2009/04/23/1442116.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lwlzyjl/archive/2009/04/23/1442116.html"/></entry><entry><id>http://www.cnblogs.com/lwlzyjl/archive/2008/12/11/1353112.html</id><title type="text">大型网站架构演变和知识体系(转)</title><summary type="text">（原文出处：http://www.blogjava.net/BlueDavy/archive/2008/09/03/226749.html） 之前也有一些介绍大型网站架构演变的文章，例如LiveJournal的、ebay的，都是非常值得参考的，不过感觉他们讲的更多的是每次演变的结果，而没有很详细的讲为什么需要做这样的演变，再加上近来感觉有不少同学都很难明白为什么一个网站需要那么复杂的技术，于是有了...</summary><published>2008-12-11T09:21:00Z</published><updated>2008-12-11T09:21:00Z</updated><author><name>最远距离</name><uri>http://www.cnblogs.com/lwlzyjl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lwlzyjl/archive/2008/12/11/1353112.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lwlzyjl/archive/2008/12/11/1353112.html"/></entry><entry><id>http://www.cnblogs.com/lwlzyjl/archive/2008/08/01/1257843.html</id><title type="text">IIS5、IIS6、IIS7的ASP.net 请求处理过程比较(转)</title><summary type="text">出处：http://blog.joycode.com/ghj/archive/2008/07/25/115200.aspxASP.NET是一个非常强大的构建Web应用的平台，它提供了极大的灵活性和能力以致于可以用它来构建所有类型的Web应用。 绝大多数的人只熟悉高层的框架如： WebForms 和 WebServices --这些都在ASP.NET层次结构在最高层。这篇文章的资料收集整理自各种微软...</summary><published>2008-08-01T01:08:00Z</published><updated>2008-08-01T01:08:00Z</updated><author><name>最远距离</name><uri>http://www.cnblogs.com/lwlzyjl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lwlzyjl/archive/2008/08/01/1257843.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lwlzyjl/archive/2008/08/01/1257843.html"/></entry><entry><id>http://www.cnblogs.com/lwlzyjl/archive/2008/05/07/1186699.html</id><title type="text">Spring.Net入门篇（二）概述 </title><summary type="text">Spring的野心&#xD;&#xD;   象我们描述一般的社会迭代的过程一样：上一代的人依据权利和社会资源牢牢的控制着整个社会的根基，但是他们在下一代人看来，他们的想法是如此的陈旧，行事如此的没有理性，于是打破这种腐朽成了年轻一代与年老一代开战的导火索，弱势的年轻一代从边缘战役和时间的协助，最终将老一代尘封到历史中，他们的痕迹一点也不留。而年轻一代站稳脚跟的时候，生长中的下一代同样开始挑衅起来刚坐稳屁股的这一代。&#xD;</summary><published>2008-05-07T05:11:00Z</published><updated>2008-05-07T05:11:00Z</updated><author><name>最远距离</name><uri>http://www.cnblogs.com/lwlzyjl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lwlzyjl/archive/2008/05/07/1186699.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lwlzyjl/archive/2008/05/07/1186699.html"/></entry><entry><id>http://www.cnblogs.com/lwlzyjl/archive/2008/04/22/1164975.html</id><title type="text">从SqlServer的动态sql中返回值</title><summary type="text">这是使用动态Sql的人都会碰到这样的问题，需要从动态执行的sql中返回值，下面给一个简单的实现例子。IFEXISTS(SELECT*FROMSYSOBJECTSWHERENAME='ValueFromSql')DROPPROCValueFromSqlGOcreateprocValueFromSqlasbegindeclare@valuevarchar(100)execsp_executesqlN'...</summary><published>2008-04-22T01:09:00Z</published><updated>2008-04-22T01:09:00Z</updated><author><name>最远距离</name><uri>http://www.cnblogs.com/lwlzyjl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lwlzyjl/archive/2008/04/22/1164975.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lwlzyjl/archive/2008/04/22/1164975.html"/></entry><entry><id>http://www.cnblogs.com/lwlzyjl/archive/2008/04/18/1159712.html</id><title type="text">Spring.Net入门篇（一）</title><summary type="text">简介 从OO到AOP，一路走来就是眼花缭乱的术语，蒙蔽了这些东西的本来面目。如果你还在驻足，那你就该尝试着看看这个软件开发的世界里，是谁在狂欢！Martin Fowler 很大师，两篇论文就搞的开发界鸡飞狗跳、鸡犬不宁。一篇当然是《Inversion of Control Containers and the Dependency Injection pattern》（04年 控制反转和依赖注入）...</summary><published>2008-04-18T04:53:00Z</published><updated>2008-04-18T04:53:00Z</updated><author><name>最远距离</name><uri>http://www.cnblogs.com/lwlzyjl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lwlzyjl/archive/2008/04/18/1159712.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lwlzyjl/archive/2008/04/18/1159712.html"/></entry><entry><id>http://www.cnblogs.com/lwlzyjl/archive/2008/04/08/1142382.html</id><title type="text">.Net的序列化和反序列化</title><summary type="text">持久化的问题是一个很古老的问题，看似和我们的日常应用没有什么联系，但是一些情况下还是很有用处的。场景描述： 应用场景介绍： CS下 （Windows程序） BS下（Web页面） 做原型时候，没有确定BS和CS结构的情况下，需要构建一个简单的模型，使得你构建的简单界面既能支持cs又能支持BS。我们的目的是在cs情况下编辑，然后在BS下生成编辑好的页面。 简单实现： 下面只提供整个应用场景的拙劣实现，...</summary><published>2008-04-08T06:56:00Z</published><updated>2008-04-08T06:56:00Z</updated><author><name>最远距离</name><uri>http://www.cnblogs.com/lwlzyjl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lwlzyjl/archive/2008/04/08/1142382.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lwlzyjl/archive/2008/04/08/1142382.html"/></entry><entry><id>http://www.cnblogs.com/lwlzyjl/archive/2008/04/02/1134530.html</id><title type="text">SQLSERVER中动态游标的实现 </title><summary type="text">两种实现方法如下：方法一：CREATETABLE#tabTmp(idint)INSERT#tabTmpEXECUTE('SELECTidFROM'+@TableName)declarecurOnecursorforSELECTidFROM#tabTmpopencurOneFETCHNEXTfromcurOneinto@ID方法二：exec('declarecurOnecursorglobalfor...</summary><published>2008-04-02T06:11:00Z</published><updated>2008-04-02T06:11:00Z</updated><author><name>最远距离</name><uri>http://www.cnblogs.com/lwlzyjl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lwlzyjl/archive/2008/04/02/1134530.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lwlzyjl/archive/2008/04/02/1134530.html"/></entry><entry><id>http://www.cnblogs.com/lwlzyjl/archive/2008/01/30/1058915.html</id><title type="text">log4Net中的StackTrace</title><summary type="text">系统是在开发完毕后才采用了Log4net的框架，结果很多东西都需要引用log4Net的东西，所以想写一个通用的类，写一些公共的静态方法，那样大家就Happy了，于是又发现一个问题：配置文件的%M老记录静态方法中的方法名，而不记录出错的方法名。于是顺着log4net的藤摸他的瓜。 找到了StackTrace 和StackFrame这些类，其实我对这些类是不太清楚。 即使这样我们也得修改呀。publi...</summary><published>2008-01-30T08:21:00Z</published><updated>2008-01-30T08:21:00Z</updated><author><name>最远距离</name><uri>http://www.cnblogs.com/lwlzyjl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lwlzyjl/archive/2008/01/30/1058915.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lwlzyjl/archive/2008/01/30/1058915.html"/></entry><entry><id>http://www.cnblogs.com/lwlzyjl/archive/2008/01/10/1033970.html</id><title type="text">Log4Net使用指南</title><summary type="text">   几乎所有的大型应用都会有自己的用于跟踪调试的API。因为一旦程序被部署以后，就不太可能再利用专门的调试工具了。然而一个管理员可能需要有一套强大的日志系统来诊断和修复配置上的问题。&#xD;&#xD;  经验表明，日志记录往往是软件开发周期中的重要组成部分。......&#xD;</summary><published>2008-01-10T09:14:00Z</published><updated>2008-01-10T09:14:00Z</updated><author><name>最远距离</name><uri>http://www.cnblogs.com/lwlzyjl/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lwlzyjl/archive/2008/01/10/1033970.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lwlzyjl/archive/2008/01/10/1033970.html"/></entry></feed>
