介绍
The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker. 相关资源
Redis 官网:https://redis.io/ 源码地址:https://github.com/redis/redis Redis 在线测试&#…
echo 请输入视频地址:
set /p fp
echo 请输入开始时间:
set /p st
echo 请输入结束时间:
set /p et
echo 请输入分片时间:
set /p sgt
echo 注意:循环范围参数要空格。
for /l %%i in (%st%, %sgt%, %et%) do call :aa…