首页 > 其他分享 >5.22博客

5.22博客

时间:2024-06-16 20:24:56浏览次数:11  
标签:return String 博客 record 5.22 startTime endTime public

还是上午计网下午建民老师的课,晚上又是跑步,今天跑得慢了点但是足足有七公里

学习内容:安卓

package com.example.app_02.entity;
public class Record {     private String startTime;     private String endTime;     private String record;
    public Record() {     }
    public Record(String startTime, String endTime, String record) {         this.startTime = startTime;         this.endTime = endTime;         this.record = record;     }
    /**      * 获取      *      * @return startTime      */     public String getStartTime() {         return startTime;     }
    /**      * 设置      *      * @param startTime      */     public void setStartTime(String startTime) {         this.startTime = startTime;     }
    /**      * 获取      *      * @return endTime      */     public String getEndTime() {         return endTime;     }
    /**      * 设置      *      * @param endTime      */     public void setEndTime(String endTime) {         this.endTime = endTime;     }
    /**      * 获取      *      * @return record      */     public String getRecord() {         return record;     }
    /**      * 设置      *      * @param record      */     public void setRecord(String record) {         this.record = record;     }
    public String toString() {         return "startTime: " + startTime + ", endTime: " + endTime + "\nrecord: " + record + "\n";     } }

标签:return,String,博客,record,5.22,startTime,endTime,public
From: https://www.cnblogs.com/zjm921/p/18251175

相关文章

  • 5.23博客
    python和工程数学学习内容:下午没课所以可以看一下spring-boot自动配置原理安卓:packagecom.example.app_02.entity;publicclassUser{  privateStringusername;  privateStringpassword;  publicUser(){  }  publicUser(Stringusernam......
  • 5.24博客
    体育比赛也是完美收工,全胜学习内容:spring-boot自定义stater安卓:packagecom.example.app_02.entity;publicclassUserInfo{  privateStringstudentid;  privateStringname;  privateStringphonenumber;  privateStringclassname;  publ......
  • 5.25博客
    满满一周的课终于结束,奖励自己一杯奶茶吧学习内容:安卓packagecom.example.app_02.utils;importcom.example.app_02.R;importcom.example.app_02.database.MySQLConnection;importcom.example.app_02.entity.Record;importcom.example.app_02.entity.User;importja......
  • 5.28博客
    又是周一,那些杀不死我的还不如直接杀死我学习内容:安卓packagecom.example.app_02.utils;importcom.example.app_02.database.MySQLConnection;importcom.example.app_02.entity.User;importcom.example.app_02.entity.UserInfo;publicclassUserDaoextendsMySQLCo......
  • 5.29博客
    上午计网下午建民老师的课学习内容:安卓packagecom.example.app_02.utils;importcom.example.app_02.database.MySQLConnection;importcom.example.app_02.entity.User;importcom.example.app_02.entity.UserInfo;publicclassUserInfoDaoextendsMySQLConnection{......
  • 5.30博客
    周三:python和工程数学python学习:importrequestsfrombs4importBeautifulSoupasbsimportpandasaspdfrommatplotlibimportpyplotaspltdefget_rank(url):count=0 rank=\[\] headers={    "user-agent":"Mozilla/5.0(WindowsNT10......
  • 5.14博客
    学习内容:安卓<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"  xmlns:tools="http://schemas.android.com/tools"  android:layout_width="match_parent"  android:layout_height="wrap_content"......
  • 5.13博客
    看看日历又是周一,本来都起床了感觉尸体有点不舒服,再躺会吧学习内容:安卓<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"  android:layout_width="match_parent"  android:layout_height="match_parent"  android:orientation="......
  • 5.17博客
    排球课比赛快完了,目前为止一场没输过,我感觉这跟我课脱不了关系学习内容:spring-boot注册条件安卓:<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"  xmlns:tools="http://schemas.android.com/tools"  android:id="@+id/ll_item"  an......
  • 5.6博客
    过完五一假了该进入学习状态了学习内容:安卓<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"  xmlns:tools="http://schemas.android.com/tools"  android:layout_width="match_parent"  android:layout_height="m......