码迷,mamicode.com
首页 >  
搜索关键字:salt reactor    ( 1674个结果
GitLab数据备份:恢复
backbspvar是安装Reactor GitLab的另一种方法。码头工人: GitLab版本:gitlab / gitlab-ce。 12.9.2-ce.0 1.复制命令 创建1个gitlab备份 同时,您必须手动复制/etc/gitlab/gitlab-secrets.json,/etc/gi ...
分类:其他好文   时间:2020-04-09 10:38:26    阅读次数:86
ATM+购物车完整版
代码视频之一:https://www.bilibili.com/video/BV1Cc411h78m/ 更多ATM代码视频请浏览:https://space.bilibili.com/516735973 一 项目三层结构设计 二 ATM & 购物车项目介绍 项目需求 用户视图层的功能 管理员视图层的 ...
分类:其他好文   时间:2020-04-06 23:25:42    阅读次数:142
Salt之Cpu 100%无响应故障 Salt request timed out. The master is not responding
报错信息如下: Salt request timed out. The master is not responding. You may need to run your command with `--async` in order to bypass the congested event b ...
分类:其他好文   时间:2020-04-05 09:30:47    阅读次数:153
Saltstack module genesis 详解
genesis.mksls Convert an installation file/script to an SLS file. Currently supports , , and . CLI Examples: salt genesis.mksls kickstart /path/to/kic ...
分类:其他好文   时间:2020-03-28 22:00:07    阅读次数:81
Saltstack module highstate_doc 详解
highstate_doc.read_file output the contents of a file: this is a workaround if the cp.push module does not work. https://github.com/saltstack/salt/iss ...
分类:其他好文   时间:2020-03-28 21:52:39    阅读次数:86
saltstack简单使用
安装, "官方文档" 1. 配置阿里云的saltstack镜像仓库 2. 主安装salt master salt minion salt api 3. 从安装salt minion 4. 关闭防火墙 或者打开端口 firewall or iptables 5. 启动服务 配置, "官方文档" mas ...
分类:其他好文   时间:2020-03-28 00:58:35    阅读次数:94
Spring WebFlux 入门
1. WebFlux介绍 Spring WebFlux 是 Spring Framework 5.0中引入的新的响应式web框架。与Spring MVC不同,它不需要Servlet API,是完全异步且非阻塞的,并且通过Reactor项目实现了Reactive Streams规范。 Spring W ...
分类:编程语言   时间:2020-03-27 12:45:36    阅读次数:78
Reactive 简介
1. 概念 Reactive 非常适合低延迟、高吞吐量的工作负载。 Reactive Processing 是一种范式(规范),它使开发人员能够构建非阻塞的、异步的应用程序,这些应用程序能够处理背压(流控制) Reactive Streams 为无阻塞背压的异步流处理提供标准。 Reactor 是基 ...
分类:其他好文   时间:2020-03-25 23:27:36    阅读次数:74
SaltStack使用
一. SaltStack基本使用方法 二. SaltStack的命令行工具 三. SaltStack的远程执行命令 四. SaltStack的模块 Grains Grains 是minion启动的时候采集的系统静态,包括CPU,操作系统,文件系统,硬盘等等 显示所有Grains信息分类:salt ' ...
分类:其他好文   时间:2020-03-23 23:36:51    阅读次数:152
webFlux&Reactor
配置springcloud的gateway的时候,需要用到webflux,所以需要学习一下。以下是目前我的理解,可能不正确,但是会持续修正。 什么是webflux?目前的认知是异步非阻塞IO的webMVC,因为之前的Springmvc是基于同步阻塞IO模型的Servlet实现的,包括tomcat,j ...
分类:Web程序   时间:2020-03-22 19:44:56    阅读次数:166
1674条   上一页 1 ... 7 8 9 10 11 ... 168 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!