摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 阅读全文
posted @ 2020-10-18 17:57 啪啪怪 阅读(55) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 阅读全文
posted @ 2020-09-20 08:32 啪啪怪 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-30 17:01 啪啪怪 阅读(99) 评论(0) 推荐(0) 编辑
摘要: package fff; import java.util.ArrayList; public class fff { public static void main(String[] args) { ArrayList<String> list = new ArrayList<String>(); 阅读全文
posted @ 2020-06-02 14:54 啪啪怪 阅读(133) 评论(0) 推荐(0) 编辑
摘要: package fff; import java.util.Arrays; import java.util.Random; import java.util.Scanner; public class Zuoyee { public static void main(String[] args) 阅读全文
posted @ 2020-05-28 11:49 啪啪怪 阅读(177) 评论(0) 推荐(0) 编辑
摘要: package fff; public class test { public static void main(String[] args) { String str = "Hello World"; char[] c = str.toCharArray(); StringBuffer buffe 阅读全文
posted @ 2020-05-25 12:33 啪啪怪 阅读(80) 评论(0) 推荐(0) 编辑
摘要: public class fff { String name; int month; public Jhd() { } public Jhd(String name, int month) { super(); this.name = name; this.month = month; } publ 阅读全文
posted @ 2020-05-20 09:35 啪啪怪 阅读(181) 评论(0) 推荐(0) 编辑
摘要: class fff{ public static void main(String[] args) { Vehicle v=new Vehicle("benz","black",0); String s = v.toString(); System.out.println(s); v.run(); 阅读全文
posted @ 2020-05-14 11:30 啪啪怪 阅读(144) 评论(0) 推荐(0) 编辑
摘要: public class Student { private String name ; private double achv; public String getName() { return name; } public void setName(String name) { this.nam 阅读全文
posted @ 2020-05-07 11:47 啪啪怪 阅读(122) 评论(0) 推荐(0) 编辑
摘要: public class fff public class Rectangle { int length; int width; public void getPer() { System.out.println("矩形的周长=" + (length + width) * 2); } public 阅读全文
posted @ 2020-04-30 11:42 啪啪怪 阅读(135) 评论(0) 推荐(0) 编辑