上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页
摘要: 所花时间(包括上课): 2h 代码量(行): 100左右 搏客量(篇): 1 了解到的知识点: mybits 备注(其他): package com.leap.jixianceshiboot.service.impl;import com.github.pagehelper.Page;import 阅读全文
posted @ 2024-06-19 17:04 平安喜乐× 阅读(20) 评论(0) 推荐(0)
摘要: 页面设计 登陆页面 <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas 阅读全文
posted @ 2024-06-16 19:48 平安喜乐× 阅读(10) 评论(0) 推荐(0)
摘要: RegisterActivity package com.example.app_02;import android.annotation.SuppressLint;import android.app.Activity;import android.content.Context;import a 阅读全文
posted @ 2024-06-16 19:30 平安喜乐× 阅读(11) 评论(0) 推荐(0)
摘要: GoalActivity package com.example.app_02;import android.annotation.SuppressLint;import android.app.DatePickerDialog;import android.content.Context;impo 阅读全文
posted @ 2024-06-16 19:29 平安喜乐× 阅读(15) 评论(0) 推荐(0)
摘要: 后端接近完成后开始做前端 MainActivity package com.example.app_02;import androidx.appcompat.app.AppCompatActivity;import android.os.Bundle;public class MainActivit 阅读全文
posted @ 2024-06-16 19:28 平安喜乐× 阅读(23) 评论(0) 推荐(0)
摘要: 具体数据库操作 RecordDao.java package com.example.app_02.utils;import com.example.app_02.R;import com.example.app_02.database.MySQLConnection;import com.exam 阅读全文
posted @ 2024-06-16 19:25 平安喜乐× 阅读(18) 评论(0) 推荐(0)
摘要: 在上一次的课堂上完成了数据库的连接,现在开始做实体类以及sql语句的编写 Record类: package com.example.app_02.entity;public class Record { private String startTime; private String endTime 阅读全文
posted @ 2024-06-16 19:23 平安喜乐× 阅读(7) 评论(0) 推荐(0)
摘要: 在本次课后,老师布置了第一次个人作业,要求开发一款学习打卡记录软件,部署在安卓端,可以在手机上操作 项目介绍: 项目背景:石家庄铁道大学软件工程系从本学期开始要求22级学生每日打卡总结,特委托石家庄铁道大学前进22软件有限公司进行开发。 第一阶段目标: 1、用户注册:用户注册信息包括用户ID(学号) 阅读全文
posted @ 2024-06-16 19:21 平安喜乐× 阅读(37) 评论(0) 推荐(0)
摘要: 配置 plugins { id("com.android.application")}android { namespace = "com.example.policyquery" compileSdk = 34 defaultConfig { applicationId = "com.exampl 阅读全文
posted @ 2024-06-16 12:18 平安喜乐× 阅读(33) 评论(0) 推荐(0)
摘要: 编写安卓的界面 <?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/and 阅读全文
posted @ 2024-06-16 12:16 平安喜乐× 阅读(16) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页