码迷,mamicode.com
首页 >  
搜索关键字:design patterns    ( 5715个结果
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
Qt界面美化 QSS
目前发现在Qt-Design中右击控件,可以选择Change StyleSheet------------------------以下总结不太对刚接触Qt,发现Qt Design无法对每个控件进行颜色风格设置。正在纳闷如此受欢迎的开发工具,怎么会没有这种,Delphi,VB,VC,C#都具备的基本功...
分类:其他好文   时间:2014-05-29 21:39:17    阅读次数:469
LeetCode123:Best Time to Buy and Sell Stock III
题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may co...
分类:其他好文   时间:2014-05-28 22:37:18    阅读次数:327
LeetCode122:Best Time to Buy and Sell Stock II
题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may co...
分类:其他好文   时间:2014-05-28 00:53:26    阅读次数:338
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
如何使用Xcode进行高保真原型设计?
转载自:http://www.guimobile.net/xcode-high-fidelity-prototype-design.htmlXcode不仅是开发者用来开发iOS Apps的开发工具,同样也可以被设计师用来创建App的高保真交互原型。在Xcode开发环境里,没有任何限制,设计师可以嵌入...
分类:其他好文   时间:2014-05-26 17:36:06    阅读次数:310
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
zoj 3195 Design the city
DescriptionCerror is the mayor of city HangZhou. As you may know, the traffic system of this city is so terrible, that there are traffic jams everywhe...
分类:其他好文   时间:2014-05-25 11:40:26    阅读次数:393
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!