上一页 1 ··· 6 7 8 9 10
摘要: package test02_JDBC; import org.junit.After; import org.junit.Before; import org.junit.Test; /** * junit底层会根据@Test注解创建当前类的实例,调用注解所标记的方法 * 执行junit单元测试标 阅读全文
posted @ 2020-07-06 14:47 Saturn5 阅读(73) 评论(0) 推荐(0)
摘要: //控制台输入Scanner sc = new Scanner(System.in); String r2 = sc.nextLine();//控制台输出拼接System.out.println( "圆的面积 = "+area);//整数字面值类型为intlong a = 9999999999L;/ 阅读全文
posted @ 2020-07-01 16:43 Saturn5 阅读(24) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10