上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: 【题目】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... 阅读全文
posted @ 2015-05-05 15:32 hwu_harry 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 【Comparable和Comparator源码】java.lang.Comparable public interface Comparable { public int comparaTo(T o);}-----------------------------------------... 阅读全文
posted @ 2015-05-05 15:12 hwu_harry 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 【题目】 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... 阅读全文
posted @ 2015-05-05 14:15 hwu_harry 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 本科的时候接触过SSH框架,但对原理没怎么研究过。只对Struts了解的稍微多点,介于YSP项目涉及到了SSH框架,由此来学习下。【总结】 1.hibernate反向工程,用来生成hibernate映射文件和POJO类 2.主要的一些配置文件 手动配置http://blog.csdn.... 阅读全文
posted @ 2015-05-05 10:32 hwu_harry 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 【题目】Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted fr... 阅读全文
posted @ 2015-04-28 11:17 hwu_harry 阅读(102) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页