1.下载安装 docker pull mongo:4.2.8 2.运行一个容器 mkdir -p /storage/data/mongodb/db #创建文件夹 docker run -itd --name mongo --restart=always -p 27017:27017 -e MONGO ...
分类:
数据库 时间:
2021-03-10 13:07:53
阅读次数:
0
说明 Percona XtraDB Cluster(简称PXC),是由percona公司推出的mysql集群解决方案。特点是每个节点都能进行读写,且都保存全量的数据。也就是说在任何一个节点进行写入操作,都会同步给其它所有节点写入到自己的磁盘。这点跟Oracle Rac有本质的区别,Rac是多个节点连 ...
分类:
数据库 时间:
2021-03-04 13:04:00
阅读次数:
0
This article explores the configuration of Windows failover clusters, storage controllers, and quorum configurations for SQL Server Always On Availabi ...
分类:
数据库 时间:
2021-02-27 13:30:23
阅读次数:
0
DevTools 公共区域与通用操作 [1]:可用来在页面中使用鼠标选择元素 [2]:在移动端和 pc 端效果间切换,切换至移动端后还可在页面上方调整窗口尺寸 [3]:进入 DevTool 的设置界面 [4]:姑且叫做“更多”,其中内容下文会陆续提到 使用Commend + [、Commend + ...
分类:
其他好文 时间:
2021-02-19 13:13:02
阅读次数:
0
Google Cloud Platform https://cloud.google.com/icons/ Azure https://docs.microsoft.com/en-us/azure/architecture/icons/ CISCO http://www.cisco.com/web/ ...
分类:
其他好文 时间:
2021-02-19 12:57:52
阅读次数:
0
EDM entity data model 实体数据模型 Conceptual models 概念模型 Mappings 连接 Storage models 存储模型 Orm object relational mapping 对象关系映射 EF entity framework 是基于ADO.Ne ...
分类:
数据库 时间:
2021-02-06 12:17:48
阅读次数:
0
// 读取文件base64 编码方式 var readerRes = fs.readFileSync(rp + 'ext_blocks\\userLib\\' + sessionStorage.checkLib + ".zip", "Base64") function base64toBlob(ba ...
分类:
Web程序 时间:
2021-02-03 10:40:28
阅读次数:
0
客户需要定时发送信息到Azure Storage Queue,所以尝试使用Azure Runbook实现这个需求。 首先新增一个Azure Automation Account的资源。 因为要使用Az.storage模组发送消息到Queue, 但是这个模组并没有包含在默认模组中,所以要手动添加一下。 ...
分类:
其他好文 时间:
2021-01-27 13:15:44
阅读次数:
0
部署逻辑卷 第1步:让新添加的两块硬盘设备支持LVM技术。 pvcreate /dev/sdb /dev/sdc 第2步:把两块硬盘设备加入到storage卷组中,然后查看卷组的状态。 vgcreate storage /dev/sdb /dev/sdc vgdisplay第3步:再切割出一个约为1 ...
分类:
其他好文 时间:
2021-01-25 11:39:00
阅读次数:
0
1. 公司禁用了 python 我的主业是桌面开发,偶尔也需要搞搞数据和算法。最近在用 python 处理一些工作,正搞得热火朝天,突然 python 就不能用了,一查记录原来是 IT 管理员禁止我使用 python。 不清楚为啥 IT 管理员会盯上 python,总之先提交了解封的需求。在等 IT ...
分类:
编程语言 时间:
2021-01-19 11:46:08
阅读次数:
0