Glame

2021年10月8日 #

Android第七周作业

摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.net.Uri; import andr 阅读全文

posted @ 2021-10-08 18:37 Glame 阅读(26) 评论(0) 推荐(0) 编辑

Android第五六周作业

摘要: package com.example.myapplication; import android.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.content.DialogInter 阅读全文

posted @ 2021-10-08 18:16 Glame 阅读(37) 评论(0) 推荐(0) 编辑

2021年9月3日 #

第三周Android作业

摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 阅读全文

posted @ 2021-09-03 15:26 Glame 阅读(63) 评论(0) 推荐(0) 编辑

2021年8月27日 #

第1-2周作业

摘要: 截图 第一次作业 <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_ 阅读全文

posted @ 2021-08-27 18:22 Glame 阅读(52) 评论(0) 推荐(0) 编辑

2021年6月17日 #

第十五周Java作业

摘要: package Zh123; public class ColaEmployee { protected String name; protected int months; protected int birthday; public ColaEmployee(String name, int m 阅读全文

posted @ 2021-06-17 23:21 Glame 阅读(25) 评论(0) 推荐(0) 编辑

2021年6月15日 #

第十四周JAVA作业

摘要: package Zh123; public class Vehicle { public String brand; public String color; public double speed; public String getColor() { return color; } public 阅读全文

posted @ 2021-06-15 21:49 Glame 阅读(35) 评论(0) 推荐(0) 编辑

2021年5月25日 #

第十二次Java作业

摘要: package Zh123; public class Point { int x; int y; public Point(int x0, int y0) { x = x0; y = y0; } public Point() { } public String movePoint(int dx, 阅读全文

posted @ 2021-05-25 17:57 Glame 阅读(42) 评论(0) 推荐(0) 编辑

2021年5月10日 #

JAVA第十次作业

摘要: import java.util.Scanner; public class MyMethod { public static void PX() { System.out.println("请输入4个数字"); Scanner input = new Scanner(System.in); int 阅读全文

posted @ 2021-05-10 22:47 Glame 阅读(56) 评论(0) 推荐(0) 编辑

2021年4月29日 #

第八次JAVA作业

摘要: package Home; public class Home { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int[] a = { 10, 20, 阅读全文

posted @ 2021-04-29 18:27 Glame 阅读(46) 评论(0) 推荐(0) 编辑

2021年4月18日 #

第七次Java作业

摘要: package HKLHXD; public class BGKHXD { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int []a={10,20, 阅读全文

posted @ 2021-04-18 21:39 Glame 阅读(62) 评论(0) 推荐(0) 编辑

导航