上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 40 下一页
摘要: I know it well:I read it in the grammar long ago.—William Shakespeare, The Tragedy(悲剧;灾难;惨案) of Titus AndronicusThis chapter introduces the grammar of... 阅读全文
posted @ 2014-09-30 02:29 wuhn 阅读(784) 评论(0) 推荐(0) 编辑
摘要: normative ECMAScript Language specification 阅读全文
posted @ 2014-09-30 01:56 wuhn 阅读(140) 评论(0) 推荐(0) 编辑
摘要: I was directed to MDN'sfor..in pagewhen it said, "for..in Iterates over the enumerable properties of an object."Then I went to theEnumerability and ow... 阅读全文
posted @ 2014-09-30 01:53 wuhn 阅读(224) 评论(0) 推荐(0) 编辑
摘要: Thee(你) I’ll chase(追逐;追捕) hence(因此;今后), thou(你;尔,汝) wolf in sheep’s array.—William Shakespeare, The First Part of Henry the SixthAn array is a linear(... 阅读全文
posted @ 2014-09-30 01:43 wuhn 阅读(268) 评论(0) 推荐(0) 编辑
摘要: The Observer PatternThe Observer is a design pattern where an object (known as a subject) maintains a list of objects depending on it (observers), aut... 阅读全文
posted @ 2014-09-29 00:50 wuhn 阅读(278) 评论(0) 推荐(0) 编辑
摘要: The Singleton PatternThe Singleton pattern is thus known because it restricts instantiation of a class to a single object. Classically, the Singleton ... 阅读全文
posted @ 2014-09-28 23:22 wuhn 阅读(287) 评论(0) 推荐(0) 编辑
摘要: The Module PatternModulesModules are an integral piece of any robust application's architecture and typically help in keeping the units of code for a ... 阅读全文
posted @ 2014-09-28 20:06 wuhn 阅读(274) 评论(0) 推荐(0) 编辑
摘要: In classical object-oriented programming languages, a constructor is a special method used to initialize a newly created object once memory has been a... 阅读全文
posted @ 2014-09-28 18:57 wuhn 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 多个人共同操作同一个项目或拷贝项目时,经常会出现类似这样的问题:Undefined symbols for architecture i386:"_OBJC_CLASS_$_xx文件名", referenced from:下面是可能导致这类问题出现的原因及修改:1.相关工程文件未导入你可以直接在这里... 阅读全文
posted @ 2014-09-28 09:42 wuhn 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 编辑器的选择(Editor Choices)从初学编程到现在,我用过的编辑器有EditPlus、UltraEdit、Notepad++、Vim、TextMate和Sublime Text,如果让我从中推荐,我会毫不犹豫的推荐Vim和Sublime Text,原因有下面几点:跨平台:Vim和Subli... 阅读全文
posted @ 2014-09-28 09:21 wuhn 阅读(2558) 评论(0) 推荐(4) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 40 下一页