zoukankan      html  css  js  c++  java
  • 个人作业冲刺(一)

    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout android:layout_height="match_parent"
        android:layout_width="match_parent"
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="vertical">
    
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="请进行操作"
            android:gravity="center"
            android:textSize="30dp"
            android:textColor="#C51414"/>
    
        <Button
            android:id="@+id/add"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="体温登记" />
    
        <Button
            android:id="@+id/account"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="体温登记情况" />
        <Button
            android:id="@+id/table"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="生成14天报表" />
        <Button
            android:id="@+id/zhexian"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="生成14天温度折线图"/>
        <Button
            android:id="@+id/ditu"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="地图"/>
    
    
    </LinearLayout>
  • 相关阅读:
    4.Docker Compose 部署 Nexus
    3.Docker Compose 部署 GitLab
    2.Docker Compose 部署应用程序
    1.Docker Compose
    6.Dockerfile 指令
    5.Dockerfile 定制镜像
    4.Docker 操作容器
    3.Docker 操作镜像
    2.Ubuntu安装 Docker
    windows快捷键
  • 原文地址:https://www.cnblogs.com/jz-no-bug/p/14908057.html
Copyright © 2011-2022 走看看