本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
Jprofiler学习笔记
一、摘要
二、
三、
四、参考资料
一、摘要
内存泄漏的问题很是让人头疼,在对大量的javacore和heapdump文件分析无果后,开始了Jprofiler的学习。
二、
三、
四、参考资料
Jprofiler使用手记(*)
http://developer.51cto.com/art/201203/326402.htm
Jprofiler学习笔记 ...
Top 8 Diagrams for Understanding Java(quote)
Top 8 Diagrams for Understanding Java
A diagram is sometimes worth 1000 words. The following diagrams are from Java tutorials on Program Creek, they have received the most votes so far. Hopefully, th ...
Heap
1. A heap is a container for objects that have keys. Supported Operations:
a) Insert ---- Add a new object to a heap. Running time : (O(logn))
b) Extract-Min ---- remove ...
Dijkstra’s Algorithm
1. Single-Source Shortest Paths Problem:
Input: Directed graph G=(V, E). (m=|E|, n=|V| )
-- each edge has non negative length le
-- source vertex s
Output: f ...
JVM内存溢出 设置Java Application的内存
在Eclipse单独用Java Application 运行类程序时经常会出现out of memory(内存溢出)的情况,导致无法获取我们想要的数据,搜索解决的方式分享一下:
Eclipse未汉化:
打开选择Project--->Properties--->Run/Debut Settings 然后选择你想要运行的程序,点击"Edit"按钮,选择 & ...