上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页
摘要: <template> <div class="all-orders-container"> <el-card class="orders-card"> <template #header> <div class="card-header"> <span>工单管理</span> <div class= 阅读全文
posted @ 2025-05-13 11:00 QixunQiu 阅读(10) 评论(0) 推荐(0)
摘要: function steepest_descent % 主函数 clc, clear; % 测试不同初始点 initial_points = [ 1.5, 1.5; -1.0, 1.0; 2.0, -2.0; -1.5, -1.5 ]; for i = 1:size(initial_points, 阅读全文
posted @ 2025-05-12 23:59 QixunQiu 阅读(25) 评论(0) 推荐(0)
摘要: <template> <div class="all-approve-container"> <!-- 保持原有的卡片部分不变 --> <el-card class="approve-card"> <template #header> <div class="card-header"> <span> 阅读全文
posted @ 2025-05-12 23:58 QixunQiu 阅读(28) 评论(0) 推荐(0)
摘要: TestingOrderController package com.example.demo.controller; import com.example.demo.entity.TestingOrder; import com.example.demo.service.TestingOrderS 阅读全文
posted @ 2025-05-10 22:24 QixunQiu 阅读(21) 评论(0) 推荐(0)
摘要: TestingPlanController package com.example.demo.controller; import com.example.demo.entity.TestingPlan; import com.example.demo.service.TestingPlanServ 阅读全文
posted @ 2025-05-10 22:18 QixunQiu 阅读(25) 评论(0) 推荐(0)
摘要: MaintenanceOrderController package com.example.demo.controller; import com.example.demo.entity.MaintenanceOrder; import com.example.demo.service.Maint 阅读全文
posted @ 2025-05-09 23:34 QixunQiu 阅读(14) 评论(0) 推荐(0)
摘要: MaintenancePlanController package com.example.demo.controller; import com.example.demo.entity.MaintenancePlan; import com.example.demo.service.Mainten 阅读全文
posted @ 2025-05-09 23:32 QixunQiu 阅读(23) 评论(0) 推荐(0)
摘要: 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 阅读(25) 评论(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 阅读(12) 评论(0) 推荐(0)
摘要: ​​第五章:软件需求分析与项目管理​​ ​​我过去是怎么做的​​ ​​需求理解不深入​​:仅根据客户或产品经理提供的简单描述就开始开发,没有深入挖掘业务背景和潜在需求。 ​​缺乏优先级管理​​:所有需求都被视为“紧急”,导致开发资源分散,核心功能反而被拖延。 ​​变更管理混乱​​:需求变更频繁,但没 阅读全文
posted @ 2025-05-07 22:07 QixunQiu 阅读(26) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页