摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ 阅读全文
posted @ 2021-11-02 22:10 刘德璞 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 1. com.example.wyn; import android.os.Bundle; import android.app.Activity; import android.content.Intent; import android.view.Menu; import android.vie 阅读全文
posted @ 2021-10-07 21:45 刘德璞 阅读(11) 评论(0) 推荐(0) 编辑
摘要: package itcast.cn; import android.app.AlertDialog; import android.content.DialogInterface; import android.os.Bundle; import android.app.Activity; publ 阅读全文
posted @ 2021-09-25 20:33 刘德璞 阅读(38) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ 阅读全文
posted @ 2021-09-04 18:30 刘德璞 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 作业1:安装环境,截图编程界面,截图运行界面 作业2:九宫格 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns 阅读全文
posted @ 2021-08-29 16:30 刘德璞 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 1. package zxcv; public class ColaEmployee { protected String name; protected int month; public ColaEmployee() { super(); } public ColaEmployee(String 阅读全文
posted @ 2021-06-15 21:08 刘德璞 阅读(26) 评论(0) 推荐(0) 编辑
摘要: package Qc; public class Vehicle { protected String brand; protected String color; protected double speed; public Vehicle(String brand, String color,  阅读全文
posted @ 2021-06-06 17:13 刘德璞 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1. package Class; public class Class1 { public static void main(String[] args) { // TODO Auto-generated method stub Point p1 = new Point(1,2); p1.move 阅读全文
posted @ 2021-05-23 16:06 刘德璞 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 1. package test; import java.util.Scanner; public class test { public static void main(String[] args) { int x[]={7,4,8,1,9}; jc(x); for (int i : x) { 阅读全文
posted @ 2021-05-10 16:13 刘德璞 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1、编写一个简单程序,要求数组长度为5,分别赋值10,20,30,40,50,在控制台输出该数组的值。(知识点:数组定义和创建、一维数组初始化)[必做题]? package zxcvbnm; public class asdfghjkl { /** * @param args */ public s 阅读全文
posted @ 2021-04-26 17:38 刘德璞 阅读(75) 评论(0) 推荐(0) 编辑