上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页

2017年12月15日

Leetcode:214. Shortest Palindrome

摘要: 解法一:很奇妙的解法:https://www.programcreek.com/2014/06/leetcode-shortest-palindrome-java/ 阅读全文

posted @ 2017-12-15 10:23 Michael2397 阅读(145) 评论(0) 推荐(0) 编辑

2017年12月14日

《精通Spring4.X企业应用开发实战》读后感第六章(容器事件)

摘要: 阅读全文

posted @ 2017-12-14 17:54 Michael2397 阅读(166) 评论(0) 推荐(0) 编辑

《精通Spring4.X企业应用开发实战》读后感第六章(国际化)

摘要: 阅读全文

posted @ 2017-12-14 17:24 Michael2397 阅读(201) 评论(0) 推荐(0) 编辑

《精通Spring4.X企业应用开发实战》读后感第六章(引用Bean的属性值)

摘要: 阅读全文

posted @ 2017-12-14 16:56 Michael2397 阅读(126) 评论(0) 推荐(0) 编辑

《精通Spring4.X企业应用开发实战》读后感第六章(使用外部属性文件)

摘要: 阅读全文

posted @ 2017-12-14 16:33 Michael2397 阅读(167) 评论(0) 推荐(0) 编辑

《精通Spring4.X企业应用开发实战》读后感第六章(属性编辑器)

摘要: 阅读全文

posted @ 2017-12-14 15:57 Michael2397 阅读(173) 评论(0) 推荐(0) 编辑

Leetcode:5. Longest Palindromic Substring

摘要: 一开始题目没读懂,下面是求首末是同一个字符的最长子字符串 : 看到是求解最长回文串,也蒙逼了,不会写,这里参考的是:http://blog.csdn.net/linhuanmars/article/details/20888595 第二种方法是动态规划,没看太懂 http://blog.csdn.n 阅读全文

posted @ 2017-12-14 09:53 Michael2397 阅读(231) 评论(0) 推荐(0) 编辑

《精通Spring4.X企业应用开发实战》读后感第六章(内部工作机制、BeanDefinition、InstantiationStrategy、BeanWrapper)

摘要: 阅读全文

posted @ 2017-12-14 00:38 Michael2397 阅读(171) 评论(0) 推荐(0) 编辑

2017年12月13日

Leetcode: 3. Longest Substring Without Repeating Characters

摘要: 这题一开始我理解错了。后来自己去解也没完成,看了参考,看了半天没懂为什么,虽然代码短,但是逻辑性很高~ 解题思想:设置滑动窗口 阅读全文

posted @ 2017-12-13 20:20 Michael2397 阅读(131) 评论(0) 推荐(0) 编辑

4. Median of Two Sorted Arrays

摘要: 一看题目难度是“难”,吓到我了,上午想了一会就看讨论组的解法了,解法都很发杂呀!!!下午来到实验室看了一篇中文博客,说有两种解决方案,第一种就是将两个数组合并成一个数组,我的解法就是这样子的,竟然ac掉了!! 阅读全文

posted @ 2017-12-13 15:40 Michael2397 阅读(230) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页

导航