Ray's playground

 

2010年10月15日

Replication(Chapter 10 of MongoDB The Definitive Guild)

摘要: Sharding refers to the process of splitting data up and storing different portions of thedata on different machines; the term partitioning is also sometimes used to describethis concept. By splitting ... 阅读全文

posted @ 2010-10-15 23:14 Ray Z 阅读(191) 评论(0) 推荐(0) 编辑

Data Types and Expressions(Chapter 4 of Programming in Objective-C 2.0)

摘要: The id data type is used to store an object of any type. In a sense, it is a generic objecttype. For example, this line declares number to be a variable of type id:  id number;  Methods can be declare... 阅读全文

posted @ 2010-10-15 12:54 Ray Z 阅读(230) 评论(0) 推荐(0) 编辑

Classes, Objects, and Methods(Chapter 3 of Programming in Objective-C 2.0)

摘要: The leading minus sign (-) tells the Objective-C compiler that the method is an instancemethod.The only other option is a plus sign (+), which indicates a class method. 阅读全文

posted @ 2010-10-15 10:04 Ray Z 阅读(179) 评论(0) 推荐(0) 编辑

导航