摘要: Get和Post在面试中一般都会问到,一般的区别:(1)post更安全(不会作为url的一部分,不会被缓存、保存在服务器日志、以及浏览器浏览记录中)(2)post发送的数据更大(get有url长度限制)(3)post能发送更多的数据类型(get只能发送ASCII字符)(4)post比get慢(5)p 阅读全文
posted @ 2018-10-12 17:34 请叫我老焦 阅读(2102) 评论(0) 推荐(0) 编辑
摘要: <dubbo:service/> <dubbo:reference/> <dubbo:protocol/> <dubbo:registry/> <dubbo:provider/> 因此,参数和<dubbo:service>和<dubbo:protocol>完全一样 阅读全文
posted @ 2018-10-12 11:54 请叫我老焦 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 详细的Dubbo配置也可以参考:https://blog.csdn.net/abcde474524573/article/details/53026110 (1)<dubbo:service/> 用于服务提供方暴露服务位置 例子: 1.interface: 服务实现的接口名称 2.ref : 指向真 阅读全文
posted @ 2018-10-12 11:39 请叫我老焦 阅读(1297) 评论(0) 推荐(0) 编辑