上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
摘要: InspectionOrderController package com.example.demo.controller; import com.example.demo.entity.InspectionOrder; import com.example.demo.service.Inspect 阅读全文
posted @ 2025-05-08 20:32 QixunQiu 阅读(15) 评论(0) 推荐(0)
摘要: InspectionPlanController package com.example.demo.controller; import com.example.demo.entity.InspectionOrder; import com.example.demo.service.Inspecti 阅读全文
posted @ 2025-05-08 20:28 QixunQiu 阅读(10) 评论(0) 推荐(0)
摘要: ​​第五章:软件需求分析与项目管理​​ ​​我过去是怎么做的​​ ​​需求理解不深入​​:仅根据客户或产品经理提供的简单描述就开始开发,没有深入挖掘业务背景和潜在需求。 ​​缺乏优先级管理​​:所有需求都被视为“紧急”,导致开发资源分散,核心功能反而被拖延。 ​​变更管理混乱​​:需求变更频繁,但没 阅读全文
posted @ 2025-05-07 22:07 QixunQiu 阅读(24) 评论(0) 推荐(0)
摘要: DeviceFault package com.example.demo.entity; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableId; im 阅读全文
posted @ 2025-05-07 22:04 QixunQiu 阅读(9) 评论(0) 推荐(0)
摘要: DeviceController package com.example.demo.controller; import com.example.demo.common.Result; import com.example.demo.entity.Device; import com.example 阅读全文
posted @ 2025-04-22 23:16 QixunQiu 阅读(8) 评论(0) 推荐(0)
摘要: ​​第四章:代码规范与质量保障​​ ​​我过去是怎么做的​​ 过去,我在编写代码时,往往更关注功能的实现,而忽略了代码的可读性、可维护性和规范性。例如: ​​命名随意​​:变量名使用a、temp等无意义的名称,函数名不能清晰表达其功能。 ​​代码冗余​​:存在大量重复代码,未进行合理的函数封装或模块 阅读全文
posted @ 2025-04-22 23:10 QixunQiu 阅读(15) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>图片转BAS 阅读全文
posted @ 2025-04-22 23:00 QixunQiu 阅读(18) 评论(0) 推荐(0)
摘要: const express = require('express'); const bodyParser = require('body-parser'); const mysql = require('mysql'); const app = express(); const port = 300 阅读全文
posted @ 2025-04-17 00:02 QixunQiu 阅读(7) 评论(0) 推荐(0)
摘要: 完成了注册的功能 可以检测是否重名,输入是否符合规范,密码的二重验证。 具体后端 RegisterRequest package com.example.demo.dto; import lombok.Data; /* * Qi * 25/4/16 * 注册 * */ @Data public cl 阅读全文
posted @ 2025-04-16 23:43 QixunQiu 阅读(22) 评论(0) 推荐(0)
摘要: 第三章:敏捷开发与团队协作 ​​我过去是怎么做的​​ 过去,我在参与团队开发项目时,往往习惯于传统的瀑布模型,严格按照需求→设计→开发→测试的线性流程推进。这种模式下,需求变更被视为“干扰”,团队沟通主要集中在阶段交接时,导致问题积压到后期才暴露。例如,开发阶段发现需求不明确时,通常选择自行猜测而非 阅读全文
posted @ 2025-04-14 21:39 QixunQiu 阅读(24) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页