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

2018年1月30日

GC算法与种类

摘要: 阅读全文

posted @ 2018-01-30 01:03 Michael2397 阅读(142) 评论(0) 推荐(0) 编辑

常用JvM配置参数

摘要: 阅读全文

posted @ 2018-01-30 00:16 Michael2397 阅读(167) 评论(0) 推荐(0) 编辑

2018年1月29日

JVM运行机制

摘要: 阅读全文

posted @ 2018-01-29 21:40 Michael2397 阅读(126) 评论(0) 推荐(0) 编辑

ClassLoader

摘要: 阅读全文

posted @ 2018-01-29 08:16 Michael2397 阅读(112) 评论(0) 推荐(0) 编辑

HashMap

摘要: 阅读全文

posted @ 2018-01-29 08:15 Michael2397 阅读(118) 评论(0) 推荐(0) 编辑

2018年1月17日

堆排序

摘要: 参考:https://www.cnblogs.com/chengxiao/p/6129630.html https://www.cnblogs.com/jingmoxukong/p/4303826.html 最主要这句话: 阅读全文

posted @ 2018-01-17 16:47 Michael2397 阅读(141) 评论(0) 推荐(0) 编辑

2018年1月9日

10. Regular Expression Matching

摘要: 最近被cloudsim折磨惨了,掉进坑里了~好长时间没有刷题了,今天不搞TMD的cloudsim了,刷题吧 解题一: 这题太没意思了,直接用java自带的正则表达式也能通过 当然我们不能这样想,要看看有没有其他的方法可以学习 解题二:递归 https://www.jianshu.com/p/85f3 阅读全文

posted @ 2018-01-09 16:47 Michael2397 阅读(410) 评论(0) 推荐(0) 编辑

2017年12月30日

Leetcode:206. Reverse Linked List

摘要: 这题直接ac掉 阅读全文

posted @ 2017-12-30 17:04 Michael2397 阅读(138) 评论(0) 推荐(0) 编辑

2017年12月23日

leetcode:234. Palindrome Linked List

摘要: 这个题目非常好。http://blog.csdn.net/u012249528/article/details/47124771给出了三种解法,其中前两个是不满足条件的,不过具有参考价值: 第一种办法:用数组倒着存前半段的链表的值,然后和后半段链表的值进行比较。这种解法运行的时间最久可能是因为数组倒 阅读全文

posted @ 2017-12-23 11:33 Michael2397 阅读(176) 评论(0) 推荐(0) 编辑

2017年12月21日

java单链表反转

摘要: 今天做leetcode,遇到了单链表反转。研究了半天还搞的不是太懂,先做个笔记吧 参考:http://blog.csdn.net/guyuealian/article/details/51119499 https://www.cnblogs.com/hiver/p/7008112.html (二)实 阅读全文

posted @ 2017-12-21 12:37 Michael2397 阅读(159) 评论(0) 推荐(0) 编辑

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

导航