08 2020 档案

摘要:vim docker-compose.yaml entrypoint: sh -c "echo java -Xmx824m -jar /test.jar --server.port=9999 --spring.profiles.active=test >start.sh && chmod 750 s 阅读全文
posted @ 2020-08-18 14:42 刘小懒 阅读(343) 评论(0) 推荐(0)
摘要:vim kibana.yml xpack.reporting.csv.maxSizeBytes: 2097152000 # csv文件大小,默认为10485760(10MB) xpack.reporting.queue.timeout: 3000000 # 超时时间,默认是120000(2分钟) 重 阅读全文
posted @ 2020-08-11 17:05 刘小懒 阅读(5654) 评论(0) 推荐(0)
摘要:​ 环境准备: ​ 系统: centos7 ​ vlc版本: 3.0.11 安装vlc 登录到需要部署vlc的那台机器上, yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum i 阅读全文
posted @ 2020-08-11 14:05 刘小懒 阅读(2113) 评论(0) 推荐(0)