Dockerfile FROM lmurawsk/python2.7 RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple imagehash ADD web.py-0.38 /opt/web.py-0.38 WORKDIR cd /opt/web.py-0.38/ RUN easy_install web.py RUN mkdir -p /root/imagedhash ADD rest.py /root/imagedhash
将输入得到的时间减少1秒:20:00:00 ——— 19:59:59 方法一:普通时间转换 endDateMap(date){ var h = new Date(date).getHours() var m = new Date(date).getMinutes()-1 if(m == -1){ if(h == 0){ h = 23 }else{ h = h <10 ? '0'+String(h-1):h-1 } m = 59 }else{ h = h <10 ? '0'+Strin