2020年11月10日
摘要: 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:app="http://schemas.androi 阅读全文
posted @ 2020-11-10 08:20 yunkuang 阅读(151) 评论(0) 推荐(0)
  2020年11月1日
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ 阅读全文
posted @ 2020-11-01 00:54 yunkuang 阅读(174) 评论(0) 推荐(1)
  2020年10月27日
摘要: 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:app="http://schemas.androi 阅读全文
posted @ 2020-10-27 23:08 yunkuang 阅读(176) 评论(0) 推荐(0)
  2020年10月8日
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ 阅读全文
posted @ 2020-10-08 23:30 yunkuang 阅读(189) 评论(0) 推荐(0)
  2020年10月6日
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2020-10-06 22:00 yunkuang 阅读(164) 评论(0) 推荐(0)
  2020年9月23日
摘要: package com.example.calculator; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.wi 阅读全文
posted @ 2020-09-23 22:55 yunkuang 阅读(267) 评论(0) 推荐(0)
  2020年9月7日
摘要: 九宫格抽奖 package com.example.nine; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.wi 阅读全文
posted @ 2020-09-07 02:04 yunkuang 阅读(229) 评论(0) 推荐(0)
  2020年9月6日
摘要: 应用登陆界面代码 package com.example.homework2; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import an 阅读全文
posted @ 2020-09-06 23:45 yunkuang 阅读(214) 评论(0) 推荐(0)
  2020年8月26日
摘要: 阅读全文
posted @ 2020-08-26 12:36 yunkuang 阅读(190) 评论(0) 推荐(0)
  2020年6月12日
摘要: package Ac; import java.util.*; public class Test { public static void main(String[] args) { // TODO Auto-generated method stub show(); } public stati 阅读全文
posted @ 2020-06-12 17:13 yunkuang 阅读(206) 评论(0) 推荐(0)