摘要: 异常是用于标识程序发生未知异常。如果异常没有被捕获,If the exception isn’t caught, the isolate that raised the exception is suspended, and typically the isolate and its program 阅读全文
posted @ 2018-12-27 14:09 lowezheng 阅读(771) 评论(0) 推荐(0) 编辑
摘要: 1. 安装程序 "zookeeper 3.4.11" 2 .环境要求 1.ZK的系统支持情况 Client is the Java client library, used by applications to connect to a ZooKeeper ensemble. Java客户端 Ser 阅读全文
posted @ 2018-12-27 11:18 lowezheng 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 查看证书相关指令 自建CA证书颁发 阅读全文
posted @ 2018-12-27 11:15 lowezheng 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 你可以使用如下流程控制符: if and else for loops while and do while loops break and continue switch and case assert 同时,你可以用try catch 和throw去跳出流程控制逻辑,并在异常代码块中进行处理。 阅读全文
posted @ 2018-12-27 09:20 lowezheng 阅读(375) 评论(0) 推荐(0) 编辑