设计模式一书将设计模式引入软件社区,该书的作者是 Erich Gamma、Richard Helm、Ralph Johnson 和 John Vlissides Design(俗称 “四人帮”)。所介绍的设计模式背后的核心概念非常简单。经过多年的软件开发实践,Gamma 等人发现了某些具有固定设计的...
分类:
Web程序 时间:
2015-01-05 12:44:15
阅读次数:
132
今天打造了一款 Material Design 风格的 CheckBox 控件,该控件简单,朴实,效率不错。就系统的 CheckBox 而言稍显累赘;原因无他,很多时候我们使用 CheckBox 只是为了能记录是否选中而已,很多时候用不到文字等复杂的布局。...
分类:
其他好文 时间:
2015-01-05 09:28:43
阅读次数:
477
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 complete at most two transactions.
Note:
You may ...
分类:
其他好文 时间:
2015-01-04 17:14:20
阅读次数:
130
UI design can be divided into three essential elements : functionality, aesthetics, and performance.The following are some design phase tasks that can...
分类:
其他好文 时间:
2015-01-04 14:56:50
阅读次数:
141
原文:Responsive Design in 3 Steps 译文:响应式设计的三个步骤 译者:dwqs 现在,响应式Web设计无疑是非常流行的。如果你对响应式设计还不熟悉,可以看看我之前发表过的关于这方面的responsive sites。对于新人...
分类:
其他好文 时间:
2015-01-04 11:39:33
阅读次数:
117
原文:Responsive Design in 3 Steps
译文:响应式设计的三个步骤
译者:dwqs
现在,响应式Web设计无疑是非常流行的。如果你对响应式设计还不熟悉,可以看看我之前发表过的关于这方面的responsive sites。对于新人,responsive design可能听起来有点复杂,但实际上,它比你想的要简单的多。为了帮助你快速入门响应式Web设计,我写了一篇快速入门教程。我保证你通过三步就可以学会响应式设计的基本逻辑和媒体查询(media query)(假设你有基本的CSS知...
分类:
其他好文 时间:
2015-01-04 11:32:13
阅读次数:
169
原文:Responsive Design in 3 Steps译文:响应式设计的三个步骤译者:dwqs现在,响应式Web设计无疑是非常流行的。如果你对响应式设计还不熟悉,可以看看我之前发表过的关于这方面的responsive sites。对于新人,responsive design可能听起来有点复杂...
分类:
其他好文 时间:
2015-01-04 11:07:30
阅读次数:
187
恶汉式 package?cn.foxeye.design.singleton;
?
public?class?Singleton?{
?
????private?static?Singleton?instance?=?new?Singleton();
?
????public?Singleton()?{
????}
?
???...
分类:
其他好文 时间:
2015-01-04 10:15:26
阅读次数:
143
题目1002:Grading
时间限制:1 秒
内存限制:32 兆
特殊判题:否
提交:15686
解决:4053
题目描述:
Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a...
分类:
其他好文 时间:
2015-01-04 01:18:50
阅读次数:
178
Head First Design Pattern 读书笔记(3) Decorator Pattern 装饰者模式 ========= ##Decorator Pattern 类图 ![装饰者模式类图][2] ##定义 装饰者模式:通过让组件类与装饰者类实现相同的接口,装饰类可以在不修...
分类:
其他好文 时间:
2015-01-03 21:12:09
阅读次数:
292