11 2015 档案

使用annnotation方式接入dubbo的操作说明
摘要:dubbo依赖放在common包中,需版本升级为1.0.1-SNAPSHOT com.alibaba dubbo 2.5.3 org.springframework spring org.apache.zookeeper zookeeper ... 阅读全文

posted @ 2015-11-18 14:43 coding-now 阅读(67) 评论(0) 推荐(0)

storm学习-基本概念及入门示例
摘要:Components of a Storm cluster nimbus: a daemon runs on master node, responsible for distributing code around the cluster, as... 阅读全文

posted @ 2015-11-17 14:20 coding-now 阅读(46) 评论(0) 推荐(0)

web服务(openAPI)鉴权的一种实现方法、思路
摘要:1、服务端生成uuid 2、根据uuid生成accessKey ak,把uuid,ak手动提供给调用方,ak的生成过程对客户端代码屏蔽。 3、客户端调用方根据如下方法 生成签名sk,参见SecTest.java: public static String ... 阅读全文

posted @ 2015-11-16 17:28 coding-now 阅读(480) 评论(0) 推荐(0)

导航