<el-formref="form":model="form":rules="rules"label-width="80px"><el-form-itemlabel="配置时间"prop="currentAllocationDate"><divv-for="(item,key) in timeList"><el-date-pickerv-model="item.time"type="datetimerange"value-format="timestamp"range-separator="至"start-placeholder="开始日期"end-placeholder="结束日期"></el-date-picker><el-buttonclass="add"@click="passStreamAdd">+</el-button><el-buttonclass="reduce"@click="passStreamReduce(key)">-</el-button></div></el-form-item></el-form>
参考:59_Dockerfile保留字简介_哔哩哔哩_bilibili
FROM
作用:指定基础镜像,即在这个基础镜像上构建新镜像,如下所示,表示在ubuntu20.04镜像的基础上构建新镜像
FROM ubuntu:20.04
MAINTAINER
作用:镜像…
参考文献:
[ABB22] Al Badawi A, Bates J, Bergamaschi F, et al. Openfhe: Open-source fully homomorphic encryption library[C]//Proceedings of the 10th Workshop on Encrypted Computing & Applied Homomorphic Cryptography. 2022: 53-63.openfheorg/o…