上一页 1 2 3 4 5 6 7 8 9 ··· 30 下一页
摘要: 代码量:300 博客:1 <template> <view class="container"> <view class="example"> <uni-forms ref="form" :model="form" labelWidth="80px"> <uni-forms-item label=" 阅读全文
posted @ 2024-04-18 16:27 艾鑫4646 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 代码量:300 博客:1 <template> <view class="container"> <view class="example"> <uni-forms ref="form" :model="form" labelWidth="80px"> <uni-forms-item label=" 阅读全文
posted @ 2024-04-18 16:26 艾鑫4646 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 代码量300 博客1 首先是第一个功能的安卓端代码 <template> <view class="container"> <view class="example"> <uni-forms ref="form" :model="form" labelWidth="80px"> <uni-forms 阅读全文
posted @ 2024-04-18 16:23 艾鑫4646 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 代码量:10 博客:1 开始我们写的是安卓端的代码了,一共分成三个模块 一个是:直接输入想要查询的线路,显示出全部线路 二:直接输入想要查询的站点,显示出该站点的信息 三:直接输入想要查询哪两个站的路径,查询成功回显两站之间的路径,需要经过几站,需要多少钱。 阅读全文
posted @ 2024-04-18 16:21 艾鑫4646 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 后端和数据库 <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.d 阅读全文
posted @ 2024-04-14 16:24 艾鑫4646 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 前端和后端的连接 import request from '@/utils/request' import qs from 'qs' // 查询买票预览表列表 export function listBeijingsubway(query) { return request({ url: '/sys 阅读全文
posted @ 2024-04-14 16:23 艾鑫4646 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 下面是网页的代码展示 <template> <div class="app-container"> <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label- 阅读全文
posted @ 2024-04-14 16:22 艾鑫4646 阅读(5) 评论(0) 推荐(0) 编辑
摘要: bean package com.cxk.baseframe.config.common.entity.systemmanage.system; import java.math.BigDecimal; import com.cxk.baseframe.config.common.annotatio 阅读全文
posted @ 2024-04-14 16:19 艾鑫4646 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Bean层 package com.cxk.baseframe.config.common.entity.systemmanage.system; import com.cxk.baseframe.config.common.annotation.Excel; import com.cxk.base 阅读全文
posted @ 2024-04-14 16:17 艾鑫4646 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 代码量:500 博客:1 这个是Bean文件 import com.cxk.baseframe.config.common.annotation.Excel; import com.cxk.baseframe.config.common.entity.common.BaseEntity; impor 阅读全文
posted @ 2024-04-14 16:14 艾鑫4646 阅读(4) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 30 下一页