the difference between prototype property
and [[prototype]] which
constructs
the chain of prorotype
each object has a inner property called '[[prototype]]
', whose value is null or point to some object. This property is visible only for JS engine.(in firefox, this property can visited ...
2008-05-23
some thoughts of composite & visitor pattern
关键字: composite command visitor java pattern
At first, let's look the typical class structure diagram of composite pattern:
Composite pattern
is very suitable for Tree structure. The picture showed above defines a Interface Node and two sub concrete tree types : Leaf and Branch. Branch may contains sub branch and ...
- 17:03
- 浏览 (52)
- 评论 (0)
- 分类: design pattern
These contents are refered from a pdf file named 'best practices for web form design
'.
information
Layout
top aligned : for reduced completion times & familiar data input.
right aligned : when vertical screen space is a constraint.
left aligned : for unfamiliar, or advanced ...
- 16:29
- 浏览 (44)
- 评论 (0)
- 分类: web design
At first, lst's understand some technologies used in mysql transaction model:
1. Next-Key Locking
http://dev.mysql.com/doc/refman/5.0/en/innodb-next-key-locking.html 写道
InnoDB performs the row-level locking in such a way that when it searches or scans an index of a table, it sets shared or ex ...
Three jsp directives
1. the page
directive
first, refere the explaination of it in jsp specificiation:
the page directive defines a number of page dependent properties and communicates these to the JSP container.
this directive is so common that always can be see in the top o ...
- 20:13
- 浏览 (101)
- 评论 (0)
- 分类: java se&ee
in many j2ee applications, especially which developed by light-weight framework,such as struts, we can easily see the url pattern as follows :
写道
http://localhost:8080/app/module/action.do?id=x&
In contrast, the url pattern used by ruby on rails applications are totally different: ...
- 21:12
- 浏览 (73)
- 评论 (0)
- 分类: java se&ee
- 浏览: 3139 次
- 性别:

- 来自: 北京

- 详细资料
搜索本博客
最新评论
-
对java中equals和hashCode ...
谢谢博主的详细解释. 不过有一个问题: 引用在Object类equals函数 ...
-- by rmn190 -
对java中equals和hashCode ...
明白了,谢谢
-- by NicholasBugs






评论排行榜