一手遮天 Android - view(布局类): TableLayout 表格布局 ...
分类:
移动开发 时间:
2021-06-02 18:38:22
阅读次数:
0
完成体温折线图的绘制,用hallochert制作, package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import androidx.core.app.ActivityCompat; ...
分类:
移动开发 时间:
2021-03-15 11:30:06
阅读次数:
0
package com.androidstudy.uicomponenttest; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import android.content ...
分类:
其他好文 时间:
2021-01-12 11:26:00
阅读次数:
0
<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" x ...
分类:
移动开发 时间:
2020-12-21 11:31:03
阅读次数:
0
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
分类:
移动开发 时间:
2020-12-04 11:32:09
阅读次数:
14
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
移动开发 时间:
2020-11-23 12:00:24
阅读次数:
16
记一次Android 因版本问题报的错!!! 开始创建项目时就因为手多勾选了支持kotlin,最后创建的项目都会报一个错: 开始各种网上找答案之旅。。。。。。 没有一个给的方案有效,基本到了差不多就要重装Android studio了 直到我看到了:https://blog.csdn.net/mp6 ...
分类:
移动开发 时间:
2020-10-24 10:06:34
阅读次数:
53
1. implementation 'com.quickbirdstudios:opencv:4.3.0' 2. package chenlong.chenlong.java_opencv; import androidx.appcompat.app.AppCompatActivity; impor ...
分类:
移动开发 时间:
2020-10-21 20:55:24
阅读次数:
33
TextureView入门代码 package com.obarong.testtextureview; import androidx.appcompat.app.AppCompatActivity; import android.graphics.SurfaceTexture; import a ...
分类:
其他好文 时间:
2020-07-31 14:07:06
阅读次数:
77
@[TOC]2020.06.23更新1概述使用springboot作为后端框架与Android端配合mysql进行基本的交互,包含了最基本的增删查改功能.2开发环境WinIDEA2019.2Tomcat9.0.27MySQL8.0.17SpringBoot2.2.1JDK83后端3.1新建一个SpringBoot项目参考这里.3.2实体类新建User类作为实体类:@Entitypublicclas
分类:
移动开发 时间:
2020-06-23 19:06:47
阅读次数:
55