摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 阅读全文
posted @ 2021-10-08 11:46 陈曲晴 阅读(14) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication5and6; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.con 阅读全文
posted @ 2021-10-08 11:27 陈曲晴 阅读(19) 评论(0) 推荐(0) 编辑
摘要: package com.example.chap8; import android.net.Uri; import android.os.Bundle; import android.app.Activity; import android.content.Intent; import androi 阅读全文
posted @ 2021-10-08 11:15 陈曲晴 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 输入一个年份,判断是不是闰年(能被4整除但不能被100整除,或者能被400整除) import java.util.Scanner; public clas1 { public static void main(String[] args) { int year; Scanner scanner = 阅读全文
posted @ 2021-03-30 14:16 陈曲晴 阅读(34) 评论(0) 推荐(0) 编辑
摘要: public class sa { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("计算机1902,1323020 阅读全文
posted @ 2021-03-08 12:38 陈曲晴 阅读(28) 评论(0) 推荐(0) 编辑