10 2019 档案
摘要:goldengate命令汉语解析地址:https://blog.csdn.net/eadela/article/details/102668879 实例地址:https://www.jianshu.com/p/276fede48835 根据这篇文章安装的ogg,源端目标端均是win10 不同:源端O
阅读全文
摘要:kubernetes 1、发展历程 基础设施级服务infrastructure as a service 阿里云 平台设施级服务 platform as a service 新浪云 软件设施级服务 software as a service office365 Docker技术突飞猛进 一次构建,到
阅读全文
摘要:Linux shell 1、shell的概念 1)shell是一个命令行解释器,它为用户提供了一个向linux内核发送请求以便运行程序界面的系统级程序。 用户可以通过shell来启动、挂起、停止。甚至编写一些程序。 2)它还是一个功能强大的编程语言,易编辑,易调试,灵活性强。shell是结核性的脚本语言,在我们 shell中可以直接调用linux系统命令。 外层应用程序 | shell命令解释器
阅读全文