摘要: 【报错】 Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1. 阅读全文
posted @ 2016-04-15 18:27 宝山方圆 阅读(496) 评论(0) 推荐(0)
摘要: package study; public class testFloatDouble { public static void main(String[] args) { float f = 0; double d = 0; for (int i = 0; i < 10; i++) { f += 阅读全文
posted @ 2016-04-15 10:09 宝山方圆 阅读(298) 评论(0) 推荐(0)