<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/xiven</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; xiven]]></copyright><item><title><![CDATA[协变和逆变]]></title><link>https://blog.csdn.net/xiven/article/details/6786877</link><guid>https://blog.csdn.net/xiven/article/details/6786877</guid><author>xiven</author><pubDate>Sun, 18 Sep 2011 11:29:36 +0800</pubDate><description><![CDATA[/// 
    /// 协变和逆变允许数组类型、委托类型和泛型类型参数进行隐式引用转换。 协变保留分配兼容性，逆变与之相反。
    /// 协变和逆变只能用于引用类型，不能用于值类型或void
    /// 
    public class CovarianceAndCo]]></description><category></category></item><item><title><![CDATA[.NET设计规范——约定、惯用法与模式（第2版·英文版]]></title><link>https://blog.csdn.net/xiven/article/details/6642294</link><guid>https://blog.csdn.net/xiven/article/details/6642294</guid><author>xiven</author><pubDate>Thu, 28 Jul 2011 22:13:14 +0800</pubDate><description><![CDATA[本书关注直接影响框架可编程能力的设计问题，为框架设计师和广大开发人员设计高质量的软件提供了权威的指南，这一版更新至NET 3.5。书中内容涉及框架设计的基本原则和规范，常用设计惯用法，为命名空间、类型、成员等框架各部分命名的规范，框架中常用设计模式的规范等。同时，书中添加了来自经]]></description><category></category></item><item><title><![CDATA[关于  代码生成器]]></title><link>https://blog.csdn.net/xiven/article/details/6557454</link><guid>https://blog.csdn.net/xiven/article/details/6557454</guid><author>xiven</author><pubDate>Mon, 20 Jun 2011 23:37:00 +0800</pubDate><description><![CDATA[1，CodeSmith2，使用自己写的代码生成器。]]></description><category></category></item><item><title><![CDATA[MVC和三层  须知]]></title><link>https://blog.csdn.net/xiven/article/details/6409929</link><guid>https://blog.csdn.net/xiven/article/details/6409929</guid><author>xiven</author><pubDate>Tue, 10 May 2011 19:01:00 +0800</pubDate><description><![CDATA[http://topic.csdn.net/u/20110303/11/d2b9cf4e-2332-468c-a9e4-7892914813be.htmlhttp://www.cnblogs.com/bluedoctor/archive/2011/02/24/1963606.ht]]></description><category></category></item><item><title><![CDATA[.net 一些日志记录第三方工具]]></title><link>https://blog.csdn.net/xiven/article/details/6403683</link><guid>https://blog.csdn.net/xiven/article/details/6403683</guid><author>xiven</author><pubDate>Sun, 08 May 2011 16:35:00 +0800</pubDate><description><![CDATA[<br />  Log4Net使用详解<br />1， http://blog.csdn.net/zhoufoxcn/archive/2008/03/26/2220533.aspx<br /> <br />2， http://blog.csdn.net/zhoufoxcn/archive/2010/11/23/6029021.aspx<br /> <br /> <br />ELMAH（ASP.NET错误日志记录与通知）<br /> <br />http://www.cnblogs.com/rob0121/a]]></description><category></category></item><item><title><![CDATA[设计模式  笔记]]></title><link>https://blog.csdn.net/xiven/article/details/6373190</link><guid>https://blog.csdn.net/xiven/article/details/6373190</guid><author>xiven</author><pubDate>Sat, 30 Apr 2011 01:04:00 +0800</pubDate><description><![CDATA[周例会，一同事讲了 几种构建模式, 笔记下自己的一些心得1，工厂模式-- 创建者控制对象的创建2，方法工厂-- 将对象的创建控制推迟到调用者3，抽象工厂-- 创建一系列对象，这些对象之间不存在关系，只有一个共性（同属一个系列）。单例模式：饿汉式: 
        public class Singleton{ 
            private static Singleton singleton = new Singleton (); 
            private Singlet]]></description><category></category></item><item><title><![CDATA[.NET的一些框架]]></title><link>https://blog.csdn.net/xiven/article/details/6342864</link><guid>https://blog.csdn.net/xiven/article/details/6342864</guid><author>xiven</author><pubDate>Fri, 22 Apr 2011 23:06:00 +0800</pubDate><description><![CDATA[开发框架：  nhibernate框架。一个O/R映射的框架。  nunit框架。一个测试框架.  nant项目。  TestDriven工具。一个可以集成到Visual studio .net 里面的测试工具。可以用来运行nunit。  CruiseControl.NET工具。]]></description><category></category></item><item><title><![CDATA[学习CSLA.NET  ---转]]></title><link>https://blog.csdn.net/xiven/article/details/6261313</link><guid>https://blog.csdn.net/xiven/article/details/6261313</guid><author>xiven</author><pubDate>Sat, 19 Mar 2011 16:24:00 +0800</pubDate><description><![CDATA[<br /><br /> <br />转自---http://www.cnblogs.com/pcjim/archive/2007/01/31/635599.html<br /> <br />CSLA是Component-based, Scalable, Logical Architecture的简写，CSLA . NET是Rockford Lhotka基于.Net设计的一套N-tier分布式框架。<br />CSLA .NET包含如下功能：<br />l           n-Level
undo c]]></description><category></category></item><item><title><![CDATA[集群----blog ]]></title><link>https://blog.csdn.net/xiven/article/details/6258769</link><guid>https://blog.csdn.net/xiven/article/details/6258769</guid><author>xiven</author><pubDate>Fri, 18 Mar 2011 13:18:00 +0800</pubDate><description><![CDATA[http://sech.javaeye.com/blog/164408http://zh.wikipedia.org/zh/%E8%AE%A1%E7%AE%97%E6%9C%BA%E9%9B%86%E7%BE%A4http://www.hudong.com/wiki/%E9%9B%86%E7%BE%A4技术前沿：走近数据库集群技术服务器集群]]></description><category></category></item><item><title><![CDATA[超大数量表优化(转)]]></title><link>https://blog.csdn.net/xiven/article/details/6241539</link><guid>https://blog.csdn.net/xiven/article/details/6241539</guid><author>xiven</author><pubDate>Fri, 11 Mar 2011 23:38:00 +0800</pubDate><description><![CDATA[<br />http://topic.csdn.net/u/20110304/19/20F1737D-74CE-4546-9273-5861A022C301.html<br /> <br />先笔录下，又时间总结下该类问题！<br /> <br />数据库版本是db2 9.7。<br />表出入口T_CRK，数据量为4亿，并且每月都增加几百万。 结构大致如下：<br />ID 主键<br />CRRQ 日期<br />PLACE 地点<br />XNAME 姓名<br />....<br /><br />还]]></description><category></category></item><item><title><![CDATA[数据库范式简介(转)]]></title><link>https://blog.csdn.net/xiven/article/details/6232630</link><guid>https://blog.csdn.net/xiven/article/details/6232630</guid><author>xiven</author><pubDate>Tue, 08 Mar 2011 21:26:00 +0800</pubDate><description><![CDATA[<br /><br />理解数据库范式<br />系统是短暂的<br />数据是永恒的<br />数 据库范式是数据库设计中必不可少的知识，没有对范式的理解，就无法设计出高效率、优雅的数据库。甚至设计出错误的数据库。而想要理解并掌握范式却并不是那 么容易。教科书中一般以关系代数的方法来解释数据库范式。这样做虽然能够十分准确的表达数据库范式，但比较抽象，不太直观，不便于理解，更难以记忆。<br />本 文用较为直白的语言介绍范式，旨在便于理解和记忆，这样做可能会出现一些不精确的表述。但对于初学者应该是个不错的]]></description><category></category></item><item><title><![CDATA[数据库优化（转 ） ]]></title><link>https://blog.csdn.net/xiven/article/details/6225882</link><guid>https://blog.csdn.net/xiven/article/details/6225882</guid><author>xiven</author><pubDate>Sat, 05 Mar 2011 18:51:00 +0800</pubDate><description><![CDATA[<br /><br />转自：http://www.zlmind.com/?p=691<br /> <br /> <br />近期因工作需要，希望比较全面的总结下SQL SERVER数据库性能优化相关的注意事项，在网上搜索了一下,发现很多文章,有的都列出了上百条,但是仔细看发现，有很多似是而非或者过时(可能对SQL SERVER6.5以前的版本或者ORACLE是适用的)的信息，只好自己根据以前的经验和测试结果进行总结了。<br />我始终认为，一个系统的性能的提高，不单单是试运行或者维护阶段的性能调优的任务]]></description><category></category></item><item><title><![CDATA[.NET  类型转换 （集合） ]]></title><link>https://blog.csdn.net/xiven/article/details/6219435</link><guid>https://blog.csdn.net/xiven/article/details/6219435</guid><author>xiven</author><pubDate>Wed, 02 Mar 2011 23:16:00 +0800</pubDate><description><![CDATA[----------------------------------------string-> DateTime string formatStr="2000-01-01 00:00:00";1, Convert.ToDateTime(formatStr);2, DateTime.Parse(formatStr);DateTime -> stringDateTime dt=DateTime.Now;1, dt.ToString("yy-MM-dd hh:mm:ss")    dt.ToString(); ]]></description><category></category></item><item><title><![CDATA[OLE及.net的线程模型]]></title><link>https://blog.csdn.net/xiven/article/details/6142332</link><guid>https://blog.csdn.net/xiven/article/details/6142332</guid><author>xiven</author><pubDate>Sat, 15 Jan 2011 16:12:00 +0800</pubDate><description><![CDATA[OLE 线程模型的说明和工作方式     COM 对象可以用于一个进程的多线程。“单线程单元” (STA) 和“多线程单元” (MTA) 术语用于为描述对象与线程间的关系、对象间的并行关系、使用何种方 法将调用传递给对象的方式以及在线程间传递接口指针的规则而建立的概念框架。组件及其客户可以在 COM 目前支持的以下两个单元模型之间进行选择： 1、单线程单元模型 (STA)：进程中一个或多个线程使用 COM ，并且 COM 对象的调用由 COM 进行同步。在线程间对接口进行编组。单线程单元模型的退化情况（其 ]]></description><category></category></item><item><title><![CDATA[一些 .net 源代码 站点]]></title><link>https://blog.csdn.net/xiven/article/details/6134643</link><guid>https://blog.csdn.net/xiven/article/details/6134643</guid><author>xiven</author><pubDate>Thu, 13 Jan 2011 14:11:00 +0800</pubDate><description><![CDATA[<br />http://51aspx.com/<br /> <br />http://www.codeplex.com/<br /> <br />http://www.codeproject.com<br /> ]]></description><category></category></item><item><title><![CDATA[MS .NET Pet Shop 4 架构源码]]></title><link>https://blog.csdn.net/xiven/article/details/6134251</link><guid>https://blog.csdn.net/xiven/article/details/6134251</guid><author>xiven</author><pubDate>Thu, 13 Jan 2011 12:00:00 +0800</pubDate><description><![CDATA[PetShop 4.0 For .NET 2.0 下载地址:http://www.cnblogs.com/weboy/archive/2006/03/20/354302.htmlMicrosoft .NET Pet Shop 4 架构与技术分析：http://www.cnblogs.com/ltp/archive/2006/04/17/377564.htmlmsdn：http://msdn.microsoft.com/en-us/library/Aa479070]]></description><category></category></item><item><title><![CDATA[数据库索引 优化 文摘]]></title><link>https://blog.csdn.net/xiven/article/details/6128275</link><guid>https://blog.csdn.net/xiven/article/details/6128275</guid><author>xiven</author><pubDate>Tue, 11 Jan 2011 09:33:00 +0800</pubDate><description><![CDATA[<br />http://blog.csdn.net/yzsind/archive/2010/12/06/6059209.aspx<br /> <br /> <br />http://topic.csdn.net/t/20061024/20/5106330.html]]></description><category></category></item><item><title><![CDATA[WinAPI: - 运行外部程序]]></title><link>https://blog.csdn.net/xiven/article/details/6057793</link><guid>https://blog.csdn.net/xiven/article/details/6057793</guid><author>xiven</author><pubDate>Mon, 06 Dec 2010 12:26:00 +0800</pubDate><description><![CDATA[<br />三个SDK函数: WinExec，ShellExecute ，CreateProcess可以实现调用其他程序的要求，其中以WinExec最为简单，ShellExecute比WinExec灵活一些，CreateProcess最为复杂。<br />    WinExec 两个参数，前一个指定路径，后一个指定显示方式。<br />    ShellExecute 可以指定工作目录,并且还可以寻找文件的关联直接打开不用加载与文件关联的应用程序，ShellExecute还可以打开网页，启动相应的邮件关联发]]></description><category></category></item><item><title><![CDATA[多线程 文摘 记录]]></title><link>https://blog.csdn.net/xiven/article/details/6046604</link><guid>https://blog.csdn.net/xiven/article/details/6046604</guid><author>xiven</author><pubDate>Tue, 30 Nov 2010 23:01:00 +0800</pubDate><description><![CDATA[<br />http://software.intel.com/zh-cn/articles/intel-guide-for-developing-multithreaded-applications/?cid=sw:prccsdn1373<br /> <br />http://software.intel.com/zh-cn/blogs/2010/11/11/400006332/?cid=sw:prccsdn1481]]></description><category></category></item><item><title><![CDATA[Transact-SQL  存储过程 knowledge Note I ]]></title><link>https://blog.csdn.net/xiven/article/details/6039284</link><guid>https://blog.csdn.net/xiven/article/details/6039284</guid><author>xiven</author><pubDate>Sat, 27 Nov 2010 14:26:00 +0800</pubDate><description><![CDATA[Transact-SQL 一些语法：类似pascal 但有些区别：语句块：beginendif语句：if (Boolean)           //没有 Thenbeginend                       //没有结束符;elsebeginendwhile 循环while(Boolean)beginend打印输出：print @value执行字符串变量的语句1，EXECUTE(@SqlQuery)2，调用存储过程sp_executesql 如  set @SqlCount = 'sele]]></description><category></category></item></channel></rss>