码迷,mamicode.com
首页 >  
搜索关键字:milk patterns    ( 1103个结果
Findbugs
今天发现项目代码加入了findbugs的依赖包,简单的搜索了下: 官方说明: FindBugs is a defect detection tool for Java that uses static analysis to look for more than 200 bug patterns, such as null pointer dereferences, infinite recu...
分类:数据库   时间:2014-06-07 01:19:07    阅读次数:250
About Swift
Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds mode...
分类:其他好文   时间:2014-06-04 13:19:23    阅读次数:282
JavaScript Patterns 3.7 Primitive Wrappers
One reason to use the wrapper objects is when you want to augment the value and persist state. Because primitives are not objects, they cannot be augm...
分类:移动开发   时间:2014-06-03 16:20:47    阅读次数:345
JavaScript Patterns 3.6 Regular Expression Literal
Te Regular Expression literal also creates new objects in ECMA Script 5. And one last note that calling RegExp() without new(as a function, not as a c...
分类:编程语言   时间:2014-06-02 15:50:52    阅读次数:280
JavaScript Patterns 3.5 JSON
The only syntax difference between JSON and the object literal is that property names need to be wrapped in quotes to be valid JSON. In object literal...
分类:编程语言   时间:2014-06-02 09:31:41    阅读次数:394
RWD Table Patterns – 响应式表格解决方案
在显示复杂的表格数据的时候,相信 Web 开发人员都碰到过显示不下的情况。RWD Table Patterns 是一个很好的响应式表格解决方案。它采用移动优先以及渐进增强的设计理念,在不支持响应式的浏览器会使用滚动条代替。
分类:其他好文   时间:2014-05-30 05:55:49    阅读次数:225
JavaScript Patterns 3.2 Custom Constructor Functions
When you invoke the constructor function with new, the following happens inside the function:? An empty object is created and referenced by this varia...
分类:编程语言   时间:2014-05-30 00:14:49    阅读次数:308
JavaScript Patterns 2.11 Writing Comments
Document all functions, their arguments and return values, and also any interesting or unusual algorithm or technique. Think of the comments as hints ...
分类:编程语言   时间:2014-05-27 18:05:25    阅读次数:355
JavaScript Patterns 2.12 Writing API Docs
Process of generating API documentation? Writing specially formatted code blocks? Running a tool to parse the code and the comments? Publishing the re...
分类:编程语言   时间:2014-05-27 17:52:43    阅读次数:434
JavaScript Patterns 2.10 Naming Conventions
This post introduces how to name the functions, constructors and properties correctly.
分类:编程语言   时间:2014-05-25 20:15:50    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!