摘要:
【题目】Given a collection of intervals, merge all overlapping intervals.For example,Given[1,3],[2,6],[8,10],[15,18],return[1,6],[8,10],[15,18].【analyze】1... 阅读全文
摘要:
【Comparable和Comparator源码】java.lang.Comparable public interface Comparable { public int comparaTo(T o);}-----------------------------------------... 阅读全文
摘要:
【题目】 Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in t... 阅读全文
摘要:
本科的时候接触过SSH框架,但对原理没怎么研究过。只对Struts了解的稍微多点,介于YSP项目涉及到了SSH框架,由此来学习下。【总结】 1.hibernate反向工程,用来生成hibernate映射文件和POJO类 2.主要的一些配置文件 手动配置http://blog.csdn.... 阅读全文