2019年3月18日
摘要: package zuoye1; public class Employee { private String name; private int id; private double salary; public Employee(){ System.out.println("无参"); } pub 阅读全文
posted @ 2019-03-18 08:10 ~王~ 阅读(163) 评论(0) 推荐(0) 编辑
摘要: package zuoye; public class Person { private String name; private int age; public Person(){ this("忘了",15); } public Person(String name,int age){ this. 阅读全文
posted @ 2019-03-18 08:08 ~王~ 阅读(78) 评论(0) 推荐(0) 编辑
  2019年3月15日
摘要: package zuoye; public class text { public static void main(String[] args){ int[] arr={12,2,55,22,44,34,}; print(arr); select(arr); } public static voi 阅读全文
posted @ 2019-03-15 10:12 ~王~ 阅读(109) 评论(0) 推荐(0) 编辑
摘要: package zuoye; public class Test6 { public static void main(String[] args) { int[] arr={12,2,55,22,44,34,}; print(arr); select(arr); } public static v 阅读全文
posted @ 2019-03-15 10:08 ~王~ 阅读(112) 评论(0) 推荐(0) 编辑
摘要: package zuoye; public class Test5 { public static void main(String[] args) { int[] arr={12,2,55,22,44,34,}; print(arr); select(arr); } public static v 阅读全文
posted @ 2019-03-15 10:07 ~王~ 阅读(97) 评论(0) 推荐(0) 编辑
摘要: package zuoye; public class Test4 { public static void main(String[] args) { int[] arr={12,2,55,22,44,34,}; print(arr); select(arr); } public static v 阅读全文
posted @ 2019-03-15 10:06 ~王~ 阅读(93) 评论(0) 推荐(0) 编辑
摘要: package zuoye; public class Test2{ public static void main(String[] args){ for(int i=100;i<1000;i++){ int bai=i/100; int shi=i%100/10; int ge=i%10; if 阅读全文
posted @ 2019-03-15 10:05 ~王~ 阅读(77) 评论(0) 推荐(0) 编辑
  2019年3月13日
摘要: import java.util.ArrayList;import java.util.Random; public class a { public static void main(String[] args) { ArrayList<a0> arr=new ArrayList<a0>(); / 阅读全文
posted @ 2019-03-13 10:11 ~王~ 阅读(180) 评论(0) 推荐(0) 编辑
摘要: public class Goods{ String shanPinName; double size; double jiaGe; int kuCun;} import java.util.ArrayList;public class testGoods{ public static void m 阅读全文
posted @ 2019-03-13 10:07 ~王~ 阅读(117) 评论(0) 推荐(0) 编辑
摘要: import java.util.Random;public class lianxi{public static void main(String[] args){ String[] arr={"许锦迪","白小龙","赵帅","王启明","冯赟","曹正明","杜光明","李法勇","崔超波", 阅读全文
posted @ 2019-03-13 10:05 ~王~ 阅读(259) 评论(0) 推荐(0) 编辑