<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_智者易诈，愚者太蠢，勇者过莽，慎者常懦</title><subtitle type="text">小象的博客</subtitle><id>http://feed.cnblogs.com/blog/u/16116/rss</id><updated>2011-09-08T08:17:30Z</updated><author><name>小象</name><uri>http://www.cnblogs.com/wzjingwei/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzjingwei/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/16116/rss"/><entry><id>http://www.cnblogs.com/wzjingwei/archive/2009/05/12/1454563.html</id><title type="text">nchar和nvarchar在索引方式上的一个区别-SQL Server 2008 中的一个发现</title><summary type="text">其实这两个类型最大的研究点就是在索引上的区别。现将我在使用SQL Server2008时的一个发现写下。（注：本讨论未建立任何全文索引）通常我们认为 like '%服装%' 这样的查询是无法利用索引的，基本就是主键扫描。但是当我们为某个&amp;#8220;定长字符型&amp;#8221;字段建立 &amp;#8220;非聚集&amp;#8221; &amp;#8220;唯一&amp;#8221; 索引时发现，如果我们的查询结果只有一条的话便会...</summary><published>2009-05-11T17:48:00Z</published><updated>2009-05-11T17:48:00Z</updated><author><name>小象</name><uri>http://www.cnblogs.com/wzjingwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzjingwei/archive/2009/05/12/1454563.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzjingwei/archive/2009/05/12/1454563.html"/></entry><entry><id>http://www.cnblogs.com/wzjingwei/archive/2008/01/15/1039350.html</id><title type="text">反编译入门-发现网上相关的文章很好少，就写点</title><summary type="text">打开 Visual Studio 2005 命令提示 窗口aldasm打开未加密的DLL a.dll存储为il 比如a.il用aldasm查看已经打开的a.DLL，找到修改的il代码打开导出的il文件，查找到要修改的代码，修改好后保存a.ill打开 Visual Studio 2005 命令提示 窗口 指定目录到a.il下输入ilasm a.il /dll大功告成！ 以下内容引自：http://w...</summary><published>2008-01-15T02:31:00Z</published><updated>2008-01-15T02:31:00Z</updated><author><name>小象</name><uri>http://www.cnblogs.com/wzjingwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzjingwei/archive/2008/01/15/1039350.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzjingwei/archive/2008/01/15/1039350.html"/></entry><entry><id>http://www.cnblogs.com/wzjingwei/archive/2007/03/06/665780.html</id><title type="text">用SQL SERVER 2005的数据挖掘实现图书馆书目推荐服务</title><summary type="text">【摘要】本文利用SQL SERVER 2005 关联分析实现了一个在线图书推荐服务，以提高图书馆的服务水平。并给出关键步骤和关键代码，为读者建立自己相关的挖掘项目提供帮助。</summary><published>2007-03-06T09:02:00Z</published><updated>2007-03-06T09:02:00Z</updated><author><name>小象</name><uri>http://www.cnblogs.com/wzjingwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzjingwei/archive/2007/03/06/665780.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzjingwei/archive/2007/03/06/665780.html"/></entry><entry><id>http://www.cnblogs.com/wzjingwei/archive/2006/09/25/514702.html</id><title type="text">用table写过了个类似DATALIST的水平重复显示的东东，要用的来看看吧。</title><summary type="text">最近有朋友向我要用table写的类似DATALIST的水平重复显示的控件，就写了个。不过时间参促也没写成控件就发布了，有兴趣的朋友可以来看看。</summary><published>2006-09-25T15:34:00Z</published><updated>2006-09-25T15:34:00Z</updated><author><name>小象</name><uri>http://www.cnblogs.com/wzjingwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzjingwei/archive/2006/09/25/514702.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzjingwei/archive/2006/09/25/514702.html"/></entry><entry><id>http://www.cnblogs.com/wzjingwei/archive/2006/03/07/344648.html</id><title type="text">SPSS主成分分析插件程序使用说明及下载</title><summary type="text">发布最新2.0版程序,将输出结果以表格形式给出,并附上了演示动画和测试数据.2.0版使用.NET FRAMEWORK 2.0,可到如下地址下载:http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe2.0安装版下载地址:地址1:http://520english.c...</summary><published>2006-03-07T05:31:00Z</published><updated>2006-03-07T05:31:00Z</updated><author><name>小象</name><uri>http://www.cnblogs.com/wzjingwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzjingwei/archive/2006/03/07/344648.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzjingwei/archive/2006/03/07/344648.html"/></entry><entry><id>http://www.cnblogs.com/wzjingwei/archive/2005/12/31/308839.html</id><title type="text">模式探索(1)：采用委托实现模版方法</title><summary type="text">由于看的人多，参与讨论的人少，我想可能是我写的过于简略了，所以今天重新编辑了一下。模版方法的关键是在父类中的非抽象方法中调用抽象方法，子类各自实现自己父类的抽象方法。子类的区别仅仅是实现方法的不同，其自身原来的优势就是可以在有新的具体类的增加时不用修改抽象类，而客户端的调用则只是通过多态来执行抽象类的方法。在.NET中，我们可以采用委托方法实现相同的目的。我们先来看看一般情况下如何实现模版方法： usingSystem;namespaceBasic{/**////&amp;lt;summary&amp;gt;///Class1的摘要说明。///&amp;lt;/summary&amp;gt;classClass1{/**//</summary><published>2005-12-31T05:09:00Z</published><updated>2005-12-31T05:09:00Z</updated><author><name>小象</name><uri>http://www.cnblogs.com/wzjingwei/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wzjingwei/archive/2005/12/31/308839.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wzjingwei/archive/2005/12/31/308839.html"/></entry></feed>
