摘要: 一、使用动态SQL 中的 Foreach 批量插入 1.MySQL // 实体类 public class MyUser { private Integer id; private String name; private Integer age; private Dept dept; public 阅读全文
posted @ 2019-04-22 19:35 江湖小小白 阅读(2905) 评论(0) 推荐(0)
摘要: 执行 bin/zkCli 文件进入客户端 查看帮助 help ZooKeeper -server host:port cmd args stat path [watch] set path data [version] ls path [watch] delquota [-n|-b] path ls 阅读全文
posted @ 2019-04-22 00:14 江湖小小白 阅读(9514) 评论(0) 推荐(0)