自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 Android点击事件、下拉菜单、单选框实例

Android点击事件、下拉菜单、单选框实例点击事件1.ClickActivity.javaimport android.app.Activity;import android.os.Bundle;import android.view.View;import android.widget.Button;import android.widget.TextView;import androidx.appcompat.app.AppCompatActivity;public class

2020-12-01 22:08:13 1110

原创 Android程序开发学习:利用Android自带的SQLite实现数据的增删改查

Android程序开发学习:利用Android自带的SQLite实现数据的增删改查1、设计页面:activity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_heigh

2020-11-10 19:03:56 206

原创 微信小程序开发:利用Spring Boot, Mybatis, MySQL 实现数据传输以及数据增删改查

微信小程序开发:利用Spring Boot, Mybatis, MySQL 实现数据传输以及数据增删改查项目结构截图:controller:package com.glxy.canjian.controller;import com.glxy.canjian.pojo.Business_index;import com.glxy.canjian.service.BusinessIndexService;import org.springframework.beans.factory.annot

2020-11-09 23:11:28 872

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除