上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页
摘要: 编写安卓内部运行的代码 MainActivity package com.example.policyquery;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android 阅读全文
posted @ 2024-06-16 12:16 平安喜乐× 阅读(37) 评论(0) 推荐(0)
摘要: 上一期已经将后端的代码完成,目前开始做安卓端内容 编写Api接口,连接spring boot后端 package com.example.policyquery.api;import com.example.policyquery.DataModel.Policy;import java.util. 阅读全文
posted @ 2024-06-16 12:14 平安喜乐× 阅读(21) 评论(0) 推荐(0)
摘要: mapper package com.leap.jixianceshiboot.mapper;import com.leap.jixianceshiboot.entity.Policy;import com.leap.jixianceshiboot.entity.PolicyTypeCount;im 阅读全文
posted @ 2024-06-16 12:11 平安喜乐× 阅读(24) 评论(0) 推荐(0)
摘要: controller层 package com.leap.jixianceshiboot.controller;import com.leap.jixianceshiboot.entity.Policy;import com.leap.jixianceshiboot.entity.PolicyTyp 阅读全文
posted @ 2024-06-16 12:08 平安喜乐× 阅读(27) 评论(0) 推荐(0)
摘要: 老师现在又要求将此系统功能实现在安卓端,正好最近学习了springboot相关知识,便用springboot做后端,安卓的页面做前端编写了此系统 创建springboot项目做好数据库配置 spring: datasource: driver-class-name: com.mysql.cj.jdb 阅读全文
posted @ 2024-06-16 12:07 平安喜乐× 阅读(18) 评论(0) 推荐(0)
摘要: package Dao; import Bean.Menu; import Bean.bean; import Bean.policy; import DBUtil.dbutil; import org.apache.ibatis.io.Resources; import org.apache.ib 阅读全文
posted @ 2024-06-16 12:02 平安喜乐× 阅读(18) 评论(0) 推荐(0)
摘要: 今日课上的政策查询系统极限测试寥寥草草将功能实现了,把内部代码进行完善一下 完整代码: index.jsp <%@ page contentType="text/html;charset=UTF-8" language="java" %> <!DOCTYPE html> <html lang="en 阅读全文
posted @ 2024-06-16 12:01 平安喜乐× 阅读(12) 评论(0) 推荐(0)
摘要: plugins { id("com.android.application")}android { namespace = "com.example.subway" compileSdk = 34 defaultConfig { applicationId = "com.example.subway 阅读全文
posted @ 2024-06-16 11:55 平安喜乐× 阅读(10) 评论(0) 推荐(0)
摘要: 前端相关代码<?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/andro 阅读全文
posted @ 2024-06-16 11:53 平安喜乐× 阅读(7) 评论(0) 推荐(0)
摘要: 为前端配置主题 <?xml version="1.0" encoding="utf-8"?><resources> <color name="purple_200">#1E90FF</color> <color name="purple_500">#FF6200EE</color> <color n 阅读全文
posted @ 2024-06-16 11:52 平安喜乐× 阅读(14) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页