2019年7月5日

摘要: package bbb; import java.io.*; public class ccc { public static void main(String[]args)throws IOException{ int i=0; File file=new File("c:\\Users\\administratoa\\desktop\\文件接收柜\... 阅读全文
posted @ 2019-07-05 11:07 万能G 阅读(102) 评论(0) 推荐(0) 编辑

2019年6月2日

摘要: package First; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.*; public class summation implements ActionListener { JFr... 阅读全文
posted @ 2019-06-02 13:43 万能G 阅读(145) 评论(0) 推荐(0) 编辑

2019年5月26日

摘要: 运行结果: 运行结果: 阅读全文
posted @ 2019-05-26 20:09 万能G 阅读(121) 评论(0) 推荐(0) 编辑

2019年5月17日

摘要: 运行结果: 运行结果: 阅读全文
posted @ 2019-05-17 15:11 万能G 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 运行结果: 阅读全文
posted @ 2019-05-17 14:47 万能G 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 运行结果: 阅读全文
posted @ 2019-05-17 13:51 万能G 阅读(85) 评论(0) 推荐(0) 编辑

2019年5月10日

摘要: package bbb; import java.util.Scanner; public class ExceptionTste { public static void main(String[]args){ int x,y; float sum = 0; System.out.println("请输入除数"); Sca... 阅读全文
posted @ 2019-05-10 11:49 万能G 阅读(106) 评论(0) 推荐(0) 编辑

2019年5月5日

摘要: 运行结果: 阅读全文
posted @ 2019-05-05 11:45 万能G 阅读(61) 评论(0) 推荐(0) 编辑

2019年4月28日

摘要: package bbb; public class ccc { private int month1,month2; public ccc(){ } public void setmonth1(int month1) { this.month1=month1; } public void setmonth2(i... 阅读全文
posted @ 2019-04-28 17:09 万能G 阅读(125) 评论(0) 推荐(0) 编辑

2019年4月26日

摘要: package bbb; public class ccc { private int month1,month2; public ccc(){ } public void setmonth1(int month1) { this.month1=month1; } public void setmonth2(i... 阅读全文
posted @ 2019-04-26 11:52 万能G 阅读(75) 评论(0) 推荐(0) 编辑

导航