posts - 82, comments - 269, trackbacks - 0, articles - 1
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

设计模式

posted @ 2008-06-16 10:21 itspy 阅读(2035) | 评论 (0)  编辑 |

     摘要: 在JAVA里面,有如下几个不一致的地方
得到数组的大小,要通过length属性
得到String的大小,要用length方法
得到集合(比如List,Set)的大小,要使用size方法。

难道这没有给你带来不便吗?  阅读全文

posted @ 2006-11-20 21:50 itspy 阅读(2292) | 评论 (10)  编辑 |

     摘要: 动态代理的一些思考和问题.  阅读全文

posted @ 2006-11-13 11:36 itspy 阅读(1595) | 评论 (5)  编辑 |