上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 106 下一页
摘要: 转自:https://github.com/apolloconfig/apollo/wiki/Apollo配置中心介绍 1.配置的概念 1. 配置是独立于程序的只读变量, 2.配置伴随应用的整个生命周期, 3.配置可以有多种加载方式 4.配置需要治理:权限控制,不同环境、集群配置管理,框架类组件配置 阅读全文
posted @ 2022-08-02 14:54 lypbendlf 阅读(52) 评论(0) 推荐(0)
摘要: 转自:https://aws.amazon.com/cn/big-data/what-is-hive/ https://www.jianshu.com/p/e9ec6e14fe52,https://blog.csdn.net/qq_26442553/article/details/80300714 阅读全文
posted @ 2022-08-02 14:23 lypbendlf 阅读(109) 评论(0) 推荐(0)
摘要: 转自:https://www.yisu.com/zixun/615475.html 1.数据库 物理操作系统文件或磁盘数据块的集合,比如数据文件,索引文件,结构文件。 2.数据库实例(Database Instance) 实例指的就是操作系统中一系列的进程以及为这些进程所分配的内存块。实例=进程+内 阅读全文
posted @ 2022-08-02 11:21 lypbendlf 阅读(127) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/u011479200/article/details/78511073 1.登录 mysql -h${主机名或主机IP} -P${端口} -u${用户名} -p ${数据库名}; # 回车之后再输入密码 mysql -h${主机名或主机IP} -P$ 阅读全文
posted @ 2022-08-01 16:37 lypbendlf 阅读(56) 评论(0) 推荐(0)
摘要: 转自:https://zhuanlan.zhihu.com/p/33999708 1.概述 一个分布式系统最多只能同时满足一致性(Consistency)、可用性(Availability)和分区容错性(Partition tolerance)这三项中的两项。 1.1 Consistency 一致性 阅读全文
posted @ 2022-08-01 10:18 lypbendlf 阅读(41) 评论(0) 推荐(0)
摘要: 转自:https://deepzz.com/post/how-to-setup-ssh-config.html 1.配置例子 Host 编译机 HostName xx.xx.xx.xx User name Port xxx IdentityFile /home/yonghu/.ssh/id_rsa 阅读全文
posted @ 2022-07-28 22:24 lypbendlf 阅读(1114) 评论(0) 推荐(0)
摘要: 转自:https://www.cnblogs.com/clsn/p/7668309.html 1、介绍 远程数据同步,通过命令行和守护进程进行: Pull: rsync [OPTION...] [USER@]HOST:SRC... [DEST] rsync [OPTION...] rsync://[ 阅读全文
posted @ 2022-07-28 22:09 lypbendlf 阅读(19) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/qq_38410730/article/details/102797448 1. add_custom_target 它用来创建target,用于make。 例子: cmake_minimum_required(VERSION 3.0) projec 阅读全文
posted @ 2022-07-28 22:07 lypbendlf 阅读(1953) 评论(0) 推荐(0)
摘要: 转自:https://blog.csdn.net/dong_pongkk999/article/details/17529671 https://cloud.tencent.com/developer/article/1512049,https://blog.csdn.net/sinat_33718 阅读全文
posted @ 2022-07-28 09:56 lypbendlf 阅读(424) 评论(0) 推荐(0)
摘要: 转自:https://www.jianshu.com/p/9ccdea882688 https://blog.csdn.net/soulofball/article/details/110087898, https://blog.csdn.net/kellypipe/article/details/ 阅读全文
posted @ 2022-07-21 23:53 lypbendlf 阅读(342) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 106 下一页