AOP(Aspect-Oriented Programming,面向切面编程)是对面向对象开发的一种补充,它允许开发人员在不改变原来模型的基础上动态地修改模型从而满足新的需求。例如,在不改变原来业务逻辑模型的基础上可以动态地增加日志、安全或异常处理的功能。...
分类:
其他好文 时间:
2014-08-11 00:25:21
阅读次数:
242
Statements: This blog was written by me, but most of content is quoted from book【Data Structure with Java Hubbard】
【Description】
This simulationillustrates objectoriented programming...
分类:
其他好文 时间:
2014-08-10 21:42:20
阅读次数:
450
Understanding the node.js event loopThe first basic thesis of node.js is that I/O is expensive:So the largest waste with current programming technolog...
分类:
其他好文 时间:
2014-08-10 21:21:30
阅读次数:
469
Tree SummingBackgroundLISP was one of the earliest high-level programming languages and, with FORTRAN, is one of the oldest languages currently being ...
分类:
其他好文 时间:
2014-08-10 18:17:10
阅读次数:
271
本文翻译自http://msdn.microsoft.com/workshop/browser/mshtml/overview/overview.aspMSDN Home> MSDN Library> Programming and Reusing the Browser> Overviews/Tu...
分类:
Web程序 时间:
2014-08-10 12:53:20
阅读次数:
268
Reference:http://en.wikipedia.org/wiki/Rule_of_three_(C%2B%2B_programming)Therule of three(also known as the Law of The Big Three or The Big Three) is...
分类:
其他好文 时间:
2014-08-09 23:03:59
阅读次数:
331
Here I share with you a demo for python map, reduce and filter functional programming that
owned by me(Xiaoqiang).
I assume there are two DB tables, that `file_logs` and `expanded_attrs` which re...
分类:
编程语言 时间:
2014-08-09 04:57:17
阅读次数:
525
所有non-trival编程语言都提供了基本表达式(expression)去表示最简单的表达式组合表达式的方法抽象表达式的方法,也就是为表达式引入一个名字去引用它substitional model 替代模型sumOfSquares(3,2+2)sumOfSquares(3,4)square(3)+...
分类:
其他好文 时间:
2014-08-09 02:33:10
阅读次数:
267
Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in whi...
分类:
其他好文 时间:
2014-08-08 23:51:16
阅读次数:
315
Edsger WybeDijkstra was a principal contributor in the late 1950's to the development of the ALGOL, a high level programming language which has become...
分类:
其他好文 时间:
2014-08-08 17:58:16
阅读次数:
261