上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页
摘要: https://cloud.tencent.com/developer/article/1403947 通常情况下,SpringMVC可以通过入参的方式绑定HttpServletRequest和HttpServletReponse(SpringMVC在调用处理器时会自动创建对应的HttpServle 阅读全文
posted @ 2019-11-21 16:24 cuiqq 阅读(606) 评论(0) 推荐(0) 编辑
摘要: setnx 阅读全文
posted @ 2019-11-21 14:43 cuiqq 阅读(133) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/digimon100/article/details/93137694 https://mp.weixin.qq.com/s/TBCEwLVAXdsTszRVpXhVug? 阅读全文
posted @ 2019-11-21 14:20 cuiqq 阅读(387) 评论(0) 推荐(0) 编辑
摘要: cookie存放容量4k左右,可设置过期时间。 1、cookie的封装使用 //设置cookies function setCookie(name, value) { var Days = 30; var exp = new Date(); exp.setTime(exp.getTime() + D 阅读全文
posted @ 2019-11-21 10:28 cuiqq 阅读(3760) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/fa7186bea84b 阅读全文
posted @ 2019-11-19 13:47 cuiqq 阅读(298) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yudiandemingzi/article/details/89852728 阅读全文
posted @ 2019-11-19 09:56 cuiqq 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 1、【提供者】在【启动】时,向注册中心zk 【注册】自己提供的服务。 2、【消费者】在【启动】时,向注册中心zk 【订阅】自己所需的服务。 可以的,消费者在启动时,消费者会从zk拉取注册的生产者的地址接口等数据,缓存在本地。 每次调用时,按照本地存储的地址进行调用 可以的,消费者本地有一个生产者的列 阅读全文
posted @ 2019-11-18 16:17 cuiqq 阅读(1254) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fly910905/article/details/100023415 http://www.ruanyifeng.com/blog/2018/07/cap.html https://blog.csdn.net/area007/article/detail 阅读全文
posted @ 2019-11-18 16:05 cuiqq 阅读(843) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Paranoia_ZK/article/details/90743432 springcloud 和 dubbo 混用 阅读全文
posted @ 2019-11-18 15:44 cuiqq 阅读(414) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/joylee/p/8916460.html mq 大多用来处理可以异步的业务需求,或者说对返回结果时效性要求不高的业务场景。 如果是要求立即返回的业务场景就不太适合了。 之前我见过一个架构 使用 rabbitmq 去调用 服务,而不是把网关注册到 zk 阅读全文
posted @ 2019-11-18 15:16 cuiqq 阅读(380) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页