本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- ssydxa219
- javashop
- e_e
- sam123456gz
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- xiangjie88
- wiseboyloves
- ganxueyun
- lemonhandsome
- xyuma
- sichunli_030
- wangchen.ily
- jh108020
- zxq_2017
- jbosscn
- Xeden
- johnsmith9th
- zhanjia
- forestqqqq
- luxurioust
- lzyfn123
- ajinn
- nychen2000
- wjianwei666
- daizj
- 喧嚣求静
- ranbuijj
- silverend
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
- lerf
最新文章列表
Myeclipse标记实例
今天发现我的myeclipse选中变量或者方法时,引用相同变量和方法的标记没有显示。
解决方案:window-->preferences-->java-->Editor-->mark occurrences 选中Mark occurrences of the selected element in the current file即可。
myelcipse增加jvm内存
我们先来看看myelipse增加jvm的内存。myeclipse默认是246Mb 的内存,我开始没设置的时候,经常开发到一段时间的时候,报jvm虚拟机内存溢出了,然后我在网上找了资料,解决办法如下:
1: 找到myeclipse的目录,我的如:C:\Program Files\MyEclipse 6.5\eclipse ,
2:找到eclipse.ini 文件,代码如下:
01.-clean
...