上一页 1 2 3 4 5 6 7 ··· 16 下一页
摘要: 1、 vue 同时给两个变量赋值,以及数组赋值(不改变原数组) var res = { "code": 1, "rows":{ "drug":[{"medicineGroup":"维生素","medicine":["111","222"]}, {"medicineGroup":"蛋白质","medi 阅读全文
posted @ 2020-12-07 17:01 zhoudingzhao 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 磁盘信息: /dev/vda1 103080204 89417660 9242368 91% / root@iZZ:/home/docker/jars# more cron_clear_log.sh #!/bin/bash left=$(df | grep "vda1" | awk '{print 阅读全文
posted @ 2020-09-07 09:34 zhoudingzhao 阅读(324) 评论(0) 推荐(0) 编辑
摘要: let answers=[]; answers=answers.concat(data.list); // 数组连接 // 通过数组中元素的某个字段排序: this.answerInfo = answers.sort((t1,t2)=>{ return t1.questionIndex-t2.que 阅读全文
posted @ 2020-09-03 18:07 zhoudingzhao 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 在 作业页面跳转到 学生页面: <el-table-column prop="status" label="学生详情" align="center" > <template slot-scope="scope"> <el-button type="text" size="mini" @click=" 阅读全文
posted @ 2020-09-02 18:41 zhoudingzhao 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 当 返回的对象中 有可能 包括另一个表中的字段时,可以新建一个 StudentHomeworkBo 对象,包括 该字段。 在xml 中 ,当查询结果不包括该字段时, 使用 <sql id="resultColumn"> , 包括该字段时, 使用 <sql id="resultBoColumn"> , 阅读全文
posted @ 2020-08-29 18:06 zhoudingzhao 阅读(1715) 评论(0) 推荐(0) 编辑
摘要: 根据表ID 修改索引:弹框效果实现的代码: <el-table-column label="操作" width="200" align="center"> <template slot-scope="scope"> <div> <el-button size="mini" type="text" @ 阅读全文
posted @ 2020-08-25 20:01 zhoudingzhao 阅读(3105) 评论(0) 推荐(0) 编辑
摘要: mysql中定义 json 格式的字段, 在 Spring 中定义 字段: private JSON tags; POSTMAN中 可以传: "tags":["aaa"] 或者 "tags":{"qq":"111"} 。 如果 mysql 中的 tags 定义json, 存储的是 json数组,例如 阅读全文
posted @ 2020-08-21 09:51 zhoudingzhao 阅读(1123) 评论(0) 推荐(0) 编辑
摘要: http://www.mamicode.com/info-detail-366593.html (转) #cd /etc/yum.repos.d 如果目录中没有rhel-debuginfo.repo文件,则新建一个,修改内容为: [base] name=CentOS-$releasever - Ba 阅读全文
posted @ 2020-08-17 17:46 zhoudingzhao 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 下拉框的 实现: 查询区域 <el-form-item label="作业类型" style="width: 180px"> <el-select v-model="search.homeworkType"> <el-option v-for="item in homeworkTypes" :val 阅读全文
posted @ 2020-08-17 12:42 zhoudingzhao 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 一: 使用redis: @PostMapping("/v1/getLock2") public BaseResponse getLock2(@RequestBody GxyTeacherInfoDto dto) throws Exception{ String key = "product_001" 阅读全文
posted @ 2020-03-15 18:14 zhoudingzhao 阅读(153) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 16 下一页