
编程
文章平均质量分 78
lxl817
这个作者很懒,什么都没留下…
展开
-
跨域 showModalDialog 获取返回值
本文参考来自:http://www.cnblogs.com/jake1/archive/2013/04/29/showModalDialog.html 原理: openpage.html: 二维码支付 openpage.js $(document).re原创 2017-04-19 11:38:25 · 2452 阅读 · 0 评论 -
SpringBoot ,zookeeper 服务的注册与发现
SpringBoot ,zookeeper 服务的注册与发现本文主要讲zookeeper如何注册服务并使用这些服务。简单流程是使用springboot开发简单的restapi.并把api注册到zookeeper。最后在客户端连接到zookeeper调用api并把结果返回到客户端。 springboot开发restapi 注册服务到zookeeper 发现服务 springboot开发restapi搭原创 2017-06-04 16:35:31 · 9216 阅读 · 4 评论