摘要: package com.example.aa; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.app.Activity; import android.view.Vi 阅读全文
posted @ 2020-10-29 15:30 afther 阅读(66) 评论(0) 推荐(0) 编辑
摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ 阅读全文
posted @ 2020-09-22 20:18 afther 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-30 18:07 afther 阅读(89) 评论(0) 推荐(0) 编辑
摘要: package aaa; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Set; public class Text { public static void m 阅读全文
posted @ 2020-06-14 17:48 afther 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(125) 评论(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 阅读(111) 评论(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 阅读(131) 评论(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) 编辑