02 2017 档案
摘要:2017-02-27 16:19:44,739 ERROR datanode.DataNode: Initialization failed for Block pool <registering> (Datanode Uuid unassigned) service to IP1:8020 Inv
阅读全文
摘要:netstat -tunlp | grep 443
阅读全文
摘要:查看java进程: 然后,使用jinfo pid 查看: 有一行VM Flages:表示启动参数
阅读全文
摘要:[ -a FILE ] 如果 FILE 存在则为真。 [ -b FILE ] 如果 FILE 存在且是一个块特殊文件则为真。 [ -c FILE ] 如果 FILE 存在且是一个字特殊文件则为真。 [ -d FILE ] 如果 FILE 存在且是一个目录则为真。 [ -e FILE ] 如果 FIL
阅读全文
摘要:Option的解释: Represents optional values. Instances of Option are either an instance of scala.Some or the object None. Option[A] (sealed trait) 有两个取值: 1.
阅读全文
摘要:1. 修改container 1.1 执行 查看目前的所有images: REPOSITORY TAG IMAGE ID CREATED SIZEgenc live 95ed4f9b6d6f 7 months ago 377.4 MBregis 2.4.1 75ff0430d99d 8 months
阅读全文