自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (7)
  • 收藏
  • 关注

原创 .Net框架程序设计-读书笔记(第六章 通用对象操作)

1. 通用对象操作1.1. 对象的等值性与唯一性System.Object类型中的Equals方法实现:class Object{    public virtual Boolean Equals(Object obj){        if ( this == obj )            return true;        return false;  

2006-05-29 11:22:00 696

原创 .Net框架程序设计-读书笔记(第五章 基元类型、引用类型和值类型)

1. 基元类型、引用类型和值类型1.1. 基元类型编译器直接支持的类型称为基元类型(primitive type)。基元类型和.NET框架类库中的类型有直接的映射关系。1)       编译器能够在基元类型之间进行隐式或者显式的转型;2)       基元类型能够以文本常量(literals)的形式出现;3)       如果表达式中含有文本常量,编译器能够在编

2006-05-29 11:08:00 1246

原创 .Net框架程序设计-读书笔记(前记)

  最近比较空闲,所以准备把以前读书时自己做的笔记整理一下,拿出来与大家分享,如果大家觉得还行的话,我就继续贴后面的几章。笔记中的内容均出自原书,我只是摘录出自己觉得比较重要的信息:),希望能对大家有益。另外,不知道这算不算是对作者和译者版权的一种侵犯,请大家赐教,如果。。。我会立即删除。  

2006-05-18 17:15:00 672

原创 .Net框架程序设计-读书笔记(第四章 类型基础)

1. 类型基础1.1. 基类型System.ObjectCLR要求所有的对象都要用new操作符来创建,new操作符所执行的工作: 1)       从托管堆中分配指定类型所需的内存空间;2)       初始化对象的附加成员:类型方法表指针和SyncBlockIndex;3)       传入new操作符中指定的参数,调用类型的实例构造器; 在new完成上述操作

2006-05-18 17:04:00 792

JavaScript The Definitive Guide 6th Edition.pdf

This book covers the JavaScript language and the JavaScript APIs implemented by web browsers. I wrote it for readers with at least some prior programming experience who want to learn JavaScript and also for programmers who already use JavaScript but want to take their understanding to a new level and really master the language and the web platform. My goal with this book is to document the JavaScript language and platform comprehensively and definitively. As a result, this is a large and detailed book. My hope, however, is that it will reward careful study, and that the time you spend reading it will be easily recouped in the form of higher programming productivity.

2018-10-19

Android编程权威指南 第3版

安卓编程的金典书籍,是Amazon安卓开发榜首畅销书之一,值得每个开发人员细细品读。内容涵盖安卓开发的大部分技术,每个章节都附有深入学习的小节,既是对本章内容的延伸,也是很好的练习题目。

2018-10-19

Simplified Data Processing on Large Clusters

MapReduce is a software framework introduced by Google in 2004 to support distributed computing on large data sets on clusters of computers.

2011-09-19

HP C Runtime Library Reference Manual for OpenVMS

This manual describes the HP C Run-Time Library (RTL) for the OpenVMS operating system on VAX, Alpha, and Intel Itanium processors. HP OpenVMS Industry Standard 64 for Integrity Servers is the full product name of the OpenVMS operating system on Intel Itanium processors. The shortened forms, OpenVMS I64 and I64, are also used throughout this manual.

2008-12-08

Alpha Architecture Reference Manual

This document is directly derived from the internal-only Alpha System Reference Manual and is an accurate and complete description of the Alpha architecture.

2008-12-08

Programming the Microsoft Windows Driver Model

Programming the Microsoft Windows Driver Model

2008-08-03

HP OpenVMS Calling Standard

HP OpenVMS Calling Standard.

2008-04-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除