05 2020 档案

摘要:package yidong; import java.util.ArrayList; import java.util.List; public class Text { public static void main(String[] args) { List list = new ArrayL 阅读全文
posted @ 2020-05-30 18:02 afther 阅读(121) 评论(0) 推荐(0) 编辑
摘要:package yidong; import java.util.Random; public class Text { public static void main(String[] args) { int a[] = new int[10]; Random r = new Random(); 阅读全文
posted @ 2020-05-28 11:07 afther 阅读(127) 评论(0) 推荐(0) 编辑
摘要:package awm; public class text { public static void main(String[] args) { String s = "HelloWorld"; char[] a = s.toCharArray(); StringBuffer buffer = n 阅读全文
posted @ 2020-05-26 19:06 afther 阅读(113) 评论(0) 推荐(0) 编辑
摘要:package llm; public abstract class Shape { protected double area; protected double per; protected String color; public Shape() { } public Shape(String 阅读全文
posted @ 2020-05-21 12:03 afther 阅读(134) 评论(0) 推荐(0) 编辑
摘要:package mmm; public class ColaEmployee { String name; int month; public ColaEmployee() { } public ColaEmployee(String name, int month) { super(); this 阅读全文
posted @ 2020-05-19 18:57 afther 阅读(224) 评论(0) 推荐(0) 编辑
摘要:package llm; public abstract class Vehicle { private String brand; private String color; private double speed; public Vehicle(String brand, String col 阅读全文
posted @ 2020-05-14 11:15 afther 阅读(170) 评论(0) 推荐(0) 编辑
摘要:package ii; public class Student { String name; double a; public static void main(String[] args) { Student s1 = new Student(); s1.a = 90; s1.name = "z 阅读全文
posted @ 2020-05-07 11:28 afther 阅读(278) 评论(0) 推荐(0) 编辑