Category Archives: Java

Linux下设置Java Environment(环境变量)

今天在安装好Java后, 设置了环境变量, 并且source了profile一次, java -version, 测试成功; 后来用putty在外面用的时候发现java变量未生效. vi profile, 文件中变量已设置. 后来才知道每次Source /etc/profile, 只是在当前Te

More…

Posted in Java, Linux | Tagged , , | Leave a comment

Java Double: 四舍五入并设置小数点位数

基础啊基础, 基础牢了省多少时间啊….

More…

Posted in Java | Tagged , , | Leave a comment

Eclipse 插件 Properties Editor 安装地址

编辑properties文件用.
Update地址:
URL : http://propedit.sourceforge.jp/eclipse/updates/
更多说明: http://propedit.sourceforge.jp/howto_eclipseplugin_install_en.h

More…

Posted in Java | Tagged , | 1 Comment

为Eclipse指定JDK

菜鸟上路记.

image

Posted in Java | Tagged , , | Leave a comment

Java: 计算平均分, 标准差, 标准分

本类提供标准差,标准分计算的Utility.

More…

Posted in Java | Tagged , , , | Leave a comment