摘要:
用户表: uid (主键,自动增长) uname upwd 使用分层实现注册。(必做) 使用分层实现登录。(选做) 创建表 CREATE DATABASE j_db; USE j_db; CREATE TABLE jsp_data(uname VARCHAR(10),upwd VARCHAR(10) 阅读全文
2021年4月19日
2021年4月11日
2021年3月28日
2021年3月18日
2021年3月11日
2021年3月4日
2021年3月3日
2020年12月20日
摘要:
package com.example.duanxin; import androidx.appcompat.app.AppCompatActivity; import android.content.ContentResolver; import android.content.ContentVa 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文