03 2017 档案

摘要:找到安装目录,修改myeclipse.ini 文件; 阅读全文
posted @ 2017-03-20 13:00 Mu_gua 阅读(207) 评论(0) 推荐(0)
摘要:2017-03-20 1 import java.util.*; 2 class Scanf{ 3 Scanner sc = new Scanner(System.in); 4 int fenzi = sc.nextInt(); 5 int fenmu = sc.nextInt(); 6 } 7 c 阅读全文
posted @ 2017-03-20 09:27 Mu_gua 阅读(182) 评论(0) 推荐(0)
摘要:1 class XYPoint{ 2 double x; 3 double y; 4 public void setX(double x){ 5 this.x = x; 6 } 7 public void setY(double y){ 8 this.y = y; 9 } 10 public... 阅读全文
posted @ 2017-03-15 14:20 Mu_gua 阅读(295) 评论(0) 推荐(0)