目录 区别的根源 1)一致性 2)Client Cache vs No Cache 总结 参考资料 区别的根源 1)一致性 2)Client Cache vs No Cache 总结 参考资料 区别的根源 一个设计良好的系统应该是围绕并为其设计目标服务的。 Chubby:provide coarse ...
分类:
其他好文 时间:
2019-08-27 23:31:17
阅读次数:
247
Interfaces are similar to Unions in that they provide a mechanism for dealing with different types of data. However, an interface is more suited for d ...
分类:
其他好文 时间:
2019-08-20 19:07:28
阅读次数:
102
一、造成错误的原因 不小心把helm的RBAC权限文件删除了。虽然重新apply了RBAC配置,但是已经无法使用helm install了。 二、解决方法 把运行的tiller的pod干掉,让他自动重启。 ...
分类:
其他好文 时间:
2019-08-17 12:23:06
阅读次数:
159
一、如何查看各项服务的状态source /root/keystonerc_admin #在查看服务状态前务必要先source这个环境变量文件,否则会出现类似如下的错误提示ERROR (Comm andError): You must provide a username or user id via ...
分类:
其他好文 时间:
2019-07-26 10:47:15
阅读次数:
118
在Vue中使用TypeScript时,非常好用的一个库,使用装饰器来简化书写。 1、安装npm i -S vue-property-decorator @Prop @PropSync @Provide @Model @Watch @Inject @Provide @Emit @Component ( ...
分类:
其他好文 时间:
2019-07-19 12:22:45
阅读次数:
265
4. The Abstraction: The Process process : it is a running program. HOW TO PROVIDE THE ILLUSION OF MANY CPUS? by virtualizing the CPU. By running one p ...
分类:
其他好文 时间:
2019-07-16 18:00:31
阅读次数:
144
Provide an interface for creating families of related or dependent objects without specifying their concrete classes.(为创建一组相关或相互依赖的对象提供一个接口,而且无须指定它们的具 ...
分类:
其他好文 时间:
2019-07-09 00:25:54
阅读次数:
97
// 修改vue APP.vue文件 // 先将router-view 添加v-if或者v-show方法 通过控制显示和隐藏起到刷新页面的效果 // 上面是在app.vue文件里面修改的东西 下面教的是每个页面怎么使用这个方法 // 后... ...
分类:
其他好文 时间:
2019-07-08 19:41:24
阅读次数:
161
概念: 迭代器模式:Provide a way to access the elements of an aggregarte object sequentiaally with exposing its underlying representation. 提供一种访问容器对象内每个元素的一种方式 ...
分类:
其他好文 时间:
2019-07-04 17:28:41
阅读次数:
114
转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-2-authentication/ HAProxy is a powerful API gateway due to its ability to provide ...