Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1446101
  • 博文数量: 239
  • 博客积分: 5909
  • 博客等级: 大校
  • 技术积分: 2715
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-24 20:19
文章分类

全部博文(239)

文章存档

2014年(4)

2013年(22)

2012年(140)

2011年(14)

2010年(59)

我的朋友

发布时间:2014-07-17 11:35:09

Eclipse崩溃,错误提示:MyEclipse has detected that less than 5% of the 64MB of Perm Gen (Non-heap memory) space remains. It is strongly recommendedthat you exit and restart MyEclipse with new virtual machine memoryparamters to increase this memory.   Failure to do so can .........【阅读全文】

阅读(1137) | 评论(0) | 转发(0)

发布时间:2013-10-15 16:46:43

解释一:          屏蔽某些编译时的警告信息         在强制类型转换的时候编译器会给出警告        加上       程序代码      .........【阅读全文】

阅读(2912) | 评论(0) | 转发(0)

发布时间:2013-08-16 09:45:17

一.在j2se里我们可以使用Math.random()方法来产生一个随机数,这个产生的随机数是0-1之间的一个double,我们可以把他乘以一定的数,比如说乘以100,他就是个100以内的随机,这个在j2me中没有。 二.在java.util这个包里面提供了一个Random的类,我们可以新建一个Random的对象来产生随机数,他可以产生随机整数、随机float.........【阅读全文】

阅读(811) | 评论(0) | 转发(1)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册