==========================参考书说明================================
--斯坦福课件;
--<Interface Builder Help>;--https://developer.apple.com/library/ios/recipes/xcode_help-interface_builder/_index.html
--《Xcode Overview.pdf》;--https://developer.apple.com/library/ios/documentation/ToolsLanguages/Conceptual/Xcode_Overview/About_Xcode/about.html
--<Xcode Concepts>;--https://developer.apple.com/library/ios/featuredarticles/XcodeConcepts/Concept-Targets.html
--<Scheme Configuration Help>;--https://developer.apple.com/library/ios/recipes/xcode_help-scheme_editor/_index.html
--《UnitTesting.pdf》;--https://developer.apple.com/legacy/library/documentation/DeveloperTools/Conceptual/UnitTesting/00-About_Unit_Testing/about.html
--《Date and Time Programming Guide.pdf》;--https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/DatesAndTimes/DatesAndTimes.html
--《Coding Guidelines for Cocoa.pdf》;--https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/FrameworkImpl.html
--《Google Objective-C Style Guide.pdf》
-《Threading Programming Guide.pdf》;--https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Multithreading/Introduction/Introduction.html;
--<UITableViewCell Class Reference>;https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableViewCell_Class/Reference/Reference.html
--<UITableView Class Reference>;https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html
--《Resource Programming Guide.pdf》;https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/LoadingResources/Introduction/Introduction.html
--《Blocks Programming Topics》;https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Blocks/Articles/00_Introduction.html
--Launch Services Programming Guide》https://developer.apple.com/library/mac/documentation/Carbon/Conceptual/LaunchServicesConcepts/LSCConcepts/LSCConcepts.html
--《Event Handling Guide for iOS》https://developer.apple.com/library/ios/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/Introduction/Introduction.html
==========================代码/项目说明================================
--UnitTests:单元测试 + 计算器写法
--TableViewSuite:tableview的使用
------------------------?待续?------------------------
--2014-10-20 ;iOS:事件处理机制(二)--事件传递,Responder Chain响应链
-2013; iOS:变量初始值、零值、空值(一)及判断 -json什么情况?
--------------------------------分割线static 的使用(2014-08-11 15:03) -----------------
--The Objective-C Programming Language.pdf(Programming With Objective-C.pdf);
--Cocoa Fundamentals Guide.pdf(Cocoa Core Competencies.pdf);
http://blog.csdn.net/yanzi1225627/article/details/7853859 程序员该看30本书
--C专家编程