在CMD命令文本下执行,即可: diskpart //1、进入diskpart模式 list disk //2、查询磁盘 select disk 1 //3、选择磁盘 create partition extended //4、创建扩展区 create partition logical //5、创 ...
什么是双活数据中心 ? 首先我们要知道双活就是Active-Active,故名思义就是两边都是活动在线提供服务的,是相对于传统的主备模式Active-Standby模式的。一个真正的双活方案是应该涵盖基础设施、中间件、应用程序各个层次的。 双数据中心同时对外提供业务生产服务的双活模式,两个数据中心是 ...
分类:
其他好文 时间:
2020-02-09 14:40:22
阅读次数:
97
sudo parted /dev/sdb (parted) mklabel gpt (parted) mkpart logical 0 -1(parted) q sudo mkfs.ext4 -F /dev/sdb1sudo mkdir /mnt/sdb1sudo mount /dev/sdb1 / ...
分类:
系统相关 时间:
2020-02-06 18:06:20
阅读次数:
88
今年由于疫情严重,延迟了上班。 小编在自己家里进行测试,发现SI24R1居然能和NRF24L01P完美兼容,无论是软件还是硬件或是性能,都远远超出了我的预期。 而且软件和硬件都不用进行修改,换上直接就能使用,大大减少了用户的测试成本和时间 下面给大家讲讲自己的测试心得: Si24R1是一颗工作在2. ...
分类:
其他好文 时间:
2020-02-06 15:03:07
阅读次数:
430
1、知乎 Vulkan-高性能渲染 2、Life of a triangle - NVIDIA's logical pipeline 3、Round Robin 算法 4、NVIDIA Developer Vulkan 5、Vulkan SDK Tutorial 6、Vulkan In 30 Min ...
分类:
其他好文 时间:
2020-02-03 10:17:02
阅读次数:
96
import psutil def GetCpuInfo(): cpu_count = psutil.cpu_count(logical=False) #1代表单核CPU,2代表双核CPU xc_count = psutil.cpu_count() #线程数,如双核四线程 cpu_slv = rou ...
分类:
其他好文 时间:
2020-01-31 22:30:52
阅读次数:
89
案例源代码如下: #include <uf_obj.h> #include <uf_setup.h> #include <uf_ncgroup.h> static logical cycelGenerateCb(tag_t tag, void* data) { logical is_group; c ...
分类:
其他好文 时间:
2020-01-24 00:07:29
阅读次数:
102
linux swap空间的swappiness=0 linux 会使用硬盘的一部分做为SWAP分区,用来进行进程调度--进程是正在运行的程序--把当前不用的进程调成‘等待(standby)‘,甚至‘睡眠(sleep)’,一旦要用,再调成‘活动(active)’,睡眠的进程就躺到SWAP分区睡大觉,把 ...
分类:
系统相关 时间:
2020-01-20 09:59:00
阅读次数:
256
This is my first note of CS224N (Natural Language Processing with Deep Learning), hoping could finish this class in the near future! Lecture1 drew an ...
分类:
其他好文 时间:
2020-01-15 21:29:44
阅读次数:
96
Dataguard主、备库切换方法总结 2019-04-11 分类:Oracle 阅读(754) 评论(0) 文章目录[隐藏] 一、主备切换: 一、主备切换: 1.将主库切换成物理standby: alter database commit to switchover to physical sta ...
分类:
其他好文 时间:
2020-01-12 09:47:35
阅读次数:
115