摘要: 写个人中心界面后端代码 package com.example.myexamproject;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.widget.Bu 阅读全文
posted @ 2024-05-21 16:48 大虚胖子 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 个人中心界面前端 <?xml version="1.0" encoding="utf-8"?><LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientat 阅读全文
posted @ 2024-05-21 16:48 大虚胖子 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 科技查询政策的安卓端 package com.example.keji import android.os.Bundle import android.util.Log import androidx.fragment.app.Fragment import android.view.LayoutI 阅读全文
posted @ 2024-05-21 16:47 大虚胖子 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 数据库表格创建 create table student(sno CHAR(8) NOT NULL PRIMARY KEY ,--学号sname VARCHAR(20) ,--姓名sex CHAR(2) ,--性别sdept VARCHAR(20) --所在系); create table cour 阅读全文
posted @ 2024-05-21 16:47 大虚胖子 阅读(3) 评论(0) 推荐(0) 编辑