摘要: 1.三个界面,界面1点击按钮使用显式意图开启界面2.界面2点击按钮隐式意图开启界面3 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/andr 阅读全文
posted @ 2021-10-09 16:41 我真呵呵了 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1. package com.example.chap5; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.content.Dialo 阅读全文
posted @ 2021-09-25 18:37 我真呵呵了 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 1.创建3个界面 第一个界面有3个button 第二个界面有单选按钮 学历:初中 高中 专科 本科 第三个界面有5个复选框 学过哪些课程 Java Ios Android Html Jsp 把第二个界面设置为启动界面 <?xml version="1.0" encoding="utf-8"?> <L 阅读全文
posted @ 2021-09-05 19:57 我真呵呵了 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 作业1:安装环境,截图编程界面,截图运行界面 作业2:九宫格 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android 阅读全文
posted @ 2021-08-29 15:59 我真呵呵了 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 1. package zyzy; public class Vehicle { private String brand; private String color; private double speed; public Vehicle(String brand, String color, d 阅读全文
posted @ 2021-06-14 21:58 我真呵呵了 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 1. package q; public class point { int x; int y; public point(int x0, int y0) { super(); this.x = x0; this.y = y0; } public point() { super(); } publi 阅读全文
posted @ 2021-05-25 15:39 我真呵呵了 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 1. package sr5; public class t1 { public static void px(int a[]){ for (int i = 0; i < a.length-1; i++) { for (int j = 0; j < a.length-1-i; j++) { if ( 阅读全文
posted @ 2021-05-10 19:16 我真呵呵了 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1. package sr; public class sj1 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int[] a = { 10, 20, 阅读全文
posted @ 2021-04-26 22:23 我真呵呵了 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 1. package sr; public class sj1 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int []a={10,20,30,4 阅读全文
posted @ 2021-04-20 17:58 我真呵呵了 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 1. package zy; public class sj1 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int sum=0; for (int 阅读全文
posted @ 2021-04-13 15:02 我真呵呵了 阅读(47) 评论(0) 推荐(0) 编辑