Bean bags for many years. Although it is an old design, people feel like it, and still one of the most sought after tools today. If you are looking fo...
分类:
其他好文 时间:
2014-08-28 13:01:39
阅读次数:
263
Object-Oriented Analysis and Design (面向对象)Applicability of JEE Technology (JEE技术)Design Patterns (设计模式)Legacy Connectivity (传统系统连接)Enterprise JavaBean...
分类:
编程语言 时间:
2014-08-28 13:00:09
阅读次数:
177
http://hadoop.apache.org/docs/r1.0.4/cn/hdfs_design.html#%E7%A1%AC%E4%BB%B6%E9%94%99%E8%AF%AF
分类:
其他好文 时间:
2014-08-27 23:25:09
阅读次数:
203
最近在看《Linux内核源代码情景分析》,作者毛德操。书中刚开始介绍了AT&T汇编语言与GCC内嵌汇编,以及Linux内核数据结构之链表。可惜书中介绍的不够全面。因为推荐大家阅读下面两篇文章。很不错。 AT&T汇编语言与GCC内嵌汇编:http://grid.hust.edu.cn/zyshao/Teaching_Material/OSEngineering/Chapter2.pdf...
分类:
编程语言 时间:
2014-08-27 16:45:38
阅读次数:
232
状态模式(State Pattern)是设计模式的一种,属于行为模式。 定义(源于Design Pattern):当一个对象的内在状态改变时允许改变其行为,这个对象看起来像是改变了其类。 状态模式主要解决的是当控制一个对象状态的条件表达式过于复杂时的情况。把状态的判断逻辑转移到表示不同状态的一系.....
分类:
编程语言 时间:
2014-08-26 22:51:07
阅读次数:
278
Best Time to Buy and Sell Stock IIISay you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the...
分类:
其他好文 时间:
2014-08-26 19:13:26
阅读次数:
268
In a typical assembly line, machines are connected one by one. The first machine's output product will be the second machine's raw material. To simplify the problem, we put all machines
into a two-d...
分类:
其他好文 时间:
2014-08-26 15:37:36
阅读次数:
288
上周,《实现领域驱动设计》(Implementing Domain-Driven Design)一书的作者Vaughn Vernon,发布了Dotsero,这是一个使用C#编写的、基于.NET的Actor模型工具包,它的实现参考了AkkaAPI。Akka工具包是对Actor模型的一种实现,目前为止已...
分类:
Web程序 时间:
2014-08-26 13:37:26
阅读次数:
323
[2014-08-25]things want to do : assembly win32 MFC COM/COM+ ATL ActiveX TCP/IP object-orientied analysis and design with application...
分类:
其他好文 时间:
2014-08-25 19:02:14
阅读次数:
200
1、为什么学习设计模式?
设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的;设计模式使代码编制真正工程化;设计模式是软件工程的基石脉络,如同大厦的结构一样。
2、为什么第一个学习简单工厂?
简...
分类:
其他好文 时间:
2014-08-25 13:29:34
阅读次数:
186