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>
  • 相关阅读:
    Prometheus服务发现
    持久化查询
    PromQL进阶
    PromQL基础
    Prometheus概述
    监控系统概念
    zabbix5x解决中文字体问题
    allure 插件新手 demo
    关于时间复杂度~
    IIS发布网站Microsoft JET Database Engine 错误 '80004005'的解决办法,基于Access数据库
  • 原文地址:https://www.cnblogs.com/jz-no-bug/p/14908057.html
Copyright © 2011-2022 走看看