logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

zookeeper之curator

Curator参数说明1.connectString zookeeper服务器的连接2.retryPolicy 重试策略,默认有四个ExponentialBackoffRetry、RetryNtime、Retryonetime、RetryUtilElapsed3.sessionTimeoutMs 回话超时时间,默认60 000ms4.connectionTimeoutMs 连接创建

从json字符串中取值

//后台Map map = new HashMap();map.put("result", 1);map.put("count", count);JSONObject json = JSONObject.fromObject(map);response.getWriter().print(json.toString());////前台用net.sf.

到底了