- 博客(3)
- 收藏
- 关注
原创 Notes on <<Introduction to Algorithm>> [ index ]
This is my note on reading ITA(anno.1), I start reading ITA from the end of 2010 , one year before my graduation. Lots of thinking defects exposed in reading, when I rethinked base of my...
2013-07-01 12:17:33
89
原创 mergeSort
public class Mergesort { private int[] numbers; private int[] helper; private int number; public void sort(int[] values) { this.numbers = values; number = values.length; ...
2013-06-26 13:35:03
89
个人理解的五层设计(ssh集成系列)
[color=darkblue][size=medium]我理解的五层设计(ssh系列): obj: pojo基本信息字段(基于hibernate-orm映射) dao: 针对obj的CRUD操作(基于hibernate->spring) sad: service access dao 套用dao操作的具体业务Biz操作(service) aas: acti...
2010-10-19 11:05:17
154
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人