上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
摘要: 第一次会议对题目进行了分析、讨论,确定了系统需要的各个模块; 对需要的功能以及流程进行了大致的梳理,并对第一阶段任务进行了分配,同时设计了初始的数据库表和网页页面布局。 阅读全文
posted @ 2025-04-14 21:31 QixunQiu 阅读(12) 评论(0) 推荐(0)
摘要: PolicyList.vue <template> <div class="policy-container"> <el-container> <el-aside width="250px"> <el-tree ref="treeRef" :data="typeTree" :props="defau 阅读全文
posted @ 2025-04-02 21:38 QixunQiu 阅读(23) 评论(0) 推荐(0)
摘要: 第二章:软件工程的构建原则与实践 我过去是怎么做的 过去,我在开发项目时,常常过于关注功能的实现,而忽略了整体架构的设计和代码的可维护性。在需求分析阶段,我通常只是简单地记录用户的需求,而没有深入挖掘潜在的需求或考虑需求的优先级。设计阶段也常常被压缩,直接进入编码阶段,导致代码结构混乱,模块之间的耦 阅读全文
posted @ 2025-04-01 23:11 QixunQiu 阅读(23) 评论(0) 推荐(0)
摘要: Spring后端: DailySummaryController package com.example.demo.controller; import com.example.demo.entity.DailySummary; import com.example.demo.service.Dai 阅读全文
posted @ 2025-03-31 21:55 QixunQiu 阅读(12) 评论(0) 推荐(0)
摘要: PolicyController package com.example.demo.controller; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; import com.baomidou.my 阅读全文
posted @ 2025-03-30 15:14 QixunQiu 阅读(32) 评论(0) 推荐(0)
摘要: index.js <template> <el-config-provider> <router-view></router-view> </el-config-provider> </template> <script setup> import { ElConfigProvider } from 阅读全文
posted @ 2025-03-29 19:23 QixunQiu 阅读(24) 评论(0) 推荐(0)
摘要: 第一章:软件工程的定义与重要性 我过去是怎么做的 过去,我对软件工程的理解比较模糊,认为软件开发就是写代码。在参与项目时,我常常直接从代码入手,没有进行详细的需求分析和设计。遇到问题时,就临时修改代码,试图解决问题。这种方式虽然有时也能完成任务,但项目进度常常延误,代码质量也难以保证。 结合书中所讲 阅读全文
posted @ 2025-03-28 00:28 QixunQiu 阅读(5) 评论(0) 推荐(0)
摘要: DailySummaryController package com.example.demo.controller; import com.example.demo.entity.CodingRecord; import com.example.demo.service.CodingRecordS 阅读全文
posted @ 2025-03-28 00:23 QixunQiu 阅读(15) 评论(0) 推荐(0)
摘要: 准备挑战杯路演 路演稿 尊敬的各位评委老师好,今天我要向大家介绍的是由我们团队独立开发的项目,AI虚拟舞蹈生成系统 在2023年夏天,在创始人的带领下,我们怀揣着让舞蹈不止于跃动的梦想,实现舞蹈艺术与人工智能的深度共创。 据研究报告显示,AI产业的迅猛发展撬动了近四倍规模的相关产业飞速壮大 过年期间 阅读全文
posted @ 2025-03-24 22:05 QixunQiu 阅读(39) 评论(0) 推荐(0)
摘要: 后端使用Springboot 前端通过无线网路接口与后端相连 以下是具体代码实现 后端: PolicyController 点击查看代码 package com.example.demo.controller; import com.baomidou.mybatisplus.core.conditi 阅读全文
posted @ 2025-03-24 08:38 QixunQiu 阅读(37) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页