首页 > 其他分享 >5.18博客

5.18博客

时间:2024-06-16 20:25:55浏览次数:14  
标签:数学老师 安卓 博客 计网 5.18 数据库

上午数据库下午计网

要是工程数学老师有数据库老师的松弛感就好了

学习内容:安卓

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="match_parent"     android:layout_height="50dp"     android:background="#aaaaff" >         <ImageView         android:id="@+id/iv_back"         android:layout_width="50dp"         android:layout_height="match_parent"         android:layout_alignParentLeft="true"         android:padding="10dp"         android:scaleType="fitCenter"         android:src="@drawable/ic_back" />
    <TextView         android:id="@+id/tv_title"         android:layout_width="wrap_content"         android:layout_height="match_parent"         android:layout_centerInParent="true"         android:gravity="center"         android:textColor="@color/black"         android:textSize="20sp" />         <ImageView         android:id="@+id/iv_cart"         android:layout_width="50dp"         android:layout_height="match_parent"         android:layout_alignParentRight="true"         android:scaleType="fitCenter"         android:src="@drawable/cart" />         <TextView         android:id="@+id/tv_count"         android:layout_width="20dp"         android:layout_height="20dp"         android:layout_alignParentTop="true"         android:layout_toRightOf="@+id/iv_cart"         android:layout_marginLeft="-20dp"         android:gravity="center"         android:background="@drawable/shape_oval_red"         android:text="0"         android:textColor="@color/white"         android:textSize="15sp" />     </RelativeLayout>

标签:数学老师,安卓,博客,计网,5.18,数据库
From: https://www.cnblogs.com/zjm921/p/18251168

相关文章

  • 5.21博客
    又是周一!课这么多spring-boot就先放一放学习内容:安卓packagecom.example.app_02.database;importandroid.util.Log;importjava.sql.Connection;importjava.sql.DriverManager;importjava.sql.PreparedStatement;importjava.sql.ResultSet;publicclassMySQLCon......
  • 5.22博客
    还是上午计网下午建民老师的课,晚上又是跑步,今天跑得慢了点但是足足有七公里学习内容:安卓packagecom.example.app_02.entity;publicclassRecord{  privateStringstartTime;  privateStringendTime;  privateStringrecord;  publicRecord(){......
  • 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="......