<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_昊  天</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/4352/rss</id><updated>2007-08-24T03:46:49Z</updated><author><name>Tutuya</name><uri>http://www.cnblogs.com/tutuya/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tutuya/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/4352/rss"/><entry><id>http://www.cnblogs.com/tutuya/archive/2007/08/24/868095.html</id><title type="text">栀子花开，那时花开</title><summary type="text">终究是要离开校园的，终究有那么一天你得离开值得你一辈子怀念的花园。在校园里整整呆了10年，从南到北，我想人生再也没有比着更美好的时光了吧。有时候都有一种赖着不走的想法，希望一辈子呆在美好的大学校园里。其实我是有机会继续呆在这里的，可是由于各方面的原因，我选择了离开，惆怅也罢，悔悟也罢，这都成为了事实。今天突然想起来三年前离开成都校园时，校园里那盛开的栀子花。栀子花的颜色，是那种不带一点杂色的白，很...</summary><published>2007-08-24T03:44:00Z</published><updated>2007-08-24T03:44:00Z</updated><author><name>Tutuya</name><uri>http://www.cnblogs.com/tutuya/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tutuya/archive/2007/08/24/868095.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tutuya/archive/2007/08/24/868095.html"/></entry><entry><id>http://www.cnblogs.com/tutuya/archive/2006/08/16/478598.html</id><title type="text">SQL Server安装："安装文件配置服务器失败"的解决方法</title><summary type="text">首先用odbcconf.exe来重新注册一下ODBC Driver;然后选用"高级选项"安装SQL Server,选择"rebuild注册表";若问题仍存在,则建议"向现有安装中添加组件"安装.</summary><published>2006-08-16T09:34:00Z</published><updated>2006-08-16T09:34:00Z</updated><author><name>Tutuya</name><uri>http://www.cnblogs.com/tutuya/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tutuya/archive/2006/08/16/478598.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tutuya/archive/2006/08/16/478598.html"/></entry><entry><id>http://www.cnblogs.com/tutuya/archive/2006/08/07/470080.html</id><title type="text">"SQL Server不存在或访问被拒绝"问题的解决</title><summary type="text">SQL Server不存在或访问被拒绝</summary><published>2006-08-07T08:43:00Z</published><updated>2006-08-07T08:43:00Z</updated><author><name>Tutuya</name><uri>http://www.cnblogs.com/tutuya/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tutuya/archive/2006/08/07/470080.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tutuya/archive/2006/08/07/470080.html"/></entry><entry><id>http://www.cnblogs.com/tutuya/archive/2006/06/23/433891.html</id><title type="text">海量数据库的查询优化及分页算法方案(二)－实现小数据量和海量数据的通用分页显示存储过程 [转]</title><summary type="text">三、实现小数据量和海量数据的通用分页显示存储过程　　建立一个web 应用，分页浏览功能必不可少。这个问题是数据库处理中十分常见的问题。经典的数据分页方法是:ADO 纪录集分页法，也就是利用ADO自带的分页功能（利用游标）来实现分页。但这种分页方法仅适用于较小数据量的情形，因为游标本身有缺点：游标是存放在内存中，很费内存。游标一建立，就将相关的记录锁住，直到取消游标。游标提供了对特定集合中逐行扫描的...</summary><published>2006-06-23T07:44:00Z</published><updated>2006-06-23T07:44:00Z</updated><author><name>Tutuya</name><uri>http://www.cnblogs.com/tutuya/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tutuya/archive/2006/06/23/433891.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tutuya/archive/2006/06/23/433891.html"/></entry><entry><id>http://www.cnblogs.com/tutuya/archive/2006/06/23/433883.html</id><title type="text">如何让SQL运行得更快</title><summary type="text">---- 人们在使用SQL时往往会陷入一个误区，即太关注于所得的结果是否正确，而忽略了不同的实现方法之间可能存在的性能差异，这种性能差异在大型的或是复杂的数据库环境中（如联机事务处理OLTP或决策支持系统DSS）中表现得尤为明显。笔者在工作实践中发现，不良的SQL往往来自于不恰当的索引设计、不充份的连接条件和不可优化的where子句。在对它们进行适当的优化后，其运行速度有了明显地提高！下面我将从这...</summary><published>2006-06-23T07:38:00Z</published><updated>2006-06-23T07:38:00Z</updated><author><name>Tutuya</name><uri>http://www.cnblogs.com/tutuya/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tutuya/archive/2006/06/23/433883.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tutuya/archive/2006/06/23/433883.html"/></entry><entry><id>http://www.cnblogs.com/tutuya/archive/2006/06/23/433838.html</id><title type="text">海量数据库的查询优化及分页算法方案(二)－改良SQL语句 [转] </title><summary type="text">SQL优化</summary><published>2006-06-23T06:36:00Z</published><updated>2006-06-23T06:36:00Z</updated><author><name>Tutuya</name><uri>http://www.cnblogs.com/tutuya/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tutuya/archive/2006/06/23/433838.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tutuya/archive/2006/06/23/433838.html"/></entry><entry><id>http://www.cnblogs.com/tutuya/archive/2006/06/23/433830.html</id><title type="text">海量数据库的查询优化与分页算法方案（一）[转]</title><summary type="text">海量数据库  查询优化  分页</summary><published>2006-06-23T06:33:00Z</published><updated>2006-06-23T06:33:00Z</updated><author><name>Tutuya</name><uri>http://www.cnblogs.com/tutuya/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tutuya/archive/2006/06/23/433830.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tutuya/archive/2006/06/23/433830.html"/></entry><entry><id>http://www.cnblogs.com/tutuya/archive/2006/06/02/416039.html</id><title type="text">“在Web 窗体设计器中未能加载该文件”的解决方法</title><summary type="text">在Web 窗体设计器中未能加载该文件。请更正下列错误，然后尝试重新加载: 文件中的类都不能进行设计，因此未能为该文件显示设计器。</summary><published>2006-06-02T09:32:00Z</published><updated>2006-06-02T09:32:00Z</updated><author><name>Tutuya</name><uri>http://www.cnblogs.com/tutuya/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tutuya/archive/2006/06/02/416039.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tutuya/archive/2006/06/02/416039.html"/></entry><entry><id>http://www.cnblogs.com/tutuya/archive/2006/05/12/398360.html</id><title type="text">Vs.net 2003调用Matlab7编译的COM组件的问题与讨论</title><summary type="text">关于Visual Studio.net 2003调用Matlab编译的COM组件的解决方法与存在的问题！</summary><published>2006-05-12T06:33:00Z</published><updated>2006-05-12T06:33:00Z</updated><author><name>Tutuya</name><uri>http://www.cnblogs.com/tutuya/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tutuya/archive/2006/05/12/398360.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tutuya/archive/2006/05/12/398360.html"/></entry><entry><id>http://www.cnblogs.com/tutuya/archive/2006/05/08/394319.html</id><title type="text">Matlab编译COM组件的解决方案</title><summary type="text">目前项目需要应用VS.net调用Matlab编译生成的COM组件。首先需要配置Matlab的C/C++编译器，由于我的VS.net并没有安装在C盘的根目录下，而在Matlab的命令行中输入mbuild -setup和mex -setup命令时，若选择mbuild to locate installed compilers，则找不到C/C++的编译器，无法完成编译器的配置（若用户的C/C++编译器安...</summary><published>2006-05-08T13:17:00Z</published><updated>2006-05-08T13:17:00Z</updated><author><name>Tutuya</name><uri>http://www.cnblogs.com/tutuya/</uri></author><link rel="alternate" href="http://www.cnblogs.com/tutuya/archive/2006/05/08/394319.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/tutuya/archive/2006/05/08/394319.html"/></entry></feed>
