摘要: 输入hello <%-- Created by IntelliJ IDEA. User: bad boy Date: 2022/3/4 Time: 21:48 To change this template use File | Settings | File Templates.--%><%@ p 阅读全文
posted @ 2022-03-04 22:50 高杨翔 阅读(25) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com 阅读全文
posted @ 2021-11-02 23:38 高杨翔 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-10-08 23:41 高杨翔 阅读(12) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.net.Uri; import android.os.Bundle; import android.u 阅读全文
posted @ 2021-10-08 23:32 高杨翔 阅读(11) 评论(0) 推荐(0) 编辑
摘要: package com.example.badboy.myapplication565;import android.app.AlertDialog;import android.content.DialogInterface;import android.os.Bundle;import andr 阅读全文
posted @ 2021-09-25 15:58 高杨翔 阅读(36) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.c 阅读全文
posted @ 2021-08-30 14:47 高杨翔 阅读(40) 评论(0) 推荐(0) 编辑
摘要: Cola公司的雇员分为以下若干类:(知识点:多态) [必做题]• 4.1 ColaEmployee :这是所有员工总的父类,属性:员工的姓名,员工的生日月份。方法:getSalary(int month) 根据参数月份来确定工资,如果该月员工过生日,则公司会额外奖励100 元。• 4.2 Salar 阅读全文
posted @ 2021-06-17 14:15 高杨翔 阅读(21) 评论(0) 推荐(0) 编辑
摘要: package com.gd.df; public class vehicle { private String brand; private String color; private double speed; public vehicle(String brand, String color, 阅读全文
posted @ 2021-06-10 20:03 高杨翔 阅读(31) 评论(0) 推荐(0) 编辑
摘要: public class Point { int x; int y; public Point(int x0, int y0) { super(); this.x = x0; this.y = y0; } public Point() { super(); } public void movePoi 阅读全文
posted @ 2021-05-25 12:33 高杨翔 阅读(36) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; public class Texa1 { public static void mp() { System.out.println("请输入4个数字"); Scanner input = new Scanner(System.in); int a[ 阅读全文
posted @ 2021-05-11 22:20 高杨翔 阅读(20) 评论(0) 推荐(0) 编辑