1. 设计模式 设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,设计模式使代码编制真正工程化,设计模式是软件工程的基石.....
分类:
其他好文 时间:
2015-04-07 23:17:26
阅读次数:
253
点这里Here’s the 25 Best Weekly Web Design & Development Resources #18 Collective that aims to introduce fresh new, trendy and easy-to-use web design & d...
分类:
Web程序 时间:
2015-04-07 11:33:06
阅读次数:
290
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
k transactions.
Note:
You may not ...
分类:
其他好文 时间:
2015-04-07 10:03:35
阅读次数:
154
DDD(Domain Driven Design 领域驱动设计)本质上是维护和管理软件复杂性的一种方法,设计作为软件工程领域不可或缺的一个环节,其本身是重要的,但并不是全部,要想做出真正能用的产品,关于工程领域的其他要素依然是不可或缺的。在领域设计之初,我想说的是"软件作为一个产品,其优雅来源于简约...
分类:
其他好文 时间:
2015-04-07 09:32:28
阅读次数:
174
Object-Oriented Design Heuristics评级: 阅读数:15860 作者:[美]Arthur J.Riel 译者:鲍志云 出版社:人民邮电出版社 图书分类: 软件工程/软件技术 > 面向对象 销售榜 版别版次:2004年7月第1版第1次印刷 ISBN书号:7-115-123...
分类:
其他好文 时间:
2015-04-07 07:13:12
阅读次数:
249
一、Spring简述一段费话Spring是一个开源框架,Spring是于2003 年兴起的一个轻量级的Java 开发框架,由Rod Johnson在其著作Expert One-On-One J2EE Development and Design中阐述的部分理念和原型衍生而来。它是为了解决企业应用开发...
分类:
编程语言 时间:
2015-04-07 07:03:06
阅读次数:
241
现有的APP尝试向Material Design靠齐,开始使用Toolbar代替之前的ActionBar。
Toolbar和ActionBar的直观区别就是需要我们自己将ToolBar加到自己的布局文件中。目前的情况是:在我们的现有项目上改动,多数的Activity都是继承一个BaseActivity。为了用最小的代价达到目的,简单的思考之后,做了如下的改动:
/**
* 带ToolBar的...
分类:
移动开发 时间:
2015-04-06 23:17:48
阅读次数:
184
Introduction1、Learning the fundamentals of a programming language is one thing; learning how to design and implement effective programs in that langua...
分类:
编程语言 时间:
2015-04-06 23:01:55
阅读次数:
207
刚写好的文章一不小心点错界面被覆盖掉,那种心情真tm酸爽,好了都怪自己不小心。发完牢骚还是要继续重来。在介绍react之前首先要说说为什么用它。我最初发现他时在material ui这个前端实现框架里面。这个框架的实现使用的正式react,react是由facebook 工程师提出来的前端组件化思想...
分类:
其他好文 时间:
2015-04-06 20:06:31
阅读次数:
168
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2015-04-06 15:29:04
阅读次数:
223