上一页 1 2 3 4 5 6 7 ··· 17 下一页
摘要: 由于一开始使用的是查询四个表的所有结果后进行过滤,因此在着使用过滤的方法不使用sql的模糊查询 <template> <div class="all-orders-container"> <el-card class="orders-card"> <template #header> <div cl 阅读全文
posted @ 2025-05-16 20:36 QixunQiu 阅读(14) 评论(0) 推荐(0)
摘要: import tkinter as tk from tkinter import ttk, messagebox import random import time from datetime import datetime class AbacusTest: def __init__(self): 阅读全文
posted @ 2025-05-16 20:35 QixunQiu 阅读(14) 评论(0) 推荐(0)
摘要: 流程较为完善,但对比实际所需的情况还需要该进,具体的细节内容较差如:高级检索,定位,批量导入等内容还未完善,然后未给用户带来长期的选择优化便利,长时间使用重复先择的内容较多。与其他组队内容对比我们缺少一些亮点的东西,在阻止用户犯错方面没有做得很好,如在一些删除的地方我们的提醒做的不够明确甚至出现无提 阅读全文
posted @ 2025-05-15 20:23 QixunQiu 阅读(14) 评论(0) 推荐(0)
摘要: <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 阅读(8) 评论(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 阅读(16) 评论(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 阅读(22) 评论(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 阅读(12) 评论(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 阅读(18) 评论(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 阅读(18) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 17 下一页