本月博客排行
-
第1名
龙儿筝 -
第2名
johnsmith9th -
第3名
wy_19921005 - zysnba
- sgqt
- lemonhandsome
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- benladeng5225
- wy_19921005
- fantaxy025025
- qepwqnp
- e_e
- 解宜然
- zysnba
- ssydxa219
- sam123456gz
- javashop
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- gaojingsong
- wiseboyloves
- xiangjie88
- ranbuijj
- ganxueyun
- sichunli_030
- xyuma
- wangchen.ily
- jh108020
- lemonhandsome
- zxq_2017
- jbosscn
- Xeden
- luxurioust
- lzyfn123
- zhanjia
- forestqqqq
- johnsmith9th
- ajinn
- nychen2000
- wjianwei666
- hanbaohong
- daizj
- 喧嚣求静
- silverend
- mwhgJava
- kingwell.leng
- lchb139128
- lich0079
- kristy_yy
最新文章列表
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"按钮,选择 & ...