Problem Description
Dragon is watching NBA. He loves James and Miami Heat.
Here's an introduction of basketball game:http://en.wikipedia.org/wiki/Basketball. However the game in Dragon's version...
分类:
其他好文 时间:
2014-08-26 15:38:56
阅读次数:
183
一、什么是 AOP。AOP(Aspect Orient Programming),也就是面向切面编程。能够这样理解,面向对象编程(OOP)是从静态角度考虑程序结构,面向切面编程(AOP)是从动态角度考虑程序执行过程。二、AOP 的作用。经常通过 AOP 来处理一些具有横切性质的系统性服务,如事物管理...
分类:
编程语言 时间:
2014-08-26 15:23:16
阅读次数:
237
Dynamic programming, or the "put shit in a table" technique, is an optimization for certain types of recurrence problems (specifically, those with ove...
分类:
其他好文 时间:
2014-08-26 11:17:25
阅读次数:
208
What Is a Servlet?
A servlet is a Java programming language class used to extend the capabilities of servers that host applications accessed by means of a request-response programming model. Although...
分类:
编程语言 时间:
2014-08-26 09:55:46
阅读次数:
218
搞完两篇论文:multi assets spread optionsbermudan options using cos methods思路基本一致,都是approximate exercise boundry,一个凑固定形式的正态分布,一个无脑cos series。第一篇实现起来小数点第二位就有差...
分类:
其他好文 时间:
2014-08-26 00:17:45
阅读次数:
257
Techniques for Writing C Functions...
分类:
其他好文 时间:
2014-08-25 21:17:14
阅读次数:
340
JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language,
Standard ECMA-262 3rd Edition - December 1999的一个子集。JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C,...
分类:
Web程序 时间:
2014-08-25 11:54:14
阅读次数:
173
In concurrent programming, an operation (or set of operations) is atomic, linearizable, indivisible or uninterruptible if
it appears to the rest of the system to occur instantaneously. Atomicity is ...
分类:
其他好文 时间:
2014-08-25 11:52:54
阅读次数:
331
PHP利用魔术方法实现准AOP 在 传统的OOP(面向对象编程:Object-Oriented Programming)思想里,一般把应用程序分解成若干个的对象,强调高内聚,弱耦合,从而提高应用程序的模块化程度,但是在处理某些问题的时 候,OOP会显得不够灵活,比如说,应用程序里很多业务逻辑都要在操...
分类:
Web程序 时间:
2014-08-25 11:30:34
阅读次数:
178