会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
15
16
17
18
19
20
21
22
23
···
55
下一页
2020年8月14日
VueX入门
摘要: VueX入门 VueX是什么? Vuex 是用于集中管理组件之间数据的一个组件,通过Vue可以完成父子、子父、兄弟等任何复杂关系的组件之间数据传递问题。 VueX可以集中管理共享数据,易于开发和后期维护。 能够高效的实现组件之间的数据共享,提高开发效率 存储在VueX中的数据都是响应式的,能够时时保
阅读全文
posted @ 2020-08-14 13:39 张瑞丰
阅读(83)
评论(0)
推荐(0)
2020年8月13日
GateWay的简单使用
摘要: GateWay的简单使用 一、引入pom <!-- 网关 --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-gateway</artifactId> </dep
阅读全文
posted @ 2020-08-13 18:40 张瑞丰
阅读(387)
评论(0)
推荐(0)
2020年8月12日
SpringCloud项目注册到Nacos
摘要: SpringCloud项目注册到Nacos 一、添加依赖 <!-- 服务注册/发现--> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discover
阅读全文
posted @ 2020-08-12 18:35 张瑞丰
阅读(748)
评论(0)
推荐(0)
2020年8月11日
Hystrix整合Gateway
摘要: Hystrix整合Gateway 一、引入依赖 核心依赖: <!-- 整合hystrix --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-hy
阅读全文
posted @ 2020-08-11 18:32 张瑞丰
阅读(1737)
评论(0)
推荐(0)
2020年8月10日
Nginx配置socket.io集群
摘要: Nginx配置socket.io集群 最近项目中使用到了socket.io,为了保证系统的稳定性,需要进行集群。使用了nginx完成负载和反向代理。具体配置如下: worker_processes 1; events { worker_connections 1024; } http { inclu
阅读全文
posted @ 2020-08-10 14:23 张瑞丰
阅读(1318)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19
20
21
22
23
···
55
下一页
公告