行者无疆
When I was young , I used to think that money was the most important thing in life , now I am old , I know it is.
摘要: JavaScript中的对象 对象的概念 JavaScript对象的描述: An object is a collection of properties and has a single prototype object. The prototype may be either an object 阅读全文
posted @ 2018-01-10 03:06 衣不如新 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 【IT168技术文档】 一、理解索引的结构 索引在数据库中的作用类似于目录在书籍中的作用,用来提高查找信息的速度。使用索引查找数据,无需对整表进行扫描,可以快速找到所需数据。微软的SQL SERVER提供了两种索引:聚集索引(clustered index,也称聚类索引、簇集索引)和非聚集索引(nonclustered index,也称非聚类索引、非簇集索引)。 SQL Server 中数据存储的基本单位是页(Page)。数据库中的数据文件(.mdf 或 .ndf)分配的磁盘空间可以从逻辑上划分成页(从 0 到 n 连续编号)。磁盘 I/O 操作在页级执行。也就是说,SQL Server .. 阅读全文
posted @ 2012-07-13 15:25 衣不如新 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 设计模式 Design pattern 策略模式 Strategy Pattern HeadFirst 阅读全文
posted @ 2009-03-30 15:49 衣不如新 阅读(932) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.cnblogs.com/blusehuang/archive/2007/07/27/net_framework_virtual_function_1.htmlhttp://www.cnblogs.com/blusehuang/archive/2007/08/03/841707.html 最近一直对.net framework中,虚方法的调用是如何实现这个问题有些疑惑,在... 阅读全文
posted @ 2009-03-10 10:45 衣不如新 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 冒泡,插入,选择排序,栈,循环队列,有序数组(二分法查找),链表 阅读全文
posted @ 2008-11-27 20:03 衣不如新 阅读(982) 评论(2) 推荐(0) 编辑
摘要: .net类的初始化机制,顺序,内存分配, 阅读全文
posted @ 2007-10-14 03:44 衣不如新 阅读(897) 评论(0) 推荐(0) 编辑
摘要: .net 强名称机制 strongly name assemblies 阅读全文
posted @ 2007-10-14 02:34 衣不如新 阅读(1423) 评论(2) 推荐(0) 编辑
摘要: 托管代码结构和运行机制 阅读全文
posted @ 2007-10-13 02:53 衣不如新 阅读(726) 评论(1) 推荐(0) 编辑