苹果钻石

文章
6
资源
0
加入时间
3年0月20天

Linux定时清除日志

## 创建shelltouch /work/logs/auto-del-30-days-log.sh## 分配权限chmod 777 auto-del-30-days-log.sh## 编辑shell脚本vi auto-del-30-days-log.sh## 复制脚本到文件中并保存#!/bin/shfind /work/logs/tcl/tclmultimedia/nretail/ability/intfplatform-0701 -mtime +30 -name "sys_2021

mintui 自定义选择时间段(picker)

//自定义数据可以自己设定(暂时只提供年月选择和年月日选择)图例:mockjs:constnowmonth=()=>{letdate=newDate()letmonth=date.getMonth()returnmonth}constnowday=()=>{letdate=newDate()...