docker 启动容器报错: (HTTP code 500) server error - Ports are not available: listen tcp 0.0.0.0:6379: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
问题排查 检查端口是否被其它程序占用:nets…
1、获取年月日时分秒格式的数据
命令:${time} Get Current Date result_format%Y%m%d%H%M%S
日期时间显示结果显示形式:20230908102553 2、获取时间戳形式的数据
命令: ${time} Get Current Date result_formattimestamp …