摘要: Apache Curator入门实战 Curator是Netflix公司开源的一个Zookeeper客户端,与Zookeeper提供的原生客户端相比,Curator的抽象层次更高,简化了Zookeeper客户端的开发量。 1.Zookeeper安装部署 Zookeeper的部署很简单,如果已经有Ja 阅读全文
posted @ 2018-10-23 15:49 沧海一滴 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 解决办法:Mysql中,如果一个字段是字符串,则一定要加单引号 问题原因: item_refund_state字段的类型是varchar但where条件中使用了item_refund_state=0 如果where条件中tid对应item_refund_state字段值不是字符串0,而是'NO_RE 阅读全文
posted @ 2018-10-23 11:38 沧海一滴 阅读(832) 评论(0) 推荐(0) 编辑
摘要: I am having a problem similar to the ones described in #374 and #1196. I have a service which returns a pdf file as attachment with Content-Dispositio 阅读全文
posted @ 2018-10-23 10:21 沧海一滴 阅读(832) 评论(0) 推荐(0) 编辑