2021年3月3日
摘要:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Ins
阅读全文
posted @ 2021-03-03 17:56
yunkuang
阅读(1534)
推荐(0)
posted @ 2021-03-03 12:12
yunkuang
阅读(76)
推荐(1)
2020年12月16日
摘要:
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-12-16 20:19
yunkuang
阅读(85)
推荐(0)
2020年12月15日
摘要:
1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:tools="http://schemas.andr
阅读全文
posted @ 2020-12-15 22:55
yunkuang
阅读(118)
推荐(0)
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
阅读(171)
推荐(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
阅读(186)
推荐(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
阅读(189)
推荐(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
阅读(208)
推荐(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
阅读(186)
推荐(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
阅读(282)
推荐(0)