上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
摘要: 1.后端Spring WeeklyGoalController 点击查看代码 package com.example.demo.controller; import com.example.demo.entity.WeeklyGoal; import com.example.demo.service 阅读全文
posted @ 2025-03-20 23:10 QixunQiu 阅读(15) 评论(0) 推荐(0)
摘要: 前端Spring usercontorller 点击查看代码 package com.example.demo.controller; import com.example.demo.common.Result; import com.example.demo.entity.User; import 阅读全文
posted @ 2025-03-19 21:31 QixunQiu 阅读(32) 评论(0) 推荐(0)
摘要: 1.index.js 点击查看代码 import { createRouter, createWebHistory } from 'vue-router' const router = createRouter({ history: createWebHistory(import.meta.env. 阅读全文
posted @ 2025-03-17 21:23 QixunQiu 阅读(9) 评论(0) 推荐(0)
摘要: 实现功能 开发手机购票软件,界面显示内容包括起点站,终点站,购票数量,收费规则:地铁每三站收费一元,总站数除三余站不足三站也按照一元收费,起点站不算。填写信息后显示金额,如果金额正确点击购票按钮并显示购票成功 完成代码: 架构: 具体代码: Line 点击查看代码 package com.qi.de 阅读全文
posted @ 2025-03-14 21:59 QixunQiu 阅读(31) 评论(0) 推荐(0)
摘要: 1.创建项目: 2.配置: AndroidManifest.xml添加语句 点击查看代码 <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.per 阅读全文
posted @ 2025-03-13 19:17 QixunQiu 阅读(14) 评论(0) 推荐(0)
摘要: icon使用:https://cn.element-plus.org/zh-CN/component/icon.html 1.安装icon 2.配置main.js 点击查看代码 import { createApp } from 'vue' import ElementPlus from 'elem 阅读全文
posted @ 2025-03-13 00:43 QixunQiu 阅读(149) 评论(0) 推荐(0)
摘要: 1.创建Mysql 2.在idea中创建新项目 3.完善项目结构 4.Maven设置 点击查看代码 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta 阅读全文
posted @ 2025-03-12 20:36 QixunQiu 阅读(20) 评论(0) 推荐(0)
摘要: 1.下载element-plus 2.编写main.js 点击查看代码 import { createApp } from 'vue' import ElementPlus from 'element-plus' import 'element-plus/dist/index.css' import 阅读全文
posted @ 2025-03-11 22:20 QixunQiu 阅读(88) 评论(0) 推荐(0)
摘要: 通过创建.bat文件来实现快速打开终端,完成连接 1.创建MuMuconnect.bat 文件。 2.通过记事本打开MuMuconnect.bat编写连接代码 cd /d D:\MuMuPlayer-12.0\shell 因为打开时默认是在创建的位置打开终端,所有先要转到MuMu的安装路径 adb. 阅读全文
posted @ 2025-03-10 21:44 QixunQiu 阅读(81) 评论(0) 推荐(0)
摘要: Home.vue 点击查看代码 <template> <div> <div style="font-size: 20px;font-weight: bold;color: red; text-decoration: underline;font-style: italic;margin-bottom 阅读全文
posted @ 2025-03-09 22:31 QixunQiu 阅读(31) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页