摘要: 转载:来自http://www.vckbase.com/document/listdoc.asp?sclsid=1111 SQL Server 索引结构及其使用(三) 作者:freedk 一、深入浅出理解索引结构 二、改善SQL语句 实现小数据量和海量数据的通用分页显示存储过程 建立一个 Web 应用,分页浏览功能必不可少。这个问题是数据库处理中十分常见的问题。经典的数据分页方法是:A... 阅读全文
posted @ 2007-08-01 10:45 Peter Wang 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 转载:来自http://www.vckbase.com/document/listdoc.asp?sclsid=1111 SQL Server 索引结构及其使用(二) 作者:freedk 一、深入浅出理解索引结构 改善SQL语句 很多人不知道SQL语句在SQL SERVER中是如何执行的,他们担心自己所写的SQL语句会被SQL SERVER误解。比如: select * from tab... 阅读全文
posted @ 2007-08-01 10:44 Peter Wang 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 转载:来自http://www.vckbase.com/document/listdoc.asp?sclsid=1111 SQL Server 索引结构及其使用(一) 作者:freedk 一、深入浅出理解索引结构 实际上,您可以把索引理解为一种特殊的目录。微软的SQL SERVER提供了两种索引:聚集索引(clustered index,也称聚类索引、簇集索引)和非聚集索引(noncluste... 阅读全文
posted @ 2007-08-01 10:42 Peter Wang 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 2007排名前100名的web网站或应用(只限国外)。http://www.webware.com/html/ww/100.html 让人心寒的是,google在每个领域都有其身影。而且在多个field居于老大地位。最近google在吞噬eBay paypal checkout的市场,eBay发飚,撤下了其在google上的广告。我想起google就像个九头怪,连C2C... 阅读全文
posted @ 2007-06-20 11:48 Peter Wang 阅读(1228) 评论(6) 推荐(0) 编辑
摘要: I almost forget where the original source is from.Hashtables are very convenient data structures however they are not very fast and it is very easy to make them even slower by using more logical, but ultimately much slower approach, consider the code below:The difference in performance is about 2 ti 阅读全文
posted @ 2007-03-06 10:13 Peter Wang 阅读(330) 评论(2) 推荐(0) 编辑
摘要: 这个问题也被我碰见了。http://www.maocom.com/resources/program/html/200689/8947.htm幸运的是,我主窗口关闭事件是自己draw的button产生的。呵呵 阅读全文
posted @ 2006-09-13 18:32 Peter Wang 阅读(607) 评论(1) 推荐(0) 编辑
摘要: It depicts that, if there is no index created for the foreign key constraints related columns, there may be big performance problem. The major reasons are: 1) FK constraint represents a relation between tables, and if these tables are part of a SQL query, there's a 99.9 percent chance that they wil 阅读全文
posted @ 2005-07-18 17:29 Peter Wang 阅读(407) 评论(1) 推荐(0) 编辑
摘要: If objrecordtemp.RecordCount > 0 Then Set nodxtemp = Me.TreeViewFloorDoor.Nodes.Add(nodx.Tag, tvwChild, objrecordtemp.Fields(0).Value, objrecordtemp.Fields(1).Value) ... 阅读全文
posted @ 2005-03-25 00:06 Peter Wang 阅读(593) 评论(2) 推荐(0) 编辑
摘要: “往事不要再提,人生已多风雨,忘了过去也许可以,忘了你却太不容易。”   在电视中又看到了一个怀念张国荣的专集,久久不能释怀……   过去对张国荣的作品,知道,并不多,走过路过看过放过。习惯了  ,放松了,平淡了……但是前年愚人节傍晚,那酒店窗口飞身化蝶的一跃,不由人心口猛然遭一重锤一击。  回首往事,怀念荣少。   《沉默是金》《风继续吹》每一场、一瞬,那当红巨星、忧郁少年的无奈、自慰,那演出现场极感性的大雨滂沱,泣不成声,多情、真情、痴情、情难自禁,真可谓性情中人!!!  《英雄本色》《胭脂扣》《倩女幽魂》《阿飞正传》《春光乍泄》《霸王别姬》每一出,一幕,忽然意识到,那个疾恶如仇的,义不容 阅读全文
posted @ 2005-02-06 11:25 Peter Wang 阅读(954) 评论(1) 推荐(0) 编辑
摘要: Motiviations (http://aopalliance.sourceforge.net/motivations.html) Aspect-Oriented Programming (AOP) is a programming technique that will be able to enhance several existing middleware environments (s... 阅读全文
posted @ 2005-02-06 11:00 Peter Wang 阅读(857) 评论(0) 推荐(0) 编辑