
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
CAP原则CAP原则又称CAP定理,指的是在一个分布式系统中,一致性(Consistency)、可用性(Availability)、分区容错性(Partition tolerance)。CAP 原则指的是,这三个要素最多只能同时实现两点,不可能三者兼顾。分区性:数据一致性分布式事务协议——2PC假设没有错误情况下:假设其中某一参与者出错:不管最后结果如何,第二阶段都会结束当前事务分布式事务协议——

出现问题:Vue人人运行提示<% if (process.env.NODE_ENV === ‘production‘) { %> <% }else { %> <% } %>node-sass版本原因:node-sass版本过高,卸载重装低版本 可以换成cnpm解决:1、卸载: npm uninstall node-sass2、安装: npm install node-sass@4.14.13、运行
出现问题:Vue人人运行提示<% if (process.env.NODE_ENV === ‘production‘) { %> <% }else { %> <% } %>node-sass版本原因:node-sass版本过高,卸载重装低版本 可以换成cnpm解决:1、卸载: npm uninstall node-sass2、安装: npm install node-sass@4.14.13、运行
一、使用vagrant快速搭建linux镜像virtualbox官网:https://www.virtualbox.orgvagrant官网:https://www.vagrantup.com/vagrant官方镜像:https://app.vagrantup.com/boxes/search1.创建Vagrantfilevagrant init centos/72.启动虚拟机vagrant同级目







