摘要: <?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-20 21:21 -Sehnsucht 阅读(72) 评论(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-22 18:44 -Sehnsucht 阅读(90) 评论(0) 推荐(0) 编辑
摘要: package yu; import java.util.Random; public class Test { public static void main(String[] args) { for (int i = 1; i < 11; i++) { Random r=new Random() 阅读全文
posted @ 2020-05-31 15:13 -Sehnsucht 阅读(90) 评论(0) 推荐(0) 编辑
摘要: package yu; public class Test { public static void main(String[] args) { // TODO Auto-generated method stub String str = "Hello World"; char[] c = str 阅读全文
posted @ 2020-05-28 06:12 -Sehnsucht 阅读(82) 评论(0) 推荐(0) 编辑
摘要: package hy ; public class ColaEmployee { String name; int month; public ColaEmployee() { } public ColaEmployee(String name,int month){ this.name=name; 阅读全文
posted @ 2020-05-28 06:11 -Sehnsucht 阅读(92) 评论(0) 推荐(0) 编辑
摘要: package lllll; public class colaEmployee { String name; int month; int x=2000; public String getName() { return name; } public void setName(String nam 阅读全文
posted @ 2020-05-19 18:13 -Sehnsucht 阅读(104) 评论(0) 推荐(0) 编辑
摘要: package t; public class Vehicle { public String brand; public String color; double speed=0; public String getBrand() { return brand; } public void set 阅读全文
posted @ 2020-05-14 14:39 -Sehnsucht 阅读(121) 评论(0) 推荐(0) 编辑
摘要: package work; public class Student { String name; double grade; public Student(){ } public Student(String name,double score){ this.name=name; this.gra 阅读全文
posted @ 2020-05-07 14:52 -Sehnsucht 阅读(123) 评论(0) 推荐(0) 编辑
摘要: package work; public class Point { int x; int y; public Point(){ } public Point(int x0,int y0){ this.x=x0; this.y=y0; } public void movePoint(int dx,i 阅读全文
posted @ 2020-05-07 14:51 -Sehnsucht 阅读(123) 评论(0) 推荐(0) 编辑
摘要: package task1; import java.util.*; public class q { public static void main(String[] args) { jiecheng(5); } public static void jiecheng(int i) { Scann 阅读全文
posted @ 2020-04-29 09:02 -Sehnsucht 阅读(113) 评论(0) 推荐(0) 编辑