本月博客排行
-
第1名
wy_19921005 -
第2名
benladeng5225 -
第3名
duanfei - wddpwzzhao123
- steven789654
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
wy_19921005 - benladeng5225
- kaizi1992
- tanling8334
- vipbooks
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- wallimn
- e_e
- jh108020
- ganxueyun
- Xeden
- xyuma
- wangchen.ily
- zhanjia
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- kristy_yy
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- lemonhandsome
- chenqisdfx
- xiaoxinye
- lyndon.lin
- flashsing123
- bosschen
- zhangjijun
- sunnylocus
- 青否云后端云
- lyj86
- paulwong
- sgqt
- hudiemeng870329
- mft8899
最新文章列表
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"按钮,选择 & ...